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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableNotificationRow.java270 public void setGroupExpansionChanging(boolean changing) { argument
271 mGroupExpansionChanging = changing;
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java446 * Set when the orientation is changing and this window has not yet
453 * flag we report that the orientation is changing
457 * leave the orientation changing state though, so we
574 * if we are changing the Surface insets.
1164 // variables, because mFrameSizeChanged only tracks the width and height changing.
1204 // If the orientation is changing, or we're starting or ending a drag resizing action,
1249 void setOrientationChanging(boolean changing) { argument
1250 mOrientationChanging = changing;
1707 * If the window has moved due to its containing content frame changing, then notify the
2240 if (DEBUG_VISIBILITY) Slog.w(TAG_WM, "user changing, hidin
[all...]

Completed in 33 milliseconds