Home
last modified time | relevance | path

Searched defs:insetBottom (Results 1 – 9 of 9) 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()
53 int insetBottom, in createRelativeInsetDrawable()
75 int insetBottom, in createRelativeInsetDrawable()
91 int insetBottom, in createRelativeInsetDrawable()
/frameworks/base/core/java/android/view/
DPrivacyIndicatorBounds.java80 int insetBottom) { in inset()
93 int insetBottom) { in insetRect()
DRoundedCorners.java351 int insetBottom = roundedCornerFrame.bottom - frame.bottom; 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.java211 final int insetBottom = mDisplayFrame.bottom - frame.bottom; in calculateRelativeCutout() local
244 final int insetBottom = mDisplayFrame.bottom - frame.bottom; in calculateRelativeRoundedCorners() local
258 final int insetBottom = mDisplayFrame.bottom - frame.bottom; in calculateRelativePrivacyIndicatorBounds() local
DDisplayCutout.java844 public DisplayCutout inset(int insetLeft, int insetTop, int insetRight, int insetBottom) { in inset()
873 private Rect insetInsets(int insetLeft, int insetTop, int insetRight, int insetBottom, in insetInsets()
/frameworks/base/core/tests/coretests/src/com/android/internal/widget/
DBackgroundFallbackTest.java202 int insetBottom = 0; in setUpViewHierarchy() local
/frameworks/base/graphics/java/android/graphics/drawable/
DInsetDrawable.java102 int insetRight, int insetBottom) { in InsetDrawable()
DVectorDrawable.java803 final int insetBottom = a.getDimensionPixelOffset( in updateStateFromTypedArray() local
1131 final int insetBottom = Drawable.scaleFromDensity( in applyDensityScaling() local
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DOutputLayer.cpp174 const float insetBottom = (winHeight - winCrop.bottom) * yScale; in calculateOutputSourceCrop() local