Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
H A DSystemEventChipAnimationController.kt65 private val chipLeft get() = chipBounds.left regex
293 val chipLeft: Int
298 chipLeft = contentArea.right - chip.chipWidth
301 chipLeft = contentArea.left
305 chipBounds = Rect(chipLeft, chipTop, chipRight, chipBottom)
319 chipLeft,
333 animRect.set(chipLeft, animRect.top, (chipLeft + width), animRect.bottom)