Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/tests/mocking/src/com/android/permissioncontroller/tests/mocking/safetycenter/ui/
DSafetyStatusAnimationSequencerTest.kt212 sequencer.onIconChangeAnimationStart() in onUpdateReceived_refreshingWhileIconChangeAnimationRunning_returnsNull()
221 sequencer.onIconChangeAnimationStart() in onUpdateReceived_UnknownSeverityWhileCriticalIconChangeAnimationRunning_returnsNull()
316 sequencer.onIconChangeAnimationStart() in onIconChangeAnimationEnd_noAnimationQueued_returnsChangeIcon()
330 sequencer.onIconChangeAnimationStart() in onIconChangeAnimationEnd_updateReceivedWithDifferentSeverity_returnsStartIconChange()
345 sequencer.onIconChangeAnimationStart() in onIconChangeAnimationEnd_updateReceivedWithSameSeverity_returnsChangeIcon()
361 sequencer.onIconChangeAnimationStart() in onIconChangeAnimationEnd_scanAnimationQueued_returnsStartScanningAnimation()
376 sequencer.onIconChangeAnimationStart() in onCouldNotStartIconChangeAnimation_noAnimationQueued_returnsChangeIcon()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetycenter/ui/
DSafetyStatusAnimationSequencer.kt120 fun onIconChangeAnimationStart() { in onIconChangeAnimationStart() method in com.android.permissioncontroller.safetycenter.ui.SafetyStatusAnimationSequencer
DSafetyStatusPreference.java278 mSequencer.onIconChangeAnimationStart(); in startIconChangeAnimation()