/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/ |
D | DrawableLayoutDirectionHelper.java | 37 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/ |
D | BackgroundFallbackTest.java | 201 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/ |
D | WmDisplayCutout.java | 61 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/ |
D | DisplayCutout.java | 277 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/ |
D | TaskSnapshotLoader.java | 91 new Rect(proto.insetLeft, proto.insetTop, proto.insetRight, proto.insetBottom), in loadTask()
|
D | TaskSnapshotPersister.java | 317 proto.insetBottom = mSnapshot.getContentInsets().bottom; in writeProto()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/ |
D | WindowFrameTests.java | 309 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/ |
D | InsetDrawable.java | 99 int insetRight, int insetBottom) { in InsetDrawable() argument 105 mState.mInsetBottom = new InsetValue(0f, insetBottom); in InsetDrawable()
|
D | VectorDrawable.java | 782 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()
|
D | GradientDrawable.java | 1336 final int insetBottom = a.getDimensionPixelSize( 1338 state.mOpticalInsets = Insets.of(insetLeft, insetTop, insetRight, insetBottom);
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 702 field public static final int insetBottom = 16843194; // 0x10101ba
|
/frameworks/base/config/ |
D | hiddenapi-public-dex.txt | 36148 Landroid/R$attr;->insetBottom:I
|
/frameworks/base/api/ |
D | current.txt | 755 field public static final int insetBottom = 16843194; // 0x10101ba
|