/frameworks/base/core/java/android/view/ |
D | PrivacyIndicatorBounds.java | 79 public PrivacyIndicatorBounds inset(int insetLeft, int insetTop, int insetRight, in inset() argument 81 if (insetLeft == 0 && insetTop == 0 && insetRight == 0 && insetBottom == 0) { in inset() 87 insetRect(mStaticBounds[i], insetLeft, insetTop, insetRight, insetBottom); in inset() 92 private static Rect insetRect(Rect orig, int insetLeft, int insetTop, int insetRight, in insetRect() argument 97 int left = Math.max(0, orig.left - insetLeft); in insetRect()
|
D | RoundedCorners.java | 165 public RoundedCorners inset(int insetLeft, int insetTop, int insetRight, int insetBottom) { in inset() argument 168 roundedCorners[i] = insetRoundedCorner(i, insetLeft, insetTop, insetRight, insetBottom); in inset() 173 private RoundedCorner insetRoundedCorner(@Position int position, int insetLeft, in insetRoundedCorner() argument 184 hasRoundedCorner = radius > insetTop && radius > insetLeft; in insetRoundedCorner() 193 hasRoundedCorner = radius > insetBottom && radius > insetLeft; in insetRoundedCorner() 201 hasRoundedCorner ? center.x - insetLeft : 0, in insetRoundedCorner()
|
D | DisplayCutout.java | 773 public DisplayCutout inset(int insetLeft, int insetTop, int insetRight, int insetBottom) { in inset() argument 774 if (insetLeft == 0 && insetTop == 0 && insetRight == 0 && insetBottom == 0 in inset() 779 Rect safeInsets = insetInsets(insetLeft, insetTop, insetRight, insetBottom, in inset() 784 if (insetLeft == 0 && insetTop == 0 && mSafeInsets.equals(safeInsets)) { in inset() 788 Rect waterfallInsets = insetInsets(insetLeft, insetTop, insetRight, insetBottom, in inset() 794 bounds[i].offset(-insetLeft, -insetTop); in inset() 802 private Rect insetInsets(int insetLeft, int insetTop, int insetRight, int insetBottom, in insetInsets() argument 812 if (insetLeft > 0 || insets.left > 0) { in insetInsets() 813 insets.left = atLeastZero(insets.left - insetLeft); in insetInsets()
|
D | InsetsState.java | 263 final int insetLeft = frame.left - mDisplayFrame.left; in calculateRelativeCutout() local 267 if (insetLeft >= raw.getSafeInsetLeft() in calculateRelativeCutout() 273 return raw.inset(insetLeft, insetTop, insetRight, insetBottom); in calculateRelativeCutout() 283 final int insetLeft = frame.left - mDisplayFrame.left; in calculateRelativeRoundedCorners() local 287 return mRoundedCorners.inset(insetLeft, insetTop, insetRight, insetBottom); in calculateRelativeRoundedCorners() 297 final int insetLeft = frame.left - mDisplayFrame.left; in calculateRelativePrivacyIndicatorBounds() local 301 return mPrivacyIndicatorBounds.inset(insetLeft, insetTop, insetRight, insetBottom); in calculateRelativePrivacyIndicatorBounds()
|
/frameworks/base/core/tests/coretests/src/com/android/internal/widget/ |
D | BackgroundFallbackTest.java | 199 int insetLeft = 0; in setUpViewHierarchy() local 222 insetLeft = NAV_SIZE; in setUpViewHierarchy() 234 mContentMock = mockView(0, 0, SCREEN_WIDTH - insetLeft - insetRight, in setUpViewHierarchy() 236 mContentContainerMock = mockView(0, 0, SCREEN_WIDTH - insetLeft - insetRight, in setUpViewHierarchy() 238 mContentRootMock = mockView(insetLeft, insetTop, SCREEN_WIDTH - insetRight, in setUpViewHierarchy()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | PinnedTaskController.java | 302 final int insetLeft = (int) ((contentBounds.left - areaBounds.left) * scale + .5f); in startSeamlessRotationIfNeeded() local 306 matrix.postTranslate(bounds.left - insetLeft, bounds.top - insetTop); in startSeamlessRotationIfNeeded()
|
D | TaskSnapshotLoader.java | 198 new Rect(proto.insetLeft, proto.insetTop, proto.insetRight, proto.insetBottom), in loadTask()
|
D | TaskSnapshotPersister.java | 379 proto.insetLeft = mSnapshot.getContentInsets().left; in writeProto()
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | InsetDrawable.java | 101 public InsetDrawable(@Nullable Drawable drawable, int insetLeft, int insetTop, in InsetDrawable() argument 105 mState.mInsetLeft = new InsetValue(0f, insetLeft); in InsetDrawable()
|
D | VectorDrawable.java | 797 final int insetLeft = a.getDimensionPixelOffset( in updateStateFromTypedArray() local 805 state.mOpticalInsets = Insets.of(insetLeft, insetTop, insetRight, insetBottom); in updateStateFromTypedArray() 1125 final int insetLeft = Drawable.scaleFromDensity( in applyDensityScaling() local 1133 mOpticalInsets = Insets.of(insetLeft, insetTop, insetRight, insetBottom); in applyDensityScaling()
|
D | GradientDrawable.java | 1493 final int insetLeft = a.getDimensionPixelSize( 1501 state.mOpticalInsets = Insets.of(insetLeft, insetTop, insetRight, insetBottom);
|
/frameworks/native/services/surfaceflinger/CompositionEngine/src/ |
D | OutputLayer.cpp | 169 const float insetLeft = winCrop.left * xScale; in calculateOutputSourceCrop() local 174 crop.left += insetLeft; in calculateOutputSourceCrop()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/ |
D | AccessibilityFloatingMenuView.java | 785 final int insetLeft = (side == Alignment.LEFT) ? layerInset : 0; in updateInsetWith() local 787 setInset(insetLeft, insetRight); in updateInsetWith()
|
/frameworks/base/core/api/ |
D | current.txt | 826 field public static final int insetLeft = 16843191; // 0x10101b7
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 703 field public static final int insetLeft = 16843191; // 0x10101b7
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 79288 Lcom/android/internal/R$attr;->insetLeft:I
|