Home
last modified time | relevance | path

Searched defs:systemWindowInsets (Results 1 – 3 of 3) sorted by relevance

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/view/
DWindowManagerImpl.java138 final Rect systemWindowInsets = new Rect(); in computeWindowInsets() local
/frameworks/base/core/java/android/view/
DWindowInsets.java236 public WindowInsets(Rect systemWindowInsets) { in WindowInsets()
608 public WindowInsets replaceSystemWindowInsets(Rect systemWindowInsets) { in replaceSystemWindowInsets()
1068 public Builder setSystemWindowInsets(@NonNull Insets systemWindowInsets) { in setSystemWindowInsets()
DWindowManagerImpl.java266 final Rect systemWindowInsets = new Rect(); in getWindowInsetsFromServer() local