Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/android/view/
DInsetsFlags.java26 import static android.view.WindowInsetsController.APPEARANCE_LIGHT_NAVIGATION_BARS;
27 import static android.view.WindowInsetsController.APPEARANCE_LIGHT_STATUS_BARS;
28 import static android.view.WindowInsetsController.APPEARANCE_LOW_PROFILE_BARS;
29 import static android.view.WindowInsetsController.APPEARANCE_OPAQUE_NAVIGATION_BARS;
30 import static android.view.WindowInsetsController.APPEARANCE_OPAQUE_STATUS_BARS;
31 import static android.view.WindowInsetsController.BEHAVIOR_SHOW_BARS_BY_SWIPE;
32 import static android.view.WindowInsetsController.BEHAVIOR_SHOW_TRANSIENT_BARS_BY_SWIPE;
34 import android.view.WindowInsetsController.Appearance;
35 import android.view.WindowInsetsController.Behavior;
DWindowInsetsController.java38 public interface WindowInsetsController { interface
290 void onControllableInsetsChanged(@NonNull WindowInsetsController controller, in onControllableInsetsChanged()
DPendingInsetsController.java34 public class PendingInsetsController implements WindowInsetsController {
DWindow.java2653 public @Nullable WindowInsetsController getInsetsController() { in getInsetsController()
/frameworks/base/core/tests/coretests/src/android/view/
DInsetsFlagsTest.java28 import static android.view.WindowInsetsController.APPEARANCE_LIGHT_NAVIGATION_BARS;
29 import static android.view.WindowInsetsController.APPEARANCE_LIGHT_STATUS_BARS;
30 import static android.view.WindowInsetsController.APPEARANCE_LOW_PROFILE_BARS;
31 import static android.view.WindowInsetsController.APPEARANCE_OPAQUE_NAVIGATION_BARS;
32 import static android.view.WindowInsetsController.APPEARANCE_OPAQUE_STATUS_BARS;
37 import android.view.WindowInsetsController.Appearance;
DViewRootImplTest.java25 import static android.view.WindowInsetsController.BEHAVIOR_SHOW_BARS_BY_TOUCH;
145 final WindowInsetsController controller = mViewRootImpl.getInsetsController(); in adjustLayoutParamsForCompatibility_noAdjustAppearance()
161 final WindowInsetsController controller = mViewRootImpl.getInsetsController(); in adjustLayoutParamsForCompatibility_noAdjustBehavior()
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;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLightsOutNotifController.java19 import static android.view.WindowInsetsController.APPEARANCE_LOW_PROFILE_BARS;
25 import android.view.WindowInsetsController;
55 @VisibleForTesting @WindowInsetsController.Appearance int mAppearance;
150 @WindowInsetsController.Appearance int appearance,
DLightBarController.java19 import static android.view.WindowInsetsController.APPEARANCE_LIGHT_NAVIGATION_BARS;
20 import static android.view.WindowInsetsController.APPEARANCE_LIGHT_STATUS_BARS;
29 import android.view.WindowInsetsController.Appearance;
DNotificationShadeWindowView.java49 import android.view.WindowInsetsController;
599 public WindowInsetsController getInsetsController() {
DNavigationBarFragment.java26 import static android.view.WindowInsetsController.APPEARANCE_LOW_PROFILE_BARS;
27 import static android.view.WindowInsetsController.APPEARANCE_OPAQUE_NAVIGATION_BARS;
89 import android.view.WindowInsetsController.Appearance;
DNotificationShadeWindowController.java19 import static android.view.WindowInsetsController.BEHAVIOR_SHOW_TRANSIENT_BARS_BY_SWIPE;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/globalactions/
DGlobalActionsImeTest.java32 import android.view.WindowInsetsController;
151 WindowInsetsController.OnControllableInsetsChangedListener,
171 WindowInsetsController wic = mEditText.getWindowInsetsController(); in showIme()
185 public void onControllableInsetsChanged(@NonNull WindowInsetsController controller, in onControllableInsetsChanged()
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardSecurityContainerTest.java32 import android.view.WindowInsetsController;
64 private WindowInsetsController mWindowInsetsController;
/frameworks/base/core/java/com/android/internal/view/
DRootViewSurfaceTaker.java22 import android.view.WindowInsetsController;
/frameworks/base/services/core/java/com/android/server/statusbar/
DStatusBarManagerInternal.java24 import android.view.WindowInsetsController.Appearance;
/frameworks/base/tests/WindowInsetsTests/src/com/google/android/test/windowinsetstests/
DWindowInsetsActivity.java42 import android.view.WindowInsetsController;
43 import android.view.WindowInsetsController.OnControllableInsetsChangedListener;
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/car/navigationbar/
DCarNavigationBar.java24 import static android.view.WindowInsetsController.APPEARANCE_LIGHT_STATUS_BARS;
40 import android.view.WindowInsetsController;
466 @WindowInsetsController.Appearance int appearance, in onSystemBarAppearanceChanged()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DLightBarControllerTest.java19 import static android.view.WindowInsetsController.APPEARANCE_LIGHT_STATUS_BARS;
DLightsOutNotifControllerTest.java20 import static android.view.WindowInsetsController.APPEARANCE_LOW_PROFILE_BARS;
/frameworks/base/packages/CarSystemUI/tests/src/com/android/systemui/car/navigationbar/
DCarNavigationBarTest.java21 import static android.view.WindowInsetsController.APPEARANCE_LIGHT_STATUS_BARS;
22 import static android.view.WindowInsetsController.APPEARANCE_OPAQUE_STATUS_BARS;
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayPolicyTests.java25 import static android.view.WindowInsetsController.BEHAVIOR_SHOW_BARS_BY_SWIPE;
26 import static android.view.WindowInsetsController.BEHAVIOR_SHOW_BARS_BY_TOUCH;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DCommandQueueTest.java30 import android.view.WindowInsetsController.Appearance;
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayPolicy.java46 import static android.view.WindowInsetsController.APPEARANCE_LIGHT_NAVIGATION_BARS;
47 import static android.view.WindowInsetsController.APPEARANCE_LIGHT_STATUS_BARS;
48 import static android.view.WindowInsetsController.APPEARANCE_OPAQUE_NAVIGATION_BARS;
49 import static android.view.WindowInsetsController.APPEARANCE_OPAQUE_STATUS_BARS;
50 import static android.view.WindowInsetsController.BEHAVIOR_SHOW_BARS_BY_SWIPE;
51 import static android.view.WindowInsetsController.BEHAVIOR_SHOW_BARS_BY_TOUCH;
52 import static android.view.WindowInsetsController.BEHAVIOR_SHOW_TRANSIENT_BARS_BY_SWIPE;
174 import android.view.WindowInsetsController.Appearance;
/frameworks/base/core/java/com/android/internal/policy/
DDecorView.java98 import android.view.WindowInsetsController;
1085 final WindowInsetsController controller = getWindowInsetsController(); in updateColorViews()
1338 boolean animate, boolean force, WindowInsetsController controller) { in updateColorViewInt()
2552 public WindowInsetsController getWindowInsetsController() { in getWindowInsetsController()

12