Home
last modified time | relevance | path

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

/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
DSystemBarHelperTest.java57 | View.SYSTEM_UI_FLAG_IMMERSIVE_STICKY
64 | View.SYSTEM_UI_FLAG_IMMERSIVE_STICKY;
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
DSystemBarHelper.java50 | View.SYSTEM_UI_FLAG_IMMERSIVE_STICKY
57 | View.SYSTEM_UI_FLAG_IMMERSIVE_STICKY;
/frameworks/base/services/core/java/com/android/server/policy/
DPolicyControl.java69 vis |= View.SYSTEM_UI_FLAG_IMMERSIVE_STICKY in getSystemUiVisibility()
76 vis |= View.SYSTEM_UI_FLAG_IMMERSIVE_STICKY in getSystemUiVisibility()
DPhoneWindowManager.java4450 boolean immersiveSticky = (sysui & View.SYSTEM_UI_FLAG_IMMERSIVE_STICKY) != 0; in beginLayoutLw()
7927 | View.SYSTEM_UI_FLAG_IMMERSIVE_STICKY in updateSystemBarsLw()
7947 (vis & View.SYSTEM_UI_FLAG_IMMERSIVE_STICKY) != 0; in updateSystemBarsLw()
7988 immersiveSticky = (vis & View.SYSTEM_UI_FLAG_IMMERSIVE_STICKY) != 0; in updateSystemBarsLw()
8061 final int flags = View.SYSTEM_UI_FLAG_IMMERSIVE | View.SYSTEM_UI_FLAG_IMMERSIVE_STICKY; in isImmersiveMode()
/frameworks/opt/setupwizard/navigationbar/src/com/android/setupwizard/navigationbar/
DSetupWizardNavBar.java43 View.SYSTEM_UI_FLAG_HIDE_NAVIGATION | View.SYSTEM_UI_FLAG_IMMERSIVE_STICKY;
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDessertCaseView.java517 | View.SYSTEM_UI_FLAG_IMMERSIVE_STICKY
/frameworks/base/core/java/android/view/
DView.java3322 public static final int SYSTEM_UI_FLAG_IMMERSIVE_STICKY = 0x00001000; field in View
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt33857 field public static final int SYSTEM_UI_FLAG_IMMERSIVE_STICKY = 4096; // 0x1000
/frameworks/base/api/
Dcurrent.txt45792 field public static final int SYSTEM_UI_FLAG_IMMERSIVE_STICKY = 4096; // 0x1000
Dsystem-current.txt49331 field public static final int SYSTEM_UI_FLAG_IMMERSIVE_STICKY = 4096; // 0x1000