Home
last modified time | relevance | path

Searched refs:dotWidth (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarContentInsetsProviderTest.kt78 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/
DStatusBarContentInsetsProvider.kt147 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 …]
DStatusIconContainer.java369 int dotWidth = mStaticDotDiameter + mDotPadding; in calculateIconTranslations() local
376 dotOffset -= dotWidth; in calculateIconTranslations()
DNotificationIconContainer.java501 int dotWidth = mStaticDotDiameter + mDotPadding; in calculateIconXTranslations() local
510 translationX += dotWidth * iconState.iconAppearAmount; in calculateIconXTranslations()