Searched refs:setSystemBarsBehavior (Results 1 – 7 of 7) sorted by relevance
120 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()
164 controller.setSystemBarsBehavior(behavior); in adjustLayoutParamsForCompatibility_noAdjustBehavior()
90 public void setSystemBarsBehavior(int behavior) { in setSystemBarsBehavior() method in PendingInsetsController92 mReplayedInsetsController.setSystemBarsBehavior(behavior); in setSystemBarsBehavior()156 controller.setSystemBarsBehavior(mBehavior); in replayAndAttach()
214 void setSystemBarsBehavior(@Behavior int behavior); in setSystemBarsBehavior() method
182 public void setSystemBarsBehavior(int behavior) { in setSystemBarsBehavior() method in ViewRootInsetsControllerHost
128 void setSystemBarsBehavior(@Behavior int behavior); in setSystemBarsBehavior() method1374 public void setSystemBarsBehavior(@Behavior int behavior) { in setSystemBarsBehavior() method in InsetsController1375 mHost.setSystemBarsBehavior(behavior); in setSystemBarsBehavior()
55568 method public void setSystemBarsBehavior(int);