Home
last modified time | relevance | path

Searched refs:SYSTEM_UI_CHANGING_LAYOUT (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayPolicy.java208 private static final int SYSTEM_UI_CHANGING_LAYOUT = field in DisplayPolicy
2592 if ((updateSystemUiVisibilityLw() & SYSTEM_UI_CHANGING_LAYOUT) != 0) {
3033 if ((updateSystemUiVisibilityLw() & SYSTEM_UI_CHANGING_LAYOUT) != 0) { in focusChangedLw()