Searched refs:InflationProgress (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationInflater.java | 146 InflationProgress inflateNotificationViews(int reInflateFlags, in inflateNotificationViews() 148 InflationProgress result = createRemoteViews(reInflateFlags, builder, mIsLowPriority, in inflateNotificationViews() 155 private static InflationProgress createRemoteViews(int reInflateFlags, in createRemoteViews() 159 InflationProgress result = new InflationProgress(); in createRemoteViews() 185 public static CancellationSignal apply(InflationProgress result, int reInflateFlags, in apply() 320 static void applyRemoteView(final InflationProgress result, in applyRemoteView() 406 private static boolean finishIfDone(InflationProgress result, int reInflateFlags, in finishIfDone() 524 public static class AsyncInflationTask extends AsyncTask<Void, Void, InflationProgress> 568 protected InflationProgress doInBackground(Void... params) { in doInBackground() 597 protected void onPostExecute(InflationProgress result) { in onPostExecute() [all …]
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
D | NotificationInflaterTest.java | 153 NotificationInflater.InflationProgress result = in testInflationIsRetriedIfAsyncFails() 154 new NotificationInflater.InflationProgress(); in testInflationIsRetriedIfAsyncFails()
|