Home
last modified time | relevance | path

Searched defs:privateLayout (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowTest.java468 NotificationContentView privateLayout = mock(NotificationContentView.class); in testFeedback_header() local
669 NotificationContentView privateLayout = mock(NotificationContentView.class); in testSetContentAnimationRunning_Run() local
683 NotificationContentView privateLayout = mock(NotificationContentView.class); in testSetContentAnimationRunning_Stop() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationRowContentBinderImpl.kt814 val privateLayout = row.privateLayout in <lambda>() constant
1362 val privateLayout = row.privateLayout in <lambda>() constant
DNotificationContentInflater.java473 NotificationContentView privateLayout = row.getPrivateLayout(); in apply() local