Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
DSystemEventChipAnimationController.kt60 private val chipWidth get() = chipBounds.width() constant in com.android.systemui.statusbar.events.SystemEventChipAnimationController
121 val moveIn = ValueAnimator.ofInt(chipMinWidth, chipWidth).apply { in onSystemEventAnimationBegin()
150 val width1 = ValueAnimator.ofInt(chipWidth, chipMinWidth).apply { in createMoveOutAnimationForDot()
223 val moveOut = ValueAnimator.ofInt(chipWidth, chipMinWidth).apply { in createMoveOutAnimationDefault()
300 chipLeft = contentArea.right - chip.chipWidth in updateChipBounds()
304 chipRight = contentArea.left + chip.chipWidth in updateChipBounds()
373 val chipWidth: Int constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/
DStatusBarContentInsetsProviderTest.kt83 val chipWidth = 30 in testGetBoundingRectForPrivacyChipForRotation_noCutout() constant
104 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()
164 val chipWidth = 30 in privacyChipBoundingRectForInsets_usesTopInset() constant
171 getPrivacyChipBoundingRectForInsets(contentRect, dotWidth, chipWidth, isRtl) in privacyChipBoundingRectForInsets_usesTopInset()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarContentInsetsProvider.kt172 val chipWidth = in <lambda>() constant
176 return getPrivacyChipBoundingRectForInsets(insets, dotWidth, chipWidth, isRtl) in <lambda>()
397 chipWidth: Int, in getPrivacyChipBoundingRectForInsets()
404 contentRect.left + chipWidth, in getPrivacyChipBoundingRectForInsets()
409 contentRect.right - chipWidth, in getPrivacyChipBoundingRectForInsets()