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 TypeMethodDescriptionintgetWindowInsets(boolean forceConstruct) voidvoidsetFirstDrawComplete(boolean isComplete) voidsetFirstDrawHandlers(ArrayList<Runnable> handlers) voidsetRunQueues(ThreadLocal<HandlerActionQueue> threadLocal) voidsetView(View view, WindowManager.LayoutParams attrs, View panelParentView) voidsetView(View view, WindowManager.LayoutParams attrs, View panelParentView, int userId) voidsetWinFrame(Rect winFrame) voidwindowFocusChanged(boolean hasFocus) voidwindowFocusChanged(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
-