Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowTest.java244 row.setPrivateLayout(mockPrivateLayout); in testSetSensitiveOnNotifRowUpdatesLayout()
536 group.setPrivateLayout(privateLayout); in testFeedback_header()
757 row.setPrivateLayout(privateLayout); in testSetContentAnimationRunning_Run()
771 row.setPrivateLayout(privateLayout); in testSetContentAnimationRunning_Stop()
785 groupRow.setPrivateLayout(privateParentLayout); in testSetContentAnimationRunningInGroupChild_Run()
792 row.setPrivateLayout(privateChildLayout); in testSetContentAnimationRunningInGroupChild_Run()
813 group.setPrivateLayout(privateParentLayout); in testSetIconAnimationRunningGroup_Run()
820 child.setPrivateLayout(privateChildLayout); in testSetIconAnimationRunningGroup_Run()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java4434 protected void setPrivateLayout(NotificationContentView privateLayout) { in setPrivateLayout() method in ExpandableNotificationRow