Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/view/
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()
DViewRootImplTest.java164 controller.setSystemBarsBehavior(behavior); in adjustLayoutParamsForCompatibility_noAdjustBehavior()
/frameworks/base/core/java/android/view/
DPendingInsetsController.java90 public void setSystemBarsBehavior(int behavior) { in setSystemBarsBehavior() method in PendingInsetsController
92 mReplayedInsetsController.setSystemBarsBehavior(behavior); in setSystemBarsBehavior()
156 controller.setSystemBarsBehavior(mBehavior); in replayAndAttach()
DWindowInsetsController.java214 void setSystemBarsBehavior(@Behavior int behavior); in setSystemBarsBehavior() method
DViewRootInsetsControllerHost.java182 public void setSystemBarsBehavior(int behavior) { in setSystemBarsBehavior() method in ViewRootInsetsControllerHost
DInsetsController.java128 void setSystemBarsBehavior(@Behavior int behavior); in setSystemBarsBehavior() method
1374 public void setSystemBarsBehavior(@Behavior int behavior) { in setSystemBarsBehavior() method in InsetsController
1375 mHost.setSystemBarsBehavior(behavior); in setSystemBarsBehavior()
/frameworks/base/api/
Dcurrent.txt55568 method public void setSystemBarsBehavior(int);