Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/ui/animation/
DAnimationBindHandlerTest.kt126 assertTrue(handler.updateRebindId(null)) in updateRebindId_returnsAsExpected()
127 assertTrue(handler.updateRebindId(null)) in updateRebindId_returnsAsExpected()
128 assertTrue(handler.updateRebindId(null)) in updateRebindId_returnsAsExpected()
129 assertTrue(handler.updateRebindId(10)) in updateRebindId_returnsAsExpected()
130 assertTrue(handler.updateRebindId(null)) in updateRebindId_returnsAsExpected()
131 assertTrue(handler.updateRebindId(20)) in updateRebindId_returnsAsExpected()
134 assertTrue(handler.updateRebindId(10)) in updateRebindId_returnsAsExpected()
135 assertTrue(handler.updateRebindId(20)) in updateRebindId_returnsAsExpected()
138 assertFalse(handler.updateRebindId(20)) in updateRebindId_returnsAsExpected()
139 assertFalse(handler.updateRebindId(20)) in updateRebindId_returnsAsExpected()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/animation/
DAnimationBindHandler.kt51 fun updateRebindId(newRebindId: Int?): Boolean { in updateRebindId() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/binder/
DMediaControlViewBinder.kt278 if (animHandler.updateRebindId(buttonModel.rebindId)) { in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/
DMediaControlPanel.java1229 if (animHandler.updateRebindId(mediaAction.getRebindId())) { in bindButtonWithAnimations()