Searched refs:topInset (Results 1 – 7 of 7) sorted by relevance
/aosp14/frameworks/base/core/java/com/android/internal/widget/ |
H A D | ActionBarOverlayLayout.java | 380 int topInset = 0; 408 topInset = mActionBarHeight; 413 topInset += mActionBarHeight; 419 topInset = mActionBarTop.getMeasuredHeight(); 440 mContentInsets.top += topInset; 443 mInnerInsets = mInnerInsets.inset(0 /* left */, topInset, 0 /* right */, bottomInset); 448 mInnerInsets.getSystemWindowInsetTop() + topInset,
|
/aosp14/frameworks/base/core/java/com/android/internal/policy/ |
H A D | BackdropFrameRenderer.java | 365 final int topInset = mSystemBarInsets.top; in drawColorViews() local 367 mStatusBarColor.setBounds(0, 0, left + width, topInset); in drawColorViews()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/ |
H A D | DisplayLayout.java | 460 int topInset = Math.max(cutout.getWaterfallInsets().top, in computeSafeInsets() local 468 return new Rect(leftInset, topInset, rightInset, bottomInset); in computeSafeInsets()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | DisplayCutout.java | 1212 int topInset = Math.max(cutout.getWaterfallInsets().top, findCutoutInsetForSide( in computeSafeInsets() local 1219 return new Rect(leftInset, topInset, rightInset, bottomInset); in computeSafeInsets()
|
/aosp14/frameworks/base/services/core/java/com/android/server/display/ |
H A D | DisplayManagerService.java | 2101 int topInset = d.getInsets().top; in recordTopInsetLocked() local 2102 if (topInset == mDefaultDisplayTopInset) { in recordTopInsetLocked() 2105 mDefaultDisplayTopInset = topInset; in recordTopInsetLocked() 2106 SystemProperties.set(PROP_DEFAULT_DISPLAY_TOP_INSET, Integer.toString(topInset)); in recordTopInsetLocked()
|
/aosp14/frameworks/base/core/java/com/android/internal/app/ |
H A D | ChooserActivity.java | 2784 int topInset = mSystemWindowInsets != null ? mSystemWindowInsets.top : 0; 2786 - requiredExpansionHeight - topInset - bottomInset;
|
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | SizeCompatTests.java | 2548 final int topInset = 30; 2550 .setAppBounds(0, topInset, screenWidth, screenHeight);
|