Home
last modified time | relevance | path

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

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