/aosp12/frameworks/base/core/java/android/view/ |
H A D | InsetsFlags.java | 19 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 D | WindowInsetsController.java | 37 public interface WindowInsetsController { interface 320 void onControllableInsetsChanged(@NonNull WindowInsetsController controller, in onControllableInsetsChanged()
|
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/wm/ |
H A D | DisplaySystemBarsInsetsControllerHost.java | 29 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 D | SystemBarsFragment.java | 26 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 D | WindowInsetsTestActivity.java | 19 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 D | EmergencyActionActivity.java | 27 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 D | TaskSnapshot.java | 32 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 D | GlobalActionsImeTest.java | 35 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 D | LightsOutNotifController.java | 19 import static android.view.WindowInsetsController.APPEARANCE_LOW_PROFILE_BARS; 26 import android.view.WindowInsetsController.Appearance; 27 import android.view.WindowInsetsController.Behavior;
|
H A D | LightBarController.java | 20 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 D | SysuiStatusBarStateController.java | 24 import android.view.WindowInsetsController.Appearance; 25 import android.view.WindowInsetsController.Behavior;
|
H A D | StatusBarStateControllerImpl.java | 21 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 D | RotationButtonController.java | 44 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 D | ViewRootImplTest.java | 25 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 D | PendingInsetsControllerTest.java | 21 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 D | StatusBarManagerInternal.java | 27 import android.view.WindowInsetsController.Appearance; 28 import android.view.WindowInsetsController.Behavior;
|
/aosp12/packages/services/Car/packages/CarManagedProvisioning/src/com/android/managedprovisioning/ |
H A D | CarManagedProvisioningApplication.java | 25 import android.view.WindowInsetsController; 48 WindowInsetsController insetsController = activity.getWindow().getDecorView()
|
/aosp12/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/ |
H A D | NavigationBarRotationContextTest.java | 28 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 D | KeyguardSecurityViewFlipperControllerTest.java | 32 import android.view.WindowInsetsController; 70 private WindowInsetsController mWindowInsetsController;
|
H A D | KeyguardSecurityContainerTest.java | 34 import android.view.WindowInsetsController; 61 private WindowInsetsController mWindowInsetsController;
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/ |
H A D | NavigationBarRotationContextTest.java | 27 import android.view.WindowInsetsController; 113 WindowInsetsController.BEHAVIOR_SHOW_TRANSIENT_BARS_BY_SWIPE); in testOnRotationProposalShowButtonShowNav()
|
/aosp12/frameworks/base/core/proto/android/view/ |
H A D | windowlayoutparams.proto | 65 …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 D | CarSystemBar.java | 22 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 D | RootViewSurfaceTaker.java | 22 import android.view.WindowInsetsController;
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
H A D | LightsOutNotifControllerTest.java | 20 import static android.view.WindowInsetsController.APPEARANCE_LOW_PROFILE_BARS; 21 import static android.view.WindowInsetsController.BEHAVIOR_DEFAULT;
|