Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowTest.java702 NotificationContentView publicChildLayout = mock(NotificationContentView.class); in testSetContentAnimationRunningInGroupChild_Run() local
703 row.setPublicLayout(publicChildLayout); in testSetContentAnimationRunningInGroupChild_Run()
713 verify(publicChildLayout, times(1)).setContentAnimationRunning(true); in testSetContentAnimationRunningInGroupChild_Run()
730 NotificationContentView publicChildLayout = mock(NotificationContentView.class); in testSetIconAnimationRunningGroup_Run() local
731 child.setPublicLayout(publicChildLayout); in testSetIconAnimationRunningGroup_Run()