Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowInsets.java259 public WindowInsets(Rect systemWindowInsets) { in WindowInsets() argument
260 this(createCompatTypeMap(systemWindowInsets), null, new boolean[SIZE], false, 0, 0, in WindowInsets()
790 public WindowInsets replaceSystemWindowInsets(Rect systemWindowInsets) { in replaceSystemWindowInsets() argument
791 return replaceSystemWindowInsets(systemWindowInsets.left, systemWindowInsets.top, in replaceSystemWindowInsets()
792 systemWindowInsets.right, systemWindowInsets.bottom); in replaceSystemWindowInsets()
1424 public Builder setSystemWindowInsets(@NonNull Insets systemWindowInsets) { in setSystemWindowInsets() argument
1425 Preconditions.checkNotNull(systemWindowInsets); in setSystemWindowInsets()
1426 assignCompatInsets(mTypeInsetsMap, systemWindowInsets.toRect()); in setSystemWindowInsets()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...