Searched refs:systemWindowInsets (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/core/java/android/view/ |
H A D | WindowInsets.java | 232 public WindowInsets(Rect systemWindowInsets) { in WindowInsets() argument 233 this(createCompatTypeMap(systemWindowInsets), null, new boolean[SIZE], false, 0, 0, in WindowInsets() 663 public WindowInsets replaceSystemWindowInsets(Rect systemWindowInsets) { in replaceSystemWindowInsets() argument 664 return replaceSystemWindowInsets(systemWindowInsets.left, systemWindowInsets.top, in replaceSystemWindowInsets() 665 systemWindowInsets.right, systemWindowInsets.bottom); in replaceSystemWindowInsets() 1181 public Builder setSystemWindowInsets(@NonNull Insets systemWindowInsets) { in setSystemWindowInsets() argument 1182 Preconditions.checkNotNull(systemWindowInsets); in setSystemWindowInsets() 1183 assignCompatInsets(mTypeInsetsMap, systemWindowInsets.toRect()); in setSystemWindowInsets()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |