Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflaterTest.java89 private NotificationContentInflater mNotificationInflater;
136 mNotificationInflater = new NotificationContentInflater( in setUp()
231 NotificationContentInflater.InflationProgress result = in testInflationIsRetriedIfAsyncFails()
232 new NotificationContentInflater.InflationProgress(); in testInflationIsRetriedIfAsyncFails()
235 NotificationContentInflater.applyRemoteView( in testInflationIsRetriedIfAsyncFails()
259 new NotificationContentInflater.ApplyCallback() { in testInflationIsRetriedIfAsyncFails()
283 NotificationContentInflater.canReapplyRemoteView(mediaView, decoratedMediaView)); in doesntReapplyDisallowedRemoteView()
359 String result = NotificationContentInflater.isValidView(view, mRow.getEntry(), in testNotificationViewHeightTooSmallFailsValidation()
370 String result = NotificationContentInflater.isValidView(view, mRow.getEntry(), in testNotificationViewPassesValidation()
385 private static void inflateAndWait(NotificationContentInflater inflater, in inflateAndWait()
[all …]
DNotificationTestHelper.java207 : new NotificationContentInflater( in NotificationTestHelper()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationRowModule.java40 Provider<NotificationContentInflater> legacyImpl, in provideNotificationRowContentBinder()
DNotificationContentInflater.java82 public class NotificationContentInflater implements NotificationRowContentBinder { class
99 NotificationContentInflater( in NotificationContentInflater() method in NotificationContentInflater
/frameworks/base/packages/SystemUI/aconfig/
Dsystemui.aconfig38 …description: "Convert the NotificationContentInflater to Kotlin and restructure it to support mode…