Home
last modified time | relevance | path

Searched defs:insetTop (Results 1 – 11 of 11) sorted by relevance

/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
DDrawableLayoutDirectionHelper.java35 Drawable drawable, int insetStart, int insetTop, int insetEnd, int insetBottom, View view) { in createRelativeInsetDrawable()
51 int insetTop, in createRelativeInsetDrawable()
73 int insetTop, in createRelativeInsetDrawable()
89 int insetTop, in createRelativeInsetDrawable()
/frameworks/base/core/java/android/view/
DPrivacyIndicatorBounds.java79 public PrivacyIndicatorBounds inset(int insetLeft, int insetTop, int insetRight, in inset()
92 private static Rect insetRect(Rect orig, int insetLeft, int insetTop, int insetRight, in insetRect()
DRoundedCorners.java349 int insetTop = frame.top - roundedCornerFrame.top; in insetWithFrame() local
392 public RoundedCorners inset(int insetLeft, int insetTop, int insetRight, int insetBottom) { in inset()
403 int centerY, int insetLeft, int insetTop, int insetRight, int insetBottom) { in insetRoundedCorner()
DInsetsState.java284 final int insetTop = frame.top - mDisplayFrame.top; in calculateRelativeCutout() local
316 final int insetTop = frame.top - mDisplayFrame.top; in calculateRelativeRoundedCorners() local
330 final int insetTop = frame.top - mDisplayFrame.top; in calculateRelativePrivacyIndicatorBounds() local
DDisplayCutout.java843 public DisplayCutout inset(int insetLeft, int insetTop, int insetRight, int insetBottom) { in inset()
872 private Rect insetInsets(int insetLeft, int insetTop, int insetRight, int insetBottom, in insetInsets()
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
DStatusBarBackgroundLayout.java86 final int insetTop = ((WindowInsets) lastInsets).getSystemWindowInsetTop(); in onDraw() local
/frameworks/base/core/tests/coretests/src/com/android/internal/widget/
DBackgroundFallbackTest.java200 int insetTop = 0; in setUpViewHierarchy() local
/frameworks/base/services/core/java/com/android/server/wm/
DPinnedTaskController.java304 final int insetTop = (int) ((contentBounds.top - areaBounds.top) * scale + .5f); in startSeamlessRotationIfNeeded() local
/frameworks/base/graphics/java/android/graphics/drawable/
DInsetDrawable.java101 public InsetDrawable(@Nullable Drawable drawable, int insetLeft, int insetTop, in InsetDrawable()
DVectorDrawable.java799 final int insetTop = a.getDimensionPixelOffset( in updateStateFromTypedArray() local
1127 final int insetTop = Drawable.scaleFromDensity( in applyDensityScaling() local
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DOutputLayer.cpp173 const float insetTop = winCrop.top * yScale; in calculateOutputSourceCrop() local