Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherRootView.java65 Insets systemWindowInsets = insets.getInsetsIgnoringVisibility( in onApplyWindowInsets() local
67 mTempRect.set(systemWindowInsets.left, systemWindowInsets.top, systemWindowInsets.right, in onApplyWindowInsets()
68 systemWindowInsets.bottom); in onApplyWindowInsets()
/aosp12/frameworks/base/core/java/android/view/
H A 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()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...