Home
last modified time | relevance | path

Searched refs:insetTop (Results 1 – 13 of 13) 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/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.java429 final int insetTop = mLastInsets.getSystemWindowInsetTop(); in onLayout() local
433 if (child.getTop() < insetTop) { in onLayout()
436 ViewCompat.offsetTopAndBottom(child, insetTop); in onLayout()
1082 final int insetTop = mLastInsets != null ? mLastInsets.getSystemWindowInsetTop() : 0; in getScrimVisibleHeightTrigger() local
1087 return Math.min((minHeight * 2) + insetTop, getHeight()); in getScrimVisibleHeightTrigger()
1274 final int insetTop = mLastInsets != null ? mLastInsets.getSystemWindowInsetTop() : 0;
1296 if (mStatusBarScrim != null && insetTop > 0) {
1302 CollapsingToolbarLayout.this) - insetTop;
/frameworks/base/services/core/java/com/android/server/wm/
DTaskSnapshotLoader.java91 new Rect(proto.insetLeft, proto.insetTop, proto.insetRight, proto.insetBottom), in loadTask()
DTaskSnapshotPersister.java305 proto.insetTop = mSnapshot.getContentInsets().top; in writeProto()
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DWindowFrameTests.java292 final int insetTop = logicalHeight / 5; in testLayoutNonfullscreenTask() local
294 final int insetBottom = insetTop + (taskBottom - taskTop); in testLayoutNonfullscreenTask()
295 task.mInsetBounds.set(insetLeft, insetTop, insetRight, insetBottom); in testLayoutNonfullscreenTask()
/frameworks/support/v7/appcompat/src/android/support/v7/app/
DAppCompatDelegateImplV9.java1661 int updateStatusGuard(int insetTop) {
1677 insets.set(0, insetTop, 0, 0);
1680 final int newMargin = localInsets.top == 0 ? insetTop : 0;
1683 mlp.topMargin = insetTop;
1691 insetTop));
1694 if (lp.height != insetTop) {
1695 lp.height = insetTop;
1710 insetTop = 0;
1728 return insetTop;
/frameworks/base/graphics/java/android/graphics/drawable/
DInsetDrawable.java98 public InsetDrawable(@Nullable Drawable drawable, int insetLeft, int insetTop, in InsetDrawable() argument
103 mState.mInsetTop = new InsetValue(0f, insetTop); in InsetDrawable()
DVectorDrawable.java693 final int insetTop = a.getDimensionPixelOffset( in updateStateFromTypedArray() local
699 state.mOpticalInsets = Insets.of(insetLeft, insetTop, insetRight, insetBottom); in updateStateFromTypedArray()
1013 final int insetTop = Drawable.scaleFromDensity( in applyDensityScaling() local
1019 mOpticalInsets = Insets.of(insetLeft, insetTop, insetRight, insetBottom); in applyDensityScaling()
DGradientDrawable.java1313 final int insetTop = a.getDimensionPixelSize(
1319 state.mOpticalInsets = Insets.of(insetLeft, insetTop, insetRight, insetBottom);
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt705 field public static final int insetTop = 16843193; // 0x10101b9
/frameworks/base/api/
Dcurrent.txt743 field public static final int insetTop = 16843193; // 0x10101b9
Dsystem-current.txt864 field public static final int insetTop = 16843193; // 0x10101b9