Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/reardisplay/
DRearDisplayDialogControllerTest.java98 controller.setAnimationRepeatCount(0); in testClosedDialogIsShown()
121 controller.setAnimationRepeatCount(0); in testClosedDialogIsRefreshedOnConfigurationChange()
150 controller.setAnimationRepeatCount(0); in testOpenDialogIsShown()
/frameworks/base/packages/SystemUI/src/com/android/systemui/reardisplay/
DRearDisplayDialogController.java227 void setAnimationRepeatCount(int repeatCount) { in setAnimationRepeatCount() method in RearDisplayDialogController