Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowTest.java697 NotificationContentView privateParentLayout = mock(NotificationContentView.class); in testSetContentAnimationRunningInGroupChild_Run() local
698 groupRow.setPrivateLayout(privateParentLayout); in testSetContentAnimationRunningInGroupChild_Run()
711 verify(privateParentLayout, times(1)).setContentAnimationRunning(true); in testSetContentAnimationRunningInGroupChild_Run()
725 NotificationContentView privateParentLayout = mock(NotificationContentView.class); in testSetIconAnimationRunningGroup_Run() local
726 group.setPrivateLayout(privateParentLayout); in testSetIconAnimationRunningGroup_Run()