Home
last modified time | relevance | path

Searched refs:insetBottom (Results 1 – 10 of 10) 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/services/core/java/com/android/server/wm/
DTaskSnapshotLoader.java91 new Rect(proto.insetLeft, proto.insetTop, proto.insetRight, proto.insetBottom), in loadTask()
DTaskSnapshotPersister.java307 proto.insetBottom = mSnapshot.getContentInsets().bottom; in writeProto()
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DWindowFrameTests.java294 final int insetBottom = insetTop + (taskBottom - taskTop); in testLayoutNonfullscreenTask() local
295 task.mInsetBounds.set(insetLeft, insetTop, insetRight, insetBottom); in testLayoutNonfullscreenTask()
299 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.java697 final int insetBottom = a.getDimensionPixelOffset( in updateStateFromTypedArray() local
699 state.mOpticalInsets = Insets.of(insetLeft, insetTop, insetRight, insetBottom); in updateStateFromTypedArray()
1017 final int insetBottom = Drawable.scaleFromDensity( in applyDensityScaling() local
1019 mOpticalInsets = Insets.of(insetLeft, insetTop, insetRight, insetBottom); in applyDensityScaling()
DGradientDrawable.java1317 final int insetBottom = a.getDimensionPixelSize(
1319 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/api/
Dcurrent.txt740 field public static final int insetBottom = 16843194; // 0x10101ba
Dsystem-current.txt861 field public static final int insetBottom = 16843194; // 0x10101ba