Home
last modified time | relevance | path

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

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