Home
last modified time | relevance | path

Searched refs:minRight (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarContentInsetsProvider.kt278 val minRight: Int in <lambda>() constant
281 minRight = roundedCornerPadding in <lambda>()
284 minRight = max(minDotPadding, roundedCornerPadding) in <lambda>()
298 minRight, in <lambda>()
442 minRight: Int, in calculateInsetsForRotationWithRotatedResources()
464 minRight, in calculateInsetsForRotationWithRotatedResources()
500 minRight: Int, in getStatusBarContentBounds()
515 return Rect(minLeft, insetTop, logicalDisplayWidth - minRight, sbHeight) in getStatusBarContentBounds()
529 var rightMargin = minRight in getStatusBarContentBounds()
DKeyguardStatusBarView.java322 final int minRight = (!isLayoutRtl() && mIsPrivacyDotEnabled) in updatePadding() local
326 setPadding(minLeft, top, minRight, 0); in updatePadding()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/
DStatusBarContentInsetsProviderTest.kt681 minRight = 0, in calculateInsetsForRotationWithRotatedResources_bottomAlignedMarginDisabled_noTopInset()
703 minRight = 0, in calculateInsetsForRotationWithRotatedResources_bottomAlignedMargin_topBasedOnMargin()