Searched refs:setBoundsForAnimation (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/ |
D | StatusEvent.kt | 62 override fun setBoundsForAnimation(l: Int, t: Int, r: Int, b: Int) { in setBoundsForAnimation() method 74 override fun setBoundsForAnimation(l: Int, t: Int, r: Int, b: Int) { in setBoundsForAnimation() method
|
D | SystemEventChipAnimationController.kt | 359 currentAnimatedView?.setBoundsForAnimation( in updateCurrentAnimatedView() 375 fun setBoundsForAnimation(l: Int, t: Int, r: Int, b: Int) method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | ConnectedDisplayChip.kt | 42 override fun setBoundsForAnimation(l: Int, t: Int, r: Int, b: Int) { in setBoundsForAnimation() method
|
D | BatteryStatusChip.kt | 58 override fun setBoundsForAnimation(l: Int, t: Int, r: Int, b: Int) { in setBoundsForAnimation() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/privacy/ |
D | OngoingPrivacyChip.kt | 72 override fun setBoundsForAnimation(l: Int, t: Int, r: Int, b: Int) { in <lambda>() method
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/events/ |
D | SystemEventChipAnimationControllerTest.kt | 183 override fun setBoundsForAnimation(l: Int, t: Int, r: Int, b: Int) { in setBoundsForAnimation() method in com.android.systemui.statusbar.events.SystemEventChipAnimationControllerTest
|