/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/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/ |
D | StatusBarBackgroundLayout.java | 86 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/ |
D | CollapsingToolbarLayout.java | 429 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/ |
D | TaskSnapshotLoader.java | 91 new Rect(proto.insetLeft, proto.insetTop, proto.insetRight, proto.insetBottom), in loadTask()
|
D | TaskSnapshotPersister.java | 305 proto.insetTop = mSnapshot.getContentInsets().top; in writeProto()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/ |
D | WindowFrameTests.java | 292 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/ |
D | AppCompatDelegateImplV9.java | 1661 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/ |
D | InsetDrawable.java | 98 public InsetDrawable(@Nullable Drawable drawable, int insetLeft, int insetTop, in InsetDrawable() argument 103 mState.mInsetTop = new InsetValue(0f, insetTop); in InsetDrawable()
|
D | VectorDrawable.java | 693 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()
|
D | GradientDrawable.java | 1313 final int insetTop = a.getDimensionPixelSize( 1319 state.mOpticalInsets = Insets.of(insetLeft, insetTop, insetRight, insetBottom);
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 705 field public static final int insetTop = 16843193; // 0x10101b9
|
/frameworks/base/api/ |
D | current.txt | 743 field public static final int insetTop = 16843193; // 0x10101b9
|
D | system-current.txt | 864 field public static final int insetTop = 16843193; // 0x10101b9
|