Searched refs:dotWidth (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | StatusBarContentInsetsProviderTest.kt | 78 val dotWidth = 10 in testGetBoundingRectForPrivacyChipForRotation_noCutout() constant 91 dotWidth) in testGetBoundingRectForPrivacyChipForRotation_noCutout() 93 var chipBounds = getPrivacyChipBoundingRectForInsets(bounds, dotWidth, chipWidth, isRtl) in testGetBoundingRectForPrivacyChipForRotation_noCutout() 102 chipBounds = getPrivacyChipBoundingRectForInsets(bounds, dotWidth, chipWidth, isRtl) in testGetBoundingRectForPrivacyChipForRotation_noCutout() 122 dotWidth) in testGetBoundingRectForPrivacyChipForRotation_noCutout() 124 chipBounds = getPrivacyChipBoundingRectForInsets(bounds, dotWidth, chipWidth, isRtl) in testGetBoundingRectForPrivacyChipForRotation_noCutout() 133 chipBounds = getPrivacyChipBoundingRectForInsets(bounds, dotWidth, chipWidth, isRtl) in testGetBoundingRectForPrivacyChipForRotation_noCutout() 154 val dotWidth = 10 in testCalculateInsetsForRotationWithRotatedResources_topLeftCutout() constant 175 dotWidth) in testCalculateInsetsForRotationWithRotatedResources_topLeftCutout() 194 dotWidth) in testCalculateInsetsForRotationWithRotatedResources_topLeftCutout() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarContentInsetsProvider.kt | 147 val dotWidth = rotatedResources.getDimensionPixelSize(R.dimen.ongoing_appops_dot_diameter) in <lambda>() constant 152 return getPrivacyChipBoundingRectForInsets(insets, dotWidth, chipWidth, isRtl) in <lambda>() 239 val dotWidth = if (isPrivacyDotEnabled) in <lambda>() constant 262 dotWidth) in <lambda>() 312 dotWidth: Int, in getPrivacyChipBoundingRectForInsets() 317 Rect(contentRect.left - dotWidth, in getPrivacyChipBoundingRectForInsets() 324 contentRect.right + dotWidth, in getPrivacyChipBoundingRectForInsets() 354 dotWidth: Int in calculateInsetsForRotationWithRotatedResources() 374 dotWidth, in calculateInsetsForRotationWithRotatedResources() 410 dotWidth: Int, in getStatusBarLeftRight() [all …]
|
D | StatusIconContainer.java | 369 int dotWidth = mStaticDotDiameter + mDotPadding; in calculateIconTranslations() local 376 dotOffset -= dotWidth; in calculateIconTranslations()
|
D | NotificationIconContainer.java | 501 int dotWidth = mStaticDotDiameter + mDotPadding; in calculateIconXTranslations() local 510 translationX += dotWidth * iconState.iconAppearAmount; in calculateIconXTranslations()
|