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.java277 InflationProgress inflateNotificationViews( in inflateNotificationViews()
282 InflationProgress result = createRemoteViews(reInflateFlags, builder, mIsLowPriority, in inflateNotificationViews()
347 private static InflationProgress inflateSmartReplyViews(InflationProgress result, in inflateSmartReplyViews()
367 private static InflationProgress createRemoteViews(@InflationFlag int reInflateFlags, in createRemoteViews()
371 InflationProgress result = new InflationProgress(); in createRemoteViews()
403 InflationProgress result, in apply()
548 final InflationProgress result, in applyRemoteView()
670 private static boolean finishIfDone(InflationProgress result, in finishIfDone()
836 public static class AsyncInflationTask extends AsyncTask<Void, Void, InflationProgress>
892 protected InflationProgress doInBackground(Void... params) { in doInBackground()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflaterTest.java172 NotificationContentInflater.InflationProgress result = in testInflationIsRetriedIfAsyncFails()
173 new NotificationContentInflater.InflationProgress(); in testInflationIsRetriedIfAsyncFails()