Package org.robolectric.shadows
Interface ShadowViewRootImpl.ViewRootImplReflector
- Enclosing class:
- ShadowViewRootImpl
protected static interface ShadowViewRootImpl.ViewRootImplReflector
Reflector interface for
ViewRootImpl
's internals.-
Method Summary
Modifier and TypeMethodDescriptionint
getWindowInsets
(boolean forceConstruct) void
void
setFirstDrawComplete
(boolean isComplete) void
setFirstDrawHandlers
(ArrayList<Runnable> handlers) void
setRunQueues
(ThreadLocal<HandlerActionQueue> threadLocal) void
setView
(View view, WindowManager.LayoutParams attrs, View panelParentView) void
setView
(View view, WindowManager.LayoutParams attrs, View panelParentView, int userId) void
setWinFrame
(Rect winFrame) void
windowFocusChanged
(boolean hasFocus) void
windowFocusChanged
(boolean hasFocus, boolean inTouchMode)
-
Method Details
-
getWindow
IWindow getWindow() -
setView
-
setView
-
setRunQueues
-
setFirstDrawHandlers
-
setFirstDrawComplete
void setFirstDrawComplete(boolean isComplete) -
setConfigCallbacks
-
getNewInsetsMode
int getNewInsetsMode() -
setWinFrame
-
getDisplay
Display getDisplay() -
getSurfaceControl
SurfaceControl getSurfaceControl() -
getSurface
Surface getSurface() -
getWindowAttributes
WindowManager.LayoutParams getWindowAttributes() -
getAttachInfo
Object getAttachInfo() -
windowFocusChanged
void windowFocusChanged(boolean hasFocus, boolean inTouchMode) -
windowFocusChanged
void windowFocusChanged(boolean hasFocus) -
getWindowInsets
-