Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
DSystemEventChipAnimationController.kt293 val chipBottom = chipTop + chip.view.measuredHeight in updateChipBounds() constant
307 chipBounds = Rect(chipLeft, chipTop, chipRight, chipBottom) in updateChipBounds()