Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowInsets.java247 public WindowInsets(Rect systemWindowInsets) { in WindowInsets() argument
248 this(createCompatTypeMap(systemWindowInsets), null, new boolean[SIZE], false, false, null, in WindowInsets()
650 public WindowInsets replaceSystemWindowInsets(Rect systemWindowInsets) { in replaceSystemWindowInsets() argument
651 return replaceSystemWindowInsets(systemWindowInsets.left, systemWindowInsets.top, in replaceSystemWindowInsets()
652 systemWindowInsets.right, systemWindowInsets.bottom); in replaceSystemWindowInsets()
1137 public Builder setSystemWindowInsets(@NonNull Insets systemWindowInsets) { in setSystemWindowInsets() argument
1138 Preconditions.checkNotNull(systemWindowInsets); in setSystemWindowInsets()
1139 assignCompatInsets(mTypeInsetsMap, systemWindowInsets.toRect()); in setSystemWindowInsets()