Searched defs:pendingLayoutChanges (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/java/com/android/server/wm/
H A DDisplayContent.java66 int pendingLayoutChanges; field in class:DisplayContent
H A DWindowManagerService.java2232 displayContent.pendingLayoutChanges |= FINISH_LAYOUT_REDO_WALLPAPER;
2234 displayContent.pendingLayoutChanges |= FINISH_LAYOUT_REDO_WALLPAPER;
2242 displayContent.pendingLayoutChanges |= FINISH_LAYOUT_REDO_WALLPAPER;
2477 getDefaultDisplayContentLocked().pendingLayoutChanges |=
2480 getDefaultDisplayContentLocked().pendingLayoutChanges |=
2938 getDefaultDisplayContentLocked().pendingLayoutChanges |=
3033 getDefaultDisplayContentLocked().pendingLayoutChanges |=
8645 displayContent.pendingLayoutChanges);
8647 if ((displayContent.pendingLayoutChanges &
8655 if (isDefaultDisplay && (displayContent.pendingLayoutChanges
10448 debugLayoutRepeats(final String msg, int pendingLayoutChanges) argument
[all...]

Completed in 62 milliseconds