Home
last modified time | relevance | path

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

123

/frameworks/base/core/java/android/view/
DInsetsFlags.java19 import static android.view.WindowInsetsController.APPEARANCE_FORCE_LIGHT_NAVIGATION_BARS;
20 import static android.view.WindowInsetsController.APPEARANCE_LIGHT_CAPTION_BARS;
21 import static android.view.WindowInsetsController.APPEARANCE_LIGHT_NAVIGATION_BARS;
22 import static android.view.WindowInsetsController.APPEARANCE_LIGHT_STATUS_BARS;
23 import static android.view.WindowInsetsController.APPEARANCE_LOW_PROFILE_BARS;
24 import static android.view.WindowInsetsController.APPEARANCE_OPAQUE_NAVIGATION_BARS;
25 import static android.view.WindowInsetsController.APPEARANCE_OPAQUE_STATUS_BARS;
26 import static android.view.WindowInsetsController.APPEARANCE_SEMI_TRANSPARENT_NAVIGATION_BARS;
27 import static android.view.WindowInsetsController.APPEARANCE_SEMI_TRANSPARENT_STATUS_BARS;
28 import static android.view.WindowInsetsController.APPEARANCE_TRANSPARENT_CAPTION_BAR_BACKGROUND;
[all …]
DWindowInsetsController.java38 public interface WindowInsetsController { interface
377 void onControllableInsetsChanged(@NonNull WindowInsetsController controller, in onControllableInsetsChanged()
DWindow.java299 @WindowInsetsController.Appearance
690 void onSystemBarAppearanceChanged(@WindowInsetsController.Appearance int appearance); in onSystemBarAppearanceChanged()
1046 public final void setSystemBarAppearance(@WindowInsetsController.Appearance int appearance) { in setSystemBarAppearance()
1051 @WindowInsetsController.Appearance
1058 @WindowInsetsController.Appearance int appearance) { in dispatchOnSystemBarAppearanceChanged()
2987 public @Nullable WindowInsetsController getInsetsController() { in getInsetsController()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/extension/
DTaskInfo.kt21 import android.view.WindowInsetsController.APPEARANCE_LIGHT_CAPTION_BARS
22 import android.view.WindowInsetsController.APPEARANCE_TRANSPARENT_CAPTION_BAR_BACKGROUND
/frameworks/libs/systemui/toruslib/torus-utils/src/main/java/com/google/android/torus/utils/extensions/
DActivityExt.kt22 import android.view.WindowInsetsController
40 WindowInsetsController.BEHAVIOR_SHOW_TRANSIENT_BARS_BY_SWIPE in Activity()
/frameworks/base/services/tests/InputMethodSystemServerTests/test-apps/SimpleTestIme/src/com/android/apps/inputmethod/simpleime/testing/
DTestActivity.java28 import android.view.WindowInsetsController;
101 WindowInsetsController windowInsetsController = mEditText.getWindowInsetsController(); in showImeWithWindowInsetsController()
117 WindowInsetsController windowInsetsController = mEditText.getWindowInsetsController(); in hideImeWithWindowInsetsController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/data/repository/
DStatusBarModePerDisplayRepository.kt23 import android.view.WindowInsetsController in <lambda>()
24 import android.view.WindowInsetsController.APPEARANCE_LOW_PROFILE_BARS in <lambda>()
25 import android.view.WindowInsetsController.APPEARANCE_OPAQUE_STATUS_BARS in <lambda>()
26 import android.view.WindowInsetsController.APPEARANCE_SEMI_TRANSPARENT_STATUS_BARS in <lambda>()
27 import android.view.WindowInsetsController.Appearance in <lambda>()
149 @WindowInsetsController.Behavior behavior: Int, in onSystemBarAttributesChanged()
/frameworks/base/core/java/android/window/
DTaskSnapshot.java34 import android.view.WindowInsetsController;
71 private final @WindowInsetsController.Appearance
98 @WindowInsetsController.Appearance int appearance, boolean isTranslucent, in TaskSnapshot()
271 public @WindowInsetsController.Appearance
368 private @WindowInsetsController.Appearance
437 public Builder setAppearance(@WindowInsetsController.Appearance int appearance) {
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/globalactions/
DGlobalActionsImeTest.java35 import android.view.WindowInsetsController;
179 WindowInsetsController.OnControllableInsetsChangedListener,
200 WindowInsetsController wic = mEditText.getWindowInsetsController(); in showIme()
214 public void onControllableInsetsChanged(@NonNull WindowInsetsController controller, in onControllableInsetsChanged()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/rotation/
DRotationButtonControllerTest.kt21 import android.view.WindowInsetsController
54 WindowInsetsController.BEHAVIOR_SHOW_TRANSIENT_BARS_BY_SWIPE) in ifGestural_showRotationSuggestion()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/data/repository/
DStatusBarModeRepositoryImplTest.kt21 import android.view.WindowInsetsController
22 import android.view.WindowInsetsController.APPEARANCE_LIGHT_STATUS_BARS
23 import android.view.WindowInsetsController.APPEARANCE_LOW_PROFILE_BARS
24 import android.view.WindowInsetsController.APPEARANCE_OPAQUE_STATUS_BARS
25 import android.view.WindowInsetsController.APPEARANCE_SEMI_TRANSPARENT_STATUS_BARS
509 @WindowInsetsController.Appearance appearance: Int = APPEARANCE_OPAQUE_STATUS_BARS, in onSystemBarAttributesChanged()
512 @WindowInsetsController.Behavior behavior: Int = WindowInsetsController.BEHAVIOR_DEFAULT, in onSystemBarAttributesChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLetterboxAppearanceCalculator.kt24 import android.view.WindowInsetsController in <lambda>()
25 import android.view.WindowInsetsController.APPEARANCE_SEMI_TRANSPARENT_STATUS_BARS in <lambda>()
26 import android.view.WindowInsetsController.Appearance in <lambda>()
189 WindowInsetsController.APPEARANCE_LIGHT_STATUS_BARS in getOuterAppearance()
DLegacyLightsOutNotifController.java19 import static android.view.WindowInsetsController.APPEARANCE_LOW_PROFILE_BARS;
27 import android.view.WindowInsetsController.Appearance;
28 import android.view.WindowInsetsController.Behavior;
/frameworks/base/packages/SystemUI/src/com/android/systemui/user/
DUserSwitcherFullscreenDialog.kt24 import android.view.WindowInsetsController in <lambda>()
44 WindowInsetsController.BEHAVIOR_SHOW_TRANSIENT_BARS_BY_SWIPE in <lambda>()
/frameworks/base/core/tests/coretests/src/android/view/
DPendingInsetsControllerTest.java21 import static android.view.WindowInsetsController.APPEARANCE_LIGHT_NAVIGATION_BARS;
22 import static android.view.WindowInsetsController.APPEARANCE_LIGHT_STATUS_BARS;
23 import static android.view.WindowInsetsController.BEHAVIOR_SHOW_TRANSIENT_BARS_BY_SWIPE;
37 import android.view.WindowInsetsController.OnControllableInsetsChangedListener;
/frameworks/base/services/core/java/com/android/server/statusbar/
DStatusBarManagerInternal.java27 import android.view.WindowInsetsController.Appearance;
28 import android.view.WindowInsetsController.Behavior;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/
DNavigationBarRotationContextTest.java27 import android.view.WindowInsetsController;
113 WindowInsetsController.BEHAVIOR_SHOW_TRANSIENT_BARS_BY_SWIPE); in testOnRotationProposalShowButtonShowNav()
/frameworks/base/tests/graphics/HwAccelerationTest/src/com/android/test/hwui/
DFrontBufferedLayer.kt32 import android.view.WindowInsetsController
70 this.windowInsetsController?.setSystemBarsBehavior(WindowInsetsController.BEHAVIOR_DEFAULT) in onAttachedToWindow()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DLetterboxAppearanceCalculatorTest.kt21 import android.view.WindowInsetsController
22 import android.view.WindowInsetsController.APPEARANCE_SEMI_TRANSPARENT_STATUS_BARS
45 private const val TEST_APPEARANCE = WindowInsetsController.APPEARANCE_LIGHT_STATUS_BARS
DLegacyLightsOutNotifControllerTest.java19 import static android.view.WindowInsetsController.APPEARANCE_LOW_PROFILE_BARS;
20 import static android.view.WindowInsetsController.BEHAVIOR_DEFAULT;
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/rotation/
DRotationButtonController.java50 import android.view.WindowInsetsController;
109 private @WindowInsetsController.Behavior
110 int mBehavior = WindowInsetsController.BEHAVIOR_DEFAULT;
506 public void onBehaviorChanged(int displayId, @WindowInsetsController.Behavior int behavior) { in onBehaviorChanged()
545 || mBehavior == WindowInsetsController.BEHAVIOR_DEFAULT in canShowRotationButton()
/frameworks/base/core/proto/android/view/
Dwindowlayoutparams.proto65 …optional uint32 appearance = 29 [(.android.typedef) = "android.view.WindowInsetsController.Appeara…
66 …optional uint32 behavior = 30 [(.android.typedef) = "android.view.WindowInsetsController.Behavior"…
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/keyguard/
DKeyguardSecurityViewFlipperControllerTest.java31 import android.view.WindowInsetsController;
76 private WindowInsetsController mWindowInsetsController;
/frameworks/base/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/
DImeStressTestUtil.java36 import android.view.WindowInsetsController;
454 WindowInsetsController windowInsetsController = mEditText.getWindowInsetsController(); in showImeWithWindowInsetsController()
467 WindowInsetsController windowInsetsController = mEditText.getWindowInsetsController(); in hideImeWithWindowInsetsController()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashscreenWindowCreator.java48 import android.view.WindowInsetsController;
101 WindowInsetsController.APPEARANCE_LIGHT_NAVIGATION_BARS
102 | WindowInsetsController.APPEARANCE_LIGHT_STATUS_BARS;

123