Home
last modified time | relevance | path

Searched refs:WindowInsetsController (Results 1 – 25 of 71) sorted by relevance

123

/aosp12/frameworks/base/core/java/android/view/
H A DInsetsFlags.java19 import static android.view.WindowInsetsController.APPEARANCE_LIGHT_NAVIGATION_BARS;
20 import static android.view.WindowInsetsController.APPEARANCE_LIGHT_STATUS_BARS;
21 import static android.view.WindowInsetsController.APPEARANCE_LOW_PROFILE_BARS;
22 import static android.view.WindowInsetsController.APPEARANCE_OPAQUE_NAVIGATION_BARS;
23 import static android.view.WindowInsetsController.APPEARANCE_OPAQUE_STATUS_BARS;
24 import static android.view.WindowInsetsController.APPEARANCE_SEMI_TRANSPARENT_NAVIGATION_BARS;
25 import static android.view.WindowInsetsController.APPEARANCE_SEMI_TRANSPARENT_STATUS_BARS;
26 import static android.view.WindowInsetsController.BEHAVIOR_DEFAULT;
27 import static android.view.WindowInsetsController.BEHAVIOR_SHOW_TRANSIENT_BARS_BY_SWIPE;
29 import android.view.WindowInsetsController.Appearance;
[all …]
H A DWindowInsetsController.java37 public interface WindowInsetsController { interface
320 void onControllableInsetsChanged(@NonNull WindowInsetsController controller, in onControllableInsetsChanged()
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/wm/
H A DDisplaySystemBarsInsetsControllerHost.java29 import android.view.WindowInsetsController;
114 @WindowInsetsController.Appearance int appearance, in setSystemBarsAppearance()
115 @WindowInsetsController.Appearance int mask) { in setSystemBarsAppearance()
120 public @WindowInsetsController.Appearance int getSystemBarsAppearance() { in getSystemBarsAppearance()
125 public void setSystemBarsBehavior(@WindowInsetsController.Behavior int behavior) { in setSystemBarsBehavior()
130 public @WindowInsetsController.Behavior int getSystemBarsBehavior() { in getSystemBarsBehavior()
/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/systembars/
H A DSystemBarsFragment.java26 import android.view.WindowInsetsController;
39 private WindowInsetsController mWindowInsetsController;
88 WindowInsetsController.BEHAVIOR_SHOW_BARS_BY_TOUCH)); in initSystemBarBehaviorButtons()
91 WindowInsetsController.BEHAVIOR_SHOW_BARS_BY_SWIPE)); in initSystemBarBehaviorButtons()
94 WindowInsetsController.BEHAVIOR_SHOW_TRANSIENT_BARS_BY_SWIPE)); in initSystemBarBehaviorButtons()
/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/insets/
H A DWindowInsetsTestActivity.java19 import static android.view.WindowInsetsController.BEHAVIOR_SHOW_TRANSIENT_BARS_BY_SWIPE;
25 import android.view.WindowInsetsController;
47 WindowInsetsController windowInsetsController = decorView.getWindowInsetsController(); in hideSysUI()
/aosp12/packages/apps/EmergencyInfo/EmergencyGestureAction/src/com/android/emergency/action/
H A DEmergencyActionActivity.java27 import android.view.WindowInsetsController;
50 WindowInsetsController controller = getWindow().getInsetsController(); in onCreate()
54 WindowInsetsController.BEHAVIOR_SHOW_TRANSIENT_BARS_BY_SWIPE); in onCreate()
/aosp12/frameworks/base/core/java/android/window/
H A DTaskSnapshot.java32 import android.view.WindowInsetsController;
61 private final @WindowInsetsController.Appearance
73 @WindowInsetsController.Appearance int appearance, boolean isTranslucent, in TaskSnapshot()
236 public @WindowInsetsController.Appearance
309 private @WindowInsetsController.Appearance
373 public Builder setAppearance(@WindowInsetsController.Appearance int appearance) {
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/globalactions/
H A DGlobalActionsImeTest.java35 import android.view.WindowInsetsController;
174 WindowInsetsController.OnControllableInsetsChangedListener,
195 WindowInsetsController wic = mEditText.getWindowInsetsController(); in showIme()
209 public void onControllableInsetsChanged(@NonNull WindowInsetsController controller, in onControllableInsetsChanged()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLightsOutNotifController.java19 import static android.view.WindowInsetsController.APPEARANCE_LOW_PROFILE_BARS;
26 import android.view.WindowInsetsController.Appearance;
27 import android.view.WindowInsetsController.Behavior;
H A DLightBarController.java20 import static android.view.WindowInsetsController.APPEARANCE_LIGHT_NAVIGATION_BARS;
21 import static android.view.WindowInsetsController.APPEARANCE_LIGHT_STATUS_BARS;
30 import android.view.WindowInsetsController.Appearance;
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DSysuiStatusBarStateController.java24 import android.view.WindowInsetsController.Appearance;
25 import android.view.WindowInsetsController.Behavior;
H A DStatusBarStateControllerImpl.java21 import static android.view.WindowInsetsController.APPEARANCE_LOW_PROFILE_BARS;
38 import android.view.WindowInsetsController.Appearance;
39 import android.view.WindowInsetsController.Behavior;
/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/rotation/
H A DRotationButtonController.java44 import android.view.WindowInsetsController;
96 private @WindowInsetsController.Behavior
97 int mBehavior = WindowInsetsController.BEHAVIOR_DEFAULT;
398 public void onBehaviorChanged(int displayId, @WindowInsetsController.Behavior int behavior) { in onBehaviorChanged()
431 return mIsNavigationBarShowing || mBehavior == WindowInsetsController.BEHAVIOR_DEFAULT; in canShowRotationButton()
/aosp12/frameworks/base/core/tests/coretests/src/android/view/
H A DViewRootImplTest.java25 import static android.view.WindowInsetsController.APPEARANCE_OPAQUE_STATUS_BARS;
26 import static android.view.WindowInsetsController.BEHAVIOR_DEFAULT;
164 final WindowInsetsController controller = mViewRootImpl.getInsetsController(); in adjustLayoutParamsForCompatibility_noAdjustAppearance()
185 final WindowInsetsController controller = mViewRootImpl.getInsetsController(); in adjustLayoutParamsForCompatibility_noAdjustBehavior()
H A DPendingInsetsControllerTest.java21 import static android.view.WindowInsetsController.APPEARANCE_LIGHT_STATUS_BARS;
22 import static android.view.WindowInsetsController.BEHAVIOR_SHOW_TRANSIENT_BARS_BY_SWIPE;
36 import android.view.WindowInsetsController.OnControllableInsetsChangedListener;
/aosp12/frameworks/base/services/core/java/com/android/server/statusbar/
H A DStatusBarManagerInternal.java27 import android.view.WindowInsetsController.Appearance;
28 import android.view.WindowInsetsController.Behavior;
/aosp12/packages/services/Car/packages/CarManagedProvisioning/src/com/android/managedprovisioning/
H A DCarManagedProvisioningApplication.java25 import android.view.WindowInsetsController;
48 WindowInsetsController insetsController = activity.getWindow().getDecorView()
/aosp12/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
H A DNavigationBarRotationContextTest.java28 import android.view.WindowInsetsController;
88 WindowInsetsController.BEHAVIOR_SHOW_TRANSIENT_BARS_BY_SWIPE); in testOnRotationProposalShowButtonShowNav()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardSecurityViewFlipperControllerTest.java32 import android.view.WindowInsetsController;
70 private WindowInsetsController mWindowInsetsController;
H A DKeyguardSecurityContainerTest.java34 import android.view.WindowInsetsController;
61 private WindowInsetsController mWindowInsetsController;
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/
H A DNavigationBarRotationContextTest.java27 import android.view.WindowInsetsController;
113 WindowInsetsController.BEHAVIOR_SHOW_TRANSIENT_BARS_BY_SWIPE); in testOnRotationProposalShowButtonShowNav()
/aosp12/frameworks/base/core/proto/android/view/
H A Dwindowlayoutparams.proto65 …optional uint32 appearance = 29 [(.android.typedef) = "android.view.WindowInsetsController.Appeara…
66 …optional uint32 behavior = 30 [(.android.typedef) = "android.view.WindowInsetsController.Behavior"…
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
H A DCarSystemBar.java22 import static android.view.WindowInsetsController.APPEARANCE_LIGHT_STATUS_BARS;
37 import android.view.WindowInsetsController;
460 @WindowInsetsController.Appearance int appearance, in onSystemBarAttributesChanged()
463 @WindowInsetsController.Behavior int behavior, in onSystemBarAttributesChanged()
/aosp12/frameworks/base/core/java/com/android/internal/view/
H A DRootViewSurfaceTaker.java22 import android.view.WindowInsetsController;
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DLightsOutNotifControllerTest.java20 import static android.view.WindowInsetsController.APPEARANCE_LOW_PROFILE_BARS;
21 import static android.view.WindowInsetsController.BEHAVIOR_DEFAULT;

123