Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/tests/mocking/src/com/android/permissioncontroller/tests/mocking/safetycenter/ui/
DSafetyStatusAnimationSequencerTest.kt128 sequencer.onIconChangeAnimationEnd(NOT_REFRESHING, OVERALL_SEVERITY_LEVEL_UNKNOWN) in getCurrentlyVisibleSeverityLevel_iconChangeAnimationEndedUnknown_returnsUnknown()
139 sequencer.onIconChangeAnimationEnd(NOT_REFRESHING, OVERALL_SEVERITY_LEVEL_CRITICAL_WARNING) in getCurrentlyVisibleSeverityLevel_iconChangeAnimationEndedCritical_returnsCritical()
319 sequencer.onIconChangeAnimationEnd( in onIconChangeAnimationEnd_noAnimationQueued_returnsChangeIcon()
334 sequencer.onIconChangeAnimationEnd( in onIconChangeAnimationEnd_updateReceivedWithDifferentSeverity_returnsStartIconChange()
350 sequencer.onIconChangeAnimationEnd( in onIconChangeAnimationEnd_updateReceivedWithSameSeverity_returnsChangeIcon()
365 sequencer.onIconChangeAnimationEnd( in onIconChangeAnimationEnd_scanAnimationQueued_returnsStartScanningAnimation()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetycenter/ui/
DSafetyStatusAnimationSequencer.kt124 fun onIconChangeAnimationEnd(isRefreshing: Boolean, severityLevel: Int): Action { in onIconChangeAnimationEnd() method in com.android.permissioncontroller.safetycenter.ui.SafetyStatusAnimationSequencer
DSafetyStatusPreference.java288 mSequencer.onIconChangeAnimationEnd( in startIconChangeAnimation()