/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/ |
D | DrawableLayoutDirectionHelper.java | 35 Drawable drawable, int insetStart, int insetTop, int insetEnd, int insetBottom, View view) { in createRelativeInsetDrawable() argument 40 drawable, insetStart, insetTop, insetEnd, insetBottom, isRtl); in createRelativeInsetDrawable() 53 int insetBottom, in createRelativeInsetDrawable() argument 61 drawable, insetStart, insetTop, insetEnd, insetBottom, isRtl); in createRelativeInsetDrawable() 75 int insetBottom, in createRelativeInsetDrawable() argument 82 insetBottom, in createRelativeInsetDrawable() 91 int insetBottom, in createRelativeInsetDrawable() argument 94 return new InsetDrawable(drawable, insetEnd, insetTop, insetStart, insetBottom); in createRelativeInsetDrawable() 96 return new InsetDrawable(drawable, insetStart, insetTop, insetEnd, insetBottom); in createRelativeInsetDrawable()
|
/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() 88 final int insetBottom = mFrameSize.getHeight() - frame.bottom; in calculateRelativeTo() local 89 if (frame.left == 0 && frame.top == 0 && insetRight == 0 && insetBottom == 0) { in calculateRelativeTo() 95 && insetBottom >= mInner.getSafeInsetBottom()) { in calculateRelativeTo() 101 return inset(frame.left, frame.top, insetRight, insetBottom); in calculateRelativeTo()
|
/frameworks/base/core/tests/coretests/src/com/android/internal/widget/ |
D | BackgroundFallbackTest.java | 202 int insetBottom = 0; in setUpViewHierarchy() local 215 insetBottom = NAV_SIZE; in setUpViewHierarchy() 235 SCREEN_HEIGHT - insetTop - insetBottom, null, VISIBLE, emptyList()); in setUpViewHierarchy() 237 SCREEN_HEIGHT - insetTop - insetBottom, null, VISIBLE, asList(mContentMock)); in setUpViewHierarchy() 239 SCREEN_HEIGHT - insetBottom, null, VISIBLE, asList(mContentContainerMock)); in setUpViewHierarchy()
|
/frameworks/base/core/java/android/view/ |
D | DisplayCutout.java | 514 public DisplayCutout inset(int insetLeft, int insetTop, int insetRight, int insetBottom) { in inset() argument 515 if (insetLeft == 0 && insetTop == 0 && insetRight == 0 && insetBottom == 0 in inset() 527 if (insetBottom > 0 || safeInsets.bottom > 0) { in inset() 528 safeInsets.bottom = atLeastZero(safeInsets.bottom - insetBottom); in inset()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | TaskSnapshotLoader.java | 97 new Rect(proto.insetLeft, proto.insetTop, proto.insetRight, proto.insetBottom), in loadTask()
|
D | TaskSnapshotPersister.java | 339 proto.insetBottom = mSnapshot.getContentInsets().bottom; in writeProto()
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | InsetDrawable.java | 101 int insetRight, int insetBottom) { in InsetDrawable() argument 107 mState.mInsetBottom = new InsetValue(0f, insetBottom); in InsetDrawable()
|
D | VectorDrawable.java | 799 final int insetBottom = a.getDimensionPixelOffset( in updateStateFromTypedArray() local 801 state.mOpticalInsets = Insets.of(insetLeft, insetTop, insetRight, insetBottom); in updateStateFromTypedArray() 1127 final int insetBottom = Drawable.scaleFromDensity( in applyDensityScaling() local 1129 mOpticalInsets = Insets.of(insetLeft, insetTop, insetRight, insetBottom); in applyDensityScaling()
|
D | GradientDrawable.java | 1485 final int insetBottom = a.getDimensionPixelSize( 1487 state.mOpticalInsets = Insets.of(insetLeft, insetTop, insetRight, insetBottom);
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | WindowFrameTests.java | 313 final int insetBottom = insetTop + (taskBottom - taskTop); in testLayoutNonfullscreenTask() local 315 task.setBounds(insetLeft, insetTop, insetRight, insetBottom); in testLayoutNonfullscreenTask() 320 contentInsetBottom = insetBottom - cfBottom; in testLayoutNonfullscreenTask()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |