Searched refs:SYSTEM_UI_FLAG_VISIBLE (Results 1 – 14 of 14) sorted by relevance
/aosp12/frameworks/layoutlib/bridge/src/android/view/ |
H A D | WindowManagerImpl.java | 18 import static android.view.View.SYSTEM_UI_FLAG_VISIBLE; 168 SOFT_INPUT_ADJUST_NOTHING, 0, SYSTEM_UI_FLAG_VISIBLE, TYPE_APPLICATION, in computeWindowInsets()
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | WindowManagerImpl.java | 21 import static android.view.View.SYSTEM_UI_FLAG_VISIBLE; 328 SYSTEM_UI_FLAG_VISIBLE, attrs.type, windowingMode, null /* typeSideMap */); in getWindowInsetsFromServer()
|
H A D | WindowManager.java | 40 import static android.view.View.SYSTEM_UI_FLAG_VISIBLE; 3123 SYSTEM_UI_FLAG_VISIBLE,
|
H A D | View.java | 3648 public static final int SYSTEM_UI_FLAG_VISIBLE = 0; field in View 3901 public static final int STATUS_BAR_VISIBLE = SYSTEM_UI_FLAG_VISIBLE;
|
/aosp12/frameworks/opt/car/setupwizard/library/main/tests/robotests/src/com/android/car/setupwizardlib/util/ |
H A D | CarSetupWizardUiUtilsTest.java | 46 View.SYSTEM_UI_FLAG_VISIBLE;
|
/aosp12/frameworks/opt/car/setupwizard/library/main/src/com/android/car/setupwizardlib/util/ |
H A D | CarSetupWizardUiUtils.java | 160 window.getDecorView().setSystemUiVisibility(View.SYSTEM_UI_FLAG_VISIBLE); in disableImmersiveMode()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/ |
H A D | CameraMediaChooser.java | 430 View.SYSTEM_UI_FLAG_VISIBLE); in updateViewState()
|
/aosp12/frameworks/base/core/java/android/service/wallpaper/ |
H A D | WallpaperService.java | 26 import static android.view.View.SYSTEM_UI_FLAG_VISIBLE; 1116 mLayout.flags, SYSTEM_UI_FLAG_VISIBLE, mLayout.type, in updateSurface()
|
/aosp12/packages/apps/Dialer/java/com/android/incallui/video/impl/ |
H A D | SurfaceViewVideoCallFragment.java | 432 view.setSystemUiVisibility(View.SYSTEM_UI_FLAG_VISIBLE | View.SYSTEM_UI_FLAG_LAYOUT_STABLE); in showSystemUI()
|
H A D | VideoCallFragment.java | 531 view.setSystemUiVisibility(View.SYSTEM_UI_FLAG_VISIBLE | View.SYSTEM_UI_FLAG_LAYOUT_STABLE); in showSystemUI()
|
/aosp12/frameworks/opt/photoviewer/src/com/android/ex/photo/ |
H A D | PhotoViewController.java | 1346 flags = View.SYSTEM_UI_FLAG_VISIBLE; in setImmersiveMode()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 49411 field @Deprecated public static final int SYSTEM_UI_FLAG_VISIBLE = 0; // 0x0
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 33862 field public static final int SYSTEM_UI_FLAG_VISIBLE = 0; // 0x0
|