Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentInflaterTest.java87 private NotificationContentInflater mNotificationInflater;
128 mNotificationInflater = new NotificationContentInflater( in setUp()
222 NotificationContentInflater.InflationProgress result = in testInflationIsRetriedIfAsyncFails()
223 new NotificationContentInflater.InflationProgress(); in testInflationIsRetriedIfAsyncFails()
226 NotificationContentInflater.applyRemoteView( in testInflationIsRetriedIfAsyncFails()
249 new NotificationContentInflater.ApplyCallback() { in testInflationIsRetriedIfAsyncFails()
273 NotificationContentInflater.canReapplyRemoteView(mediaView, decoratedMediaView)); in doesntReapplyDisallowedRemoteView()
347 String result = NotificationContentInflater.isValidView(view, mRow.getEntry(), in testNotificationViewHeightTooSmallFailsValidation()
358 String result = NotificationContentInflater.isValidView(view, mRow.getEntry(), in testNotificationViewPassesValidation()
373 private static void inflateAndWait(NotificationContentInflater inflater, in inflateAndWait()
[all …]
H A DNotificationTestHelper.java171 NotificationContentInflater contentBinder = new NotificationContentInflater( in NotificationTestHelper()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotifInflaterImpl.java26 import com.android.systemui.statusbar.notification.row.NotificationContentInflater;
103 private NotificationContentInflater.InflationCallback wrapInflationCallback( in wrapInflationCallback()
105 return new NotificationContentInflater.InflationCallback() { in wrapInflationCallback()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DDynamicChildBindController.java19 import static com.android.systemui.statusbar.notification.row.NotificationContentInflater.FLAG_CONT…
20 import static com.android.systemui.statusbar.notification.row.NotificationContentInflater.FLAG_CONT…
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationRowModule.java47 NotificationContentInflater contentBinderImpl); in provideNotificationRowContentBinder()
H A DNotificationContentInflater.java71 public class NotificationContentInflater implements NotificationRowContentBinder { class
86 NotificationContentInflater( in NotificationContentInflater() method in NotificationContentInflater