/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/ |
D | DrawableLayoutDirectionHelper.java | 35 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/ |
D | StatusBarBackgroundLayout.java | 86 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/ |
D | BackgroundFallbackTest.java | 200 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/ |
D | DisplayCutout.java | 578 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/ |
D | WmDisplayCutout.java | 65 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/ |
D | InsetDrawable.java | 100 public InsetDrawable(@Nullable Drawable drawable, int insetLeft, int insetTop, in InsetDrawable() argument 105 mState.mInsetTop = new InsetValue(0f, insetTop); in InsetDrawable()
|
D | VectorDrawable.java | 795 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()
|
D | GradientDrawable.java | 1492 final int insetTop = a.getDimensionPixelSize( 1498 state.mOpticalInsets = Insets.of(insetLeft, insetTop, insetRight, insetBottom);
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | TaskSnapshotLoader.java | 198 new Rect(proto.insetLeft, proto.insetTop, proto.insetRight, proto.insetBottom), in loadTask()
|
D | TaskSnapshotPersister.java | 380 proto.insetTop = mSnapshot.getContentInsets().top; in writeProto()
|
/frameworks/native/services/surfaceflinger/CompositionEngine/src/ |
D | OutputLayer.cpp | 167 const float insetTop = winCrop.top * yScale; in calculateOutputSourceCrop() local 172 crop.top += insetTop; in calculateOutputSourceCrop()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 705 field public static final int insetTop = 16843193; // 0x10101b9
|
/frameworks/base/api/ |
D | current.txt | 793 field public static final int insetTop = 16843193; // 0x10101b9
|