protected static interface ShadowViewRootImpl.ViewRootImplReflector
ViewRootImpl
's internals.Modifier and Type | Method | Description |
---|---|---|
void |
dispatchResized(int w,
int h,
Rect contentInsets,
Rect visibleInsets,
boolean reportDraw,
Configuration newConfig) |
|
default void |
dispatchResized(Rect frame) |
|
void |
dispatchResized(Rect frame,
Rect contentInsets,
Rect visibleInsets,
boolean reportDraw,
Configuration newConfig) |
|
void |
dispatchResized(Rect frame,
Rect overscanInsets,
Rect contentInsets,
Rect visibleInsets,
boolean reportDraw,
Configuration newConfig) |
|
void |
dispatchResized(Rect frame,
Rect overscanInsets,
Rect contentInsets,
Rect visibleInsets,
Rect stableInsets,
boolean reportDraw,
Configuration newConfig) |
|
void |
dispatchResized(Rect frame,
Rect overscanInsets,
Rect contentInsets,
Rect visibleInsets,
Rect stableInsets,
Rect outsets,
boolean reportDraw,
Configuration newConfig) |
|
void |
dispatchResized(Rect frame,
Rect overscanInsets,
Rect contentInsets,
Rect visibleInsets,
Rect stableInsets,
Rect outsets,
boolean reportDraw,
Configuration newConfig,
Rect backDropFrame,
boolean forceLayout,
boolean alwaysConsumeNavBar) |
|
void |
dispatchResized(Rect frame,
Rect overscanInsets,
Rect contentInsets,
Rect visibleInsets,
Rect stableInsets,
Rect outsets,
boolean reportDraw,
Object mergedConfiguration,
Rect backDropFrame,
boolean forceLayout,
boolean alwaysConsumeNavBar,
int displayId) |
|
void |
dispatchResized(Rect frame,
Rect overscanInsets,
Rect contentInsets,
Rect visibleInsets,
Rect stableInsets,
Rect outsets,
boolean reportDraw,
Object mergedConfiguration,
Rect backDropFrame,
boolean forceLayout,
boolean alwaysConsumeNavBar,
int displayId,
Object displayCutout) |
|
Display |
getDisplay() |
|
void |
setConfigCallbacks(ArrayList<ViewRootImpl.ConfigChangedCallback> callbacks) |
|
void |
setFirstDrawComplete(boolean isComplete) |
|
void |
setFirstDrawHandlers(ArrayList<Runnable> handlers) |
|
void |
setRunQueues(ThreadLocal<HandlerActionQueue> threadLocal) |
|
void |
setWinFrame(Rect winFrame) |
void setRunQueues(ThreadLocal<HandlerActionQueue> threadLocal)
void setFirstDrawComplete(boolean isComplete)
void setConfigCallbacks(ArrayList<ViewRootImpl.ConfigChangedCallback> callbacks)
void setWinFrame(Rect winFrame)
Display getDisplay()
void dispatchResized(int w, int h, Rect contentInsets, Rect visibleInsets, boolean reportDraw, Configuration newConfig)
void dispatchResized(Rect frame, Rect contentInsets, Rect visibleInsets, boolean reportDraw, Configuration newConfig)
void dispatchResized(Rect frame, Rect overscanInsets, Rect contentInsets, Rect visibleInsets, boolean reportDraw, Configuration newConfig)
void dispatchResized(Rect frame, Rect overscanInsets, Rect contentInsets, Rect visibleInsets, Rect stableInsets, boolean reportDraw, Configuration newConfig)
void dispatchResized(Rect frame, Rect overscanInsets, Rect contentInsets, Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, Configuration newConfig)
void dispatchResized(Rect frame, Rect overscanInsets, Rect contentInsets, Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, Configuration newConfig, Rect backDropFrame, boolean forceLayout, boolean alwaysConsumeNavBar)
void dispatchResized(Rect frame, Rect overscanInsets, Rect contentInsets, Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, Object mergedConfiguration, Rect backDropFrame, boolean forceLayout, boolean alwaysConsumeNavBar, int displayId)
void dispatchResized(Rect frame, Rect overscanInsets, Rect contentInsets, Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, Object mergedConfiguration, Rect backDropFrame, boolean forceLayout, boolean alwaysConsumeNavBar, int displayId, Object displayCutout)
default void dispatchResized(Rect frame)