Home
last modified time | relevance | path

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

/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
DDrawableLayoutDirectionHelper.java37 int insetStart, int insetTop, int insetEnd, int insetBottom, View view) { in createRelativeInsetDrawable() argument
40 return createRelativeInsetDrawable(drawable, insetStart, insetTop, insetEnd, insetBottom, in createRelativeInsetDrawable()
50 int insetStart, int insetTop, int insetEnd, int insetBottom, Context context) { in createRelativeInsetDrawable() argument
57 return createRelativeInsetDrawable(drawable, insetStart, insetTop, insetEnd, insetBottom, in createRelativeInsetDrawable()
68 int insetStart, int insetTop, int insetEnd, int insetBottom, int layoutDirection) { in createRelativeInsetDrawable() argument
69 return createRelativeInsetDrawable(drawable, insetStart, insetTop, insetEnd, insetBottom, in createRelativeInsetDrawable()
74 int insetStart, int insetTop, int insetEnd, int insetBottom, boolean isRtl) { in createRelativeInsetDrawable() argument
76 return new InsetDrawable(drawable, insetEnd, insetTop, insetStart, insetBottom); in createRelativeInsetDrawable()
78 return new InsetDrawable(drawable, insetStart, insetTop, insetEnd, insetBottom); in createRelativeInsetDrawable()
/frameworks/base/core/tests/coretests/src/com/android/internal/widget/
DBackgroundFallbackTest.java201 int insetBottom = 0; in setUpViewHierarchy() local
214 insetBottom = NAV_SIZE; in setUpViewHierarchy()
234 SCREEN_HEIGHT - insetTop - insetBottom, null, VISIBLE, emptyList()); in setUpViewHierarchy()
236 SCREEN_HEIGHT - insetTop - insetBottom, null, VISIBLE, asList(mContentMock)); in setUpViewHierarchy()
238 SCREEN_HEIGHT - insetBottom, null, VISIBLE, asList(mContentContainerMock)); in setUpViewHierarchy()
/frameworks/base/services/core/java/com/android/server/wm/utils/
DWmDisplayCutout.java61 public WmDisplayCutout inset(int insetLeft, int insetTop, int insetRight, int insetBottom) { in inset() argument
62 DisplayCutout newInner = mInner.inset(insetLeft, insetTop, insetRight, insetBottom); in inset()
70 mFrameSize.getHeight() - insetTop - insetBottom); in inset()
/frameworks/base/core/java/android/view/
DDisplayCutout.java277 public DisplayCutout inset(int insetLeft, int insetTop, int insetRight, int insetBottom) { in inset() argument
279 || insetLeft == 0 && insetTop == 0 && insetRight == 0 && insetBottom == 0) { in inset()
291 if (insetBottom > 0 || safeInsets.bottom > 0) { in inset()
292 safeInsets.bottom = atLeastZero(safeInsets.bottom - insetBottom); in inset()
/frameworks/base/services/core/java/com/android/server/wm/
DTaskSnapshotLoader.java91 new Rect(proto.insetLeft, proto.insetTop, proto.insetRight, proto.insetBottom), in loadTask()
DTaskSnapshotPersister.java317 proto.insetBottom = mSnapshot.getContentInsets().bottom; in writeProto()
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DWindowFrameTests.java309 final int insetBottom = insetTop + (taskBottom - taskTop); in testLayoutNonfullscreenTask() local
310 task.mInsetBounds.set(insetLeft, insetTop, insetRight, insetBottom); in testLayoutNonfullscreenTask()
314 contentInsetBottom = insetBottom - cfBottom; in testLayoutNonfullscreenTask()
/frameworks/base/graphics/java/android/graphics/drawable/
DInsetDrawable.java99 int insetRight, int insetBottom) { in InsetDrawable() argument
105 mState.mInsetBottom = new InsetValue(0f, insetBottom); in InsetDrawable()
DVectorDrawable.java782 final int insetBottom = a.getDimensionPixelOffset( in updateStateFromTypedArray() local
784 state.mOpticalInsets = Insets.of(insetLeft, insetTop, insetRight, insetBottom); in updateStateFromTypedArray()
1109 final int insetBottom = Drawable.scaleFromDensity( in applyDensityScaling() local
1111 mOpticalInsets = Insets.of(insetLeft, insetTop, insetRight, insetBottom); in applyDensityScaling()
DGradientDrawable.java1336 final int insetBottom = a.getDimensionPixelSize(
1338 state.mOpticalInsets = Insets.of(insetLeft, insetTop, insetRight, insetBottom);
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt702 field public static final int insetBottom = 16843194; // 0x10101ba
/frameworks/base/config/
Dhiddenapi-public-dex.txt36148 Landroid/R$attr;->insetBottom:I
/frameworks/base/api/
Dcurrent.txt755 field public static final int insetBottom = 16843194; // 0x10101ba