Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowTest.java756 AnimationDrawable lowPriDrawable = mock(AnimationDrawable.class); in testSetIconAnimationRunningGroup_Run() local
758 setDrawableIconsInImageView(mockLowPriorityIcon, lowPriDrawable, lowPriVectorDrawable); in testSetIconAnimationRunningGroup_Run()
763 verify(lowPriDrawable, times(1)).start(); in testSetIconAnimationRunningGroup_Run()