Searched refs:runningInflations (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationContentInflater.java | 373 final HashMap<Integer, CancellationSignal> runningInflations = new HashMap<>(); in apply() local 395 runningInflations, applyCallback); in apply() 419 NotificationContentView.VISIBLE_TYPE_EXPANDED), runningInflations, in apply() 445 VISIBLE_TYPE_HEADSUP), runningInflations, in apply() 470 runningInflations, applyCallback); in apply() 474 finishIfDone(result, reInflateFlags, cachedContentViews, runningInflations, callback, row); in apply() 477 () -> runningInflations.values().forEach(CancellationSignal::cancel)); in apply() 495 final HashMap<Integer, CancellationSignal> runningInflations, in applyRemoteView() argument 515 … handleInflationError(runningInflations, e, row.getStatusBarNotification(), callback); in applyRemoteView() 518 runningInflations.put(inflationId, new CancellationSignal()); in applyRemoteView() [all …]
|