Home
last modified time | relevance | path

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

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