Home
last modified time | relevance | path

Searched refs:insetTop (Results 1 – 14 of 14) 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()
51 int insetTop, in createRelativeInsetDrawable() argument
61 drawable, insetStart, insetTop, insetEnd, insetBottom, isRtl); in createRelativeInsetDrawable()
73 int insetTop, in createRelativeInsetDrawable() argument
80 insetTop, in createRelativeInsetDrawable()
89 int insetTop, 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/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
DStatusBarBackgroundLayout.java86 final int insetTop = ((WindowInsets) lastInsets).getSystemWindowInsetTop(); in onDraw() local
87 if (insetTop > 0) { in onDraw()
88 statusBarBackground.setBounds(0, 0, getWidth(), insetTop); in onDraw()
/frameworks/base/core/tests/coretests/src/com/android/internal/widget/
DBackgroundFallbackTest.java200 int insetTop = 0; in setUpViewHierarchy() local
207 insetTop = STATUS_HEIGHT; in setUpViewHierarchy()
235 SCREEN_HEIGHT - insetTop - insetBottom, null, VISIBLE, emptyList()); in setUpViewHierarchy()
237 SCREEN_HEIGHT - insetTop - insetBottom, null, VISIBLE, asList(mContentMock)); in setUpViewHierarchy()
238 mContentRootMock = mockView(insetLeft, insetTop, SCREEN_WIDTH - insetRight, in setUpViewHierarchy()
/frameworks/base/core/java/android/view/
DDisplayCutout.java578 public DisplayCutout inset(int insetLeft, int insetTop, int insetRight, int insetBottom) { in inset() argument
579 if (insetLeft == 0 && insetTop == 0 && insetRight == 0 && insetBottom == 0 in inset()
584 Rect safeInsets = insetInsets(insetLeft, insetTop, insetRight, insetBottom, in inset()
589 if (insetLeft == 0 && insetTop == 0 && mSafeInsets.equals(safeInsets)) { in inset()
593 Rect waterfallInsets = insetInsets(insetLeft, insetTop, insetRight, insetBottom, in inset()
599 bounds[i].offset(-insetLeft, -insetTop); in inset()
607 private Rect insetInsets(int insetLeft, int insetTop, int insetRight, int insetBottom, in insetInsets() argument
611 if (insetTop > 0 || insets.top > 0) { in insetInsets()
612 insets.top = atLeastZero(insets.top - insetTop); in insetInsets()
/frameworks/base/services/core/java/com/android/server/wm/utils/
DWmDisplayCutout.java65 public WmDisplayCutout inset(int insetLeft, int insetTop, int insetRight, int insetBottom) { in inset() argument
66 DisplayCutout newInner = mInner.inset(insetLeft, insetTop, insetRight, insetBottom); in inset()
74 mFrameSize.getHeight() - insetTop - insetBottom); in inset()
/frameworks/base/graphics/java/android/graphics/drawable/
DInsetDrawable.java100 public InsetDrawable(@Nullable Drawable drawable, int insetLeft, int insetTop, in InsetDrawable() argument
105 mState.mInsetTop = new InsetValue(0f, insetTop); in InsetDrawable()
DVectorDrawable.java795 final int insetTop = a.getDimensionPixelOffset( in updateStateFromTypedArray() local
801 state.mOpticalInsets = Insets.of(insetLeft, insetTop, insetRight, insetBottom); in updateStateFromTypedArray()
1123 final int insetTop = Drawable.scaleFromDensity( in applyDensityScaling() local
1129 mOpticalInsets = Insets.of(insetLeft, insetTop, insetRight, insetBottom); in applyDensityScaling()
DGradientDrawable.java1492 final int insetTop = a.getDimensionPixelSize(
1498 state.mOpticalInsets = Insets.of(insetLeft, insetTop, insetRight, insetBottom);
/frameworks/base/services/core/java/com/android/server/wm/
DTaskSnapshotLoader.java198 new Rect(proto.insetLeft, proto.insetTop, proto.insetRight, proto.insetBottom), in loadTask()
DTaskSnapshotPersister.java380 proto.insetTop = mSnapshot.getContentInsets().top; in writeProto()
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DOutputLayer.cpp167 const float insetTop = winCrop.top * yScale; in calculateOutputSourceCrop() local
172 crop.top += insetTop; in calculateOutputSourceCrop()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt705 field public static final int insetTop = 16843193; // 0x10101b9
/frameworks/base/api/
Dcurrent.txt793 field public static final int insetTop = 16843193; // 0x10101b9