Home
last modified time | relevance | path

Searched refs:insetTop (Results 1 – 12 of 12) sorted by relevance

/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
DDrawableLayoutDirectionHelper.java35 int insetStart, int insetTop, int insetEnd, int insetBottom, View view) { in createRelativeInsetDrawable() argument
38 return createRelativeInsetDrawable(drawable, insetStart, insetTop, insetEnd, insetBottom, in createRelativeInsetDrawable()
47 int insetStart, int insetTop, int insetEnd, int insetBottom, Context context) { in createRelativeInsetDrawable() argument
54 return createRelativeInsetDrawable(drawable, insetStart, insetTop, insetEnd, insetBottom, in createRelativeInsetDrawable()
63 int insetStart, int insetTop, int insetEnd, int insetBottom, int layoutDirection) { in createRelativeInsetDrawable() argument
65 return createRelativeInsetDrawable(drawable, insetStart, insetTop, insetEnd, insetBottom, in createRelativeInsetDrawable()
70 int insetStart, int insetTop, int insetEnd, int insetBottom, boolean isRtl) { in createRelativeInsetDrawable() argument
72 return new InsetDrawable(drawable, insetEnd, insetTop, insetStart, insetBottom); in createRelativeInsetDrawable()
74 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) mLastInsets).getSystemWindowInsetTop(); in onDraw() local
87 if (insetTop > 0) { in onDraw()
88 mStatusBarBackground.setBounds(0, 0, getWidth(), insetTop); in onDraw()
/frameworks/support/design/src/android/support/design/widget/
DCollapsingToolbarLayout.java435 final int insetTop = mLastInsets.getSystemWindowInsetTop(); in onLayout() local
436 if (child.getTop() < insetTop) { in onLayout()
439 ViewCompat.offsetTopAndBottom(child, insetTop); in onLayout()
1017 final int insetTop = mLastInsets != null ? mLastInsets.getSystemWindowInsetTop() : 0; in getScrimVisibleHeightTrigger() local
1022 return Math.min((minHeight * 2) + insetTop, getHeight()); in getScrimVisibleHeightTrigger()
1194 final int insetTop = mLastInsets != null ? mLastInsets.getSystemWindowInsetTop() : 0;
1203 if (getHeight() - insetTop + verticalOffset >= child.getHeight()) {
1217 if (mStatusBarScrim != null && insetTop > 0) {
1223 CollapsingToolbarLayout.this) - insetTop;
/frameworks/base/graphics/java/android/graphics/drawable/
DInsetDrawable.java86 public InsetDrawable(@Nullable Drawable drawable, int insetLeft, int insetTop, in InsetDrawable() argument
91 mState.mInsetTop = insetTop; in InsetDrawable()
DVectorDrawable.java656 final int insetTop = a.getDimensionPixelOffset( in updateStateFromTypedArray() local
662 state.mOpticalInsets = Insets.of(insetLeft, insetTop, insetRight, insetBottom); in updateStateFromTypedArray()
939 final int insetTop = Drawable.scaleFromDensity( in applyDensityScaling() local
945 mOpticalInsets = Insets.of(insetLeft, insetTop, insetRight, insetBottom); in applyDensityScaling()
DGradientDrawable.java1275 final int insetTop = a.getDimensionPixelSize(
1281 state.mOpticalInsets = Insets.of(insetLeft, insetTop, insetRight, insetBottom);
/frameworks/support/v7/appcompat/src/android/support/v7/app/
DAppCompatDelegateImplV7.java1639 private int updateStatusGuard(int insetTop) { in updateStatusGuard() argument
1655 insets.set(0, insetTop, 0, 0); in updateStatusGuard()
1658 final int newMargin = localInsets.top == 0 ? insetTop : 0; in updateStatusGuard()
1661 mlp.topMargin = insetTop; in updateStatusGuard()
1669 insetTop)); in updateStatusGuard()
1672 if (lp.height != insetTop) { in updateStatusGuard()
1673 lp.height = insetTop; in updateStatusGuard()
1688 insetTop = 0; in updateStatusGuard()
1706 return insetTop; in updateStatusGuard()
/frameworks/base/docs/html/guide/topics/resources/
Ddrawable-resource.jd1056 android:insetTop="<i>dimension</i>"
1078 <dt><code>android:insetTop</code></dt>
1103 android:insetTop="10dp"
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt705 field public static final int insetTop = 16843193; // 0x10101b9
/frameworks/base/api/
Dcurrent.txt705 field public static final int insetTop = 16843193; // 0x10101b9
Dtest-current.txt705 field public static final int insetTop = 16843193; // 0x10101b9
Dsystem-current.txt812 field public static final int insetTop = 16843193; // 0x10101b9