Home
last modified time | relevance | path

Searched refs:getPrivacyChipBoundingRectForInsets (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/
DStatusBarContentInsetsProviderTest.kt104 var chipBounds = getPrivacyChipBoundingRectForInsets(bounds, dotWidth, chipWidth, isRtl) in testGetBoundingRectForPrivacyChipForRotation_noCutout()
114 chipBounds = getPrivacyChipBoundingRectForInsets(bounds, dotWidth, chipWidth, isRtl) in testGetBoundingRectForPrivacyChipForRotation_noCutout()
141 chipBounds = getPrivacyChipBoundingRectForInsets(bounds, dotWidth, chipWidth, isRtl) in testGetBoundingRectForPrivacyChipForRotation_noCutout()
151 chipBounds = getPrivacyChipBoundingRectForInsets(bounds, dotWidth, chipWidth, isRtl) in testGetBoundingRectForPrivacyChipForRotation_noCutout()
171 getPrivacyChipBoundingRectForInsets(contentRect, dotWidth, chipWidth, isRtl) in privacyChipBoundingRectForInsets_usesTopInset()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarContentInsetsProvider.kt176 return getPrivacyChipBoundingRectForInsets(insets, dotWidth, chipWidth, isRtl) in <lambda>()
394 fun getPrivacyChipBoundingRectForInsets( in getPrivacyChipBoundingRectForInsets() method