Searched refs:changing (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableNotificationRow.java335 public void setGroupExpansionChanging(boolean changing) { argument
336 mGroupExpansionChanging = changing;
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java502 * Set when the orientation is changing and this window has not yet
509 * flag we report that the orientation is changing
513 * leave the orientation changing state though, so we
613 * if we are changing the Surface insets.
1285 // variables, because mFrameSizeChanged only tracks the width and height changing.
1325 // If the orientation is changing, or we're starting or ending a drag resizing action,
1369 void setOrientationChanging(boolean changing) { argument
1370 mOrientationChanging = changing;
1793 * If the window has moved due to its containing content frame changing, then notify the
2247 if (DEBUG_VISIBILITY) Slog.w(TAG_WM, "user changing, hidin
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBar.java2623 final boolean changing = ((mInteractingWindows & barWindow) != 0) != interacting;
2633 if (changing && interacting && barWindow == StatusBarManager.WINDOW_NAVIGATION_BAR) {
4230 // Indicate that the group expansion is changing at this time -- this way the group

Completed in 92 milliseconds