Home
last modified time | relevance | path

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

/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
DDrawableLayoutDirectionHelper.java35 Drawable drawable, int insetStart, int insetTop, int insetEnd, int insetBottom, View view) { in createRelativeInsetDrawable() argument
40 drawable, insetStart, insetTop, insetEnd, insetBottom, isRtl); in createRelativeInsetDrawable()
53 int insetBottom, in createRelativeInsetDrawable() argument
61 drawable, insetStart, insetTop, insetEnd, insetBottom, isRtl); in createRelativeInsetDrawable()
75 int insetBottom, in createRelativeInsetDrawable() argument
82 insetBottom, in createRelativeInsetDrawable()
91 int insetBottom, in createRelativeInsetDrawable() argument
94 return new InsetDrawable(drawable, insetEnd, insetTop, insetStart, insetBottom); in createRelativeInsetDrawable()
96 return new InsetDrawable(drawable, insetStart, insetTop, insetEnd, insetBottom); in createRelativeInsetDrawable()
/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()
88 final int insetBottom = mFrameSize.getHeight() - frame.bottom; in calculateRelativeTo() local
89 if (frame.left == 0 && frame.top == 0 && insetRight == 0 && insetBottom == 0) { in calculateRelativeTo()
95 && insetBottom >= mInner.getSafeInsetBottom()) { in calculateRelativeTo()
101 return inset(frame.left, frame.top, insetRight, insetBottom); in calculateRelativeTo()
/frameworks/base/core/tests/coretests/src/com/android/internal/widget/
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()
/frameworks/base/core/java/android/view/
DDisplayCutout.java514 public DisplayCutout inset(int insetLeft, int insetTop, int insetRight, int insetBottom) { in inset() argument
515 if (insetLeft == 0 && insetTop == 0 && insetRight == 0 && insetBottom == 0 in inset()
527 if (insetBottom > 0 || safeInsets.bottom > 0) { in inset()
528 safeInsets.bottom = atLeastZero(safeInsets.bottom - insetBottom); in inset()
/frameworks/base/services/core/java/com/android/server/wm/
DTaskSnapshotLoader.java97 new Rect(proto.insetLeft, proto.insetTop, proto.insetRight, proto.insetBottom), in loadTask()
DTaskSnapshotPersister.java339 proto.insetBottom = mSnapshot.getContentInsets().bottom; in writeProto()
/frameworks/base/graphics/java/android/graphics/drawable/
DInsetDrawable.java101 int insetRight, int insetBottom) { in InsetDrawable() argument
107 mState.mInsetBottom = new InsetValue(0f, insetBottom); in InsetDrawable()
DVectorDrawable.java799 final int insetBottom = a.getDimensionPixelOffset( in updateStateFromTypedArray() local
801 state.mOpticalInsets = Insets.of(insetLeft, insetTop, insetRight, insetBottom); in updateStateFromTypedArray()
1127 final int insetBottom = Drawable.scaleFromDensity( in applyDensityScaling() local
1129 mOpticalInsets = Insets.of(insetLeft, insetTop, insetRight, insetBottom); in applyDensityScaling()
DGradientDrawable.java1485 final int insetBottom = a.getDimensionPixelSize(
1487 state.mOpticalInsets = Insets.of(insetLeft, insetTop, insetRight, insetBottom);
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowFrameTests.java313 final int insetBottom = insetTop + (taskBottom - taskTop); in testLayoutNonfullscreenTask() local
315 task.setBounds(insetLeft, insetTop, insetRight, insetBottom); in testLayoutNonfullscreenTask()
320 contentInsetBottom = insetBottom - cfBottom; in testLayoutNonfullscreenTask()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...