Searched refs:dotWidth (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/ |
D | StatusBarContentInsetsProviderTest.kt | 84 val dotWidth = 10 in testGetBoundingRectForPrivacyChipForRotation_noCutout() constant 99 dotWidth, in testGetBoundingRectForPrivacyChipForRotation_noCutout() 104 var chipBounds = getPrivacyChipBoundingRectForInsets(bounds, dotWidth, chipWidth, isRtl) in testGetBoundingRectForPrivacyChipForRotation_noCutout() 114 chipBounds = getPrivacyChipBoundingRectForInsets(bounds, dotWidth, chipWidth, isRtl) in testGetBoundingRectForPrivacyChipForRotation_noCutout() 136 dotWidth, in testGetBoundingRectForPrivacyChipForRotation_noCutout() 141 chipBounds = getPrivacyChipBoundingRectForInsets(bounds, dotWidth, chipWidth, isRtl) in testGetBoundingRectForPrivacyChipForRotation_noCutout() 151 chipBounds = getPrivacyChipBoundingRectForInsets(bounds, dotWidth, chipWidth, isRtl) in testGetBoundingRectForPrivacyChipForRotation_noCutout() 165 val dotWidth = 10 in privacyChipBoundingRectForInsets_usesTopInset() constant 171 getPrivacyChipBoundingRectForInsets(contentRect, dotWidth, chipWidth, isRtl) in privacyChipBoundingRectForInsets_usesTopInset() 187 val dotWidth = 10 in testCalculateInsetsForRotationWithRotatedResources_topLeftCutout_noCameraProtection() constant [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarContentInsetsProvider.kt | 171 val dotWidth = rotatedResources.getDimensionPixelSize(R.dimen.ongoing_appops_dot_diameter) in <lambda>() constant 176 return getPrivacyChipBoundingRectForInsets(insets, dotWidth, chipWidth, isRtl) in <lambda>() 272 val dotWidth = in <lambda>() constant 300 dotWidth, in <lambda>() 396 dotWidth: Int, in getPrivacyChipBoundingRectForInsets() 402 contentRect.left - dotWidth, in getPrivacyChipBoundingRectForInsets() 411 contentRect.right + dotWidth, in getPrivacyChipBoundingRectForInsets() 444 dotWidth: Int, in calculateInsetsForRotationWithRotatedResources() 466 dotWidth, in calculateInsetsForRotationWithRotatedResources() 502 dotWidth: Int, in getStatusBarContentBounds() [all …]
|
D | StatusIconContainer.java | 383 int dotWidth = mStaticDotDiameter + mDotPadding; in calculateIconTranslations() local 390 dotOffset -= dotWidth; in calculateIconTranslations()
|
D | NotificationIconContainer.java | 553 int dotWidth = mStaticDotDiameter + mDotPadding; in calculateIconXTranslations() local 562 translationX += dotWidth * iconState.iconAppearAmount; in calculateIconXTranslations()
|