Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DPrivacyIndicatorBounds.java80 int insetBottom) { in inset() argument
81 if (insetLeft == 0 && insetTop == 0 && insetRight == 0 && insetBottom == 0) { in inset()
87 insetRect(mStaticBounds[i], insetLeft, insetTop, insetRight, insetBottom); in inset()
93 int insetBottom) { in insetRect() argument
100 int bottom = Math.max(top, orig.bottom - insetBottom); in insetRect()
H A DRoundedCorners.java351 int insetBottom = roundedCornerFrame.bottom - frame.bottom; in insetWithFrame() local
382 insetRight, insetBottom); in insetWithFrame()
392 public RoundedCorners inset(int insetLeft, int insetTop, int insetRight, int insetBottom) { in inset() argument
397 insetTop, insetRight, insetBottom); in inset()
403 int centerY, int insetLeft, int insetTop, int insetRight, int insetBottom) { in insetRoundedCorner() argument
417 hasRoundedCorner = radius > insetBottom && radius > insetRight; in insetRoundedCorner()
420 hasRoundedCorner = radius > insetBottom && radius > insetLeft; in insetRoundedCorner()
H A DInsetsState.java211 final int insetBottom = mDisplayFrame.bottom - frame.bottom; in calculateRelativeCutout() local
215 && insetBottom >= raw.getSafeInsetBottom()) { in calculateRelativeCutout()
218 return raw.inset(insetLeft, insetTop, insetRight, insetBottom); in calculateRelativeCutout()
244 final int insetBottom = mDisplayFrame.bottom - frame.bottom; in calculateRelativeRoundedCorners() local
245 return mRoundedCorners.inset(insetLeft, insetTop, insetRight, insetBottom); in calculateRelativeRoundedCorners()
258 final int insetBottom = mDisplayFrame.bottom - frame.bottom; in calculateRelativePrivacyIndicatorBounds() local
259 return mPrivacyIndicatorBounds.inset(insetLeft, insetTop, insetRight, insetBottom); in calculateRelativePrivacyIndicatorBounds()
H A DDisplayCutout.java844 public DisplayCutout inset(int insetLeft, int insetTop, int insetRight, int insetBottom) { in inset() argument
845 if (insetLeft == 0 && insetTop == 0 && insetRight == 0 && insetBottom == 0 in inset()
850 Rect safeInsets = insetInsets(insetLeft, insetTop, insetRight, insetBottom, in inset()
859 Rect waterfallInsets = insetInsets(insetLeft, insetTop, insetRight, insetBottom, in inset()
873 private Rect insetInsets(int insetLeft, int insetTop, int insetRight, int insetBottom, in insetInsets() argument
880 if (insetBottom > 0 || insets.bottom > 0) { in insetInsets()
881 insets.bottom = atLeastZero(insets.bottom - insetBottom); in insetInsets()
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/widget/
H A DBackgroundFallbackTest.java202 int insetBottom = 0; in setUpViewHierarchy() local
215 insetBottom = NAV_SIZE; in setUpViewHierarchy()
235 SCREEN_HEIGHT - insetTop - insetBottom, null, VISIBLE, emptyList()); in setUpViewHierarchy()
237 SCREEN_HEIGHT - insetTop - insetBottom, null, VISIBLE, asList(mContentMock)); in setUpViewHierarchy()
239 SCREEN_HEIGHT - insetBottom, null, VISIBLE, asList(mContentContainerMock)); in setUpViewHierarchy()
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A DInsetDrawable.java102 int insetRight, int insetBottom) { in InsetDrawable() argument
108 mState.mInsetBottom = new InsetValue(0f, insetBottom); in InsetDrawable()
H A DVectorDrawable.java803 final int insetBottom = a.getDimensionPixelOffset( in updateStateFromTypedArray() local
805 state.mOpticalInsets = Insets.of(insetLeft, insetTop, insetRight, insetBottom); in updateStateFromTypedArray()
1131 final int insetBottom = Drawable.scaleFromDensity( in applyDensityScaling() local
1133 mOpticalInsets = Insets.of(insetLeft, insetTop, insetRight, insetBottom); in applyDensityScaling()
H A DGradientDrawable.java1524 final int insetBottom = a.getDimensionPixelSize(
1526 state.mOpticalInsets = Insets.of(insetLeft, insetTop, insetRight, insetBottom);
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DAppSnapshotLoader.java202 new Rect(proto.insetLeft, proto.insetTop, proto.insetRight, proto.insetBottom), in loadTask()
H A DSnapshotPersistQueue.java281 proto.insetBottom = mSnapshot.getContentInsets().bottom; in writeProto()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt977 field public static final int insetBottom = 16843194; // 0x10101ba
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt75964 Lcom/android/internal/R$attr;->insetBottom:I