Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
DSystemEventChipAnimationController.kt61 private val chipRight get() = chipBounds.right constant
294 val chipRight: Int in updateChipBounds() constant
299 chipRight = contentArea.right in updateChipBounds()
304 chipRight = contentArea.left + chip.chipWidth in updateChipBounds()
307 chipBounds = Rect(chipLeft, chipTop, chipRight, chipBottom) in updateChipBounds()
326 animRect.set((chipRight - width), animRect.top, chipRight, animRect.bottom) in initializeAnimRect()