Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
DSystemEventChipAnimationController.kt101 updateChipBounds(it, contentInsetsProvider.getStatusBarContentAreaForCurrentRotation()) in prepareChipAnimation()
262 updateChipBounds(it, newContentArea) in init()
290 private fun updateChipBounds(chip: BackgroundAnimatableView, contentArea: Rect) { in updateChipBounds() method