Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflater.java258 InflationProgress inflateNotificationViews( in inflateNotificationViews()
263 InflationProgress result = createRemoteViews(reInflateFlags, builder, mIsLowPriority, in inflateNotificationViews()
312 private static InflationProgress inflateSmartReplyViews(InflationProgress result, in inflateSmartReplyViews()
333 private static InflationProgress createRemoteViews(@InflationFlag int reInflateFlags, in createRemoteViews()
337 InflationProgress result = new InflationProgress(); in createRemoteViews()
365 InflationProgress result, in apply()
484 final InflationProgress result, in applyRemoteView()
605 private static boolean finishIfDone(InflationProgress result, in finishIfDone()
751 public static class AsyncInflationTask extends AsyncTask<Void, Void, InflationProgress>
804 protected InflationProgress doInBackground(Void... params) { in doInBackground()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflaterTest.java169 NotificationContentInflater.InflationProgress result = in testInflationIsRetriedIfAsyncFails()
170 new NotificationContentInflater.InflationProgress(); in testInflationIsRetriedIfAsyncFails()