Home
last modified time | relevance | path

Searched refs:setSystemBarsBehavior (Results 1 – 12 of 12) sorted by relevance

/aosp12/frameworks/base/core/tests/coretests/src/android/view/
H A DPendingInsetsControllerTest.java120 mPendingInsetsController.setSystemBarsBehavior(BEHAVIOR_SHOW_TRANSIENT_BARS_BY_SWIPE); in testBehavior()
122 verify(mReplayedController).setSystemBarsBehavior( in testBehavior()
129 mPendingInsetsController.setSystemBarsBehavior(BEHAVIOR_SHOW_TRANSIENT_BARS_BY_SWIPE); in testBehavior_direct()
130 verify(mReplayedController).setSystemBarsBehavior( in testBehavior_direct()
203 mPendingInsetsController.setSystemBarsBehavior(BEHAVIOR_SHOW_TRANSIENT_BARS_BY_SWIPE); in testReplayTwice()
218 mPendingInsetsController.setSystemBarsBehavior(BEHAVIOR_SHOW_TRANSIENT_BARS_BY_SWIPE); in testDetachReattach()
H A DViewRootImplTest.java188 controller.setSystemBarsBehavior(behavior); in adjustLayoutParamsForCompatibility_noAdjustBehavior()
/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/systembars/
H A DSystemBarsFragment.java87 v -> mWindowInsetsController.setSystemBarsBehavior( in initSystemBarBehaviorButtons()
90 v -> mWindowInsetsController.setSystemBarsBehavior( in initSystemBarBehaviorButtons()
93 v -> mWindowInsetsController.setSystemBarsBehavior( in initSystemBarBehaviorButtons()
/aosp12/frameworks/base/core/java/android/view/
H A DPendingInsetsController.java90 public void setSystemBarsBehavior(int behavior) { in setSystemBarsBehavior() method in PendingInsetsController
92 mReplayedInsetsController.setSystemBarsBehavior(behavior); in setSystemBarsBehavior()
159 controller.setSystemBarsBehavior(mBehavior); in replayAndAttach()
H A DWindowInsetsController.java244 void setSystemBarsBehavior(@Behavior int behavior); in setSystemBarsBehavior() method
H A DViewRootInsetsControllerHost.java192 public void setSystemBarsBehavior(int behavior) { in setSystemBarsBehavior() method in ViewRootInsetsControllerHost
H A DInsetsController.java141 void setSystemBarsBehavior(@Behavior int behavior); in setSystemBarsBehavior() method
1598 public void setSystemBarsBehavior(@Behavior int behavior) { in setSystemBarsBehavior() method in InsetsController
1599 mHost.setSystemBarsBehavior(behavior); in setSystemBarsBehavior()
/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/insets/
H A DWindowInsetsTestActivity.java49 windowInsetsController.setSystemBarsBehavior(BEHAVIOR_SHOW_TRANSIENT_BARS_BY_SWIPE); in hideSysUI()
/aosp12/packages/apps/EmergencyInfo/EmergencyGestureAction/src/com/android/emergency/action/
H A DEmergencyActionActivity.java53 controller.setSystemBarsBehavior( in onCreate()
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/wm/
H A DDisplaySystemBarsInsetsControllerHost.java125 public void setSystemBarsBehavior(@WindowInsetsController.Behavior int behavior) { in setSystemBarsBehavior() method in DisplaySystemBarsInsetsControllerHost
/aosp12/frameworks/base/tests/WindowInsetsTests/src/com/google/android/test/windowinsetstests/
H A DControllerActivity.java61 parent.getWindowInsetsController().setSystemBarsBehavior(position); in onCreate()
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt50482 method public void setSystemBarsBehavior(int);