Home
last modified time | relevance | path

Searched defs:setSystemBarsBehavior (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/view/
DWindowInsetsController.java268 void setSystemBarsBehavior(@Behavior int behavior); in setSystemBarsBehavior() method
DViewRootInsetsControllerHost.java197 public void setSystemBarsBehavior(int behavior) { in setSystemBarsBehavior() method in ViewRootInsetsControllerHost
DPendingInsetsController.java100 public void setSystemBarsBehavior(int behavior) { in setSystemBarsBehavior() method in PendingInsetsController
DInsetsController.java152 void setSystemBarsBehavior(@Behavior int behavior); in setSystemBarsBehavior() method
1933 public void setSystemBarsBehavior(@Behavior int behavior) { in setSystemBarsBehavior() method in InsetsController
/frameworks/base/services/core/java/com/android/server/wm/
DInsetsPolicy.java796 public void setSystemBarsBehavior(int behavior) { } in setSystemBarsBehavior() method in InsetsPolicy.Host