Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflater.java412 final HashMap<Integer, CancellationSignal> runningInflations = new HashMap<>(); in apply() local
434 runningInflations, applyCallback); in apply()
458 NotificationContentView.VISIBLE_TYPE_EXPANDED), runningInflations, in apply()
484 VISIBLE_TYPE_HEADSUP), runningInflations, in apply()
509 runningInflations, applyCallback); in apply()
532 NotificationContentView.VISIBLE_TYPE_AMBIENT), runningInflations, in apply()
537 finishIfDone(result, reInflateFlags, cachedContentViews, runningInflations, callback, row, in apply()
541 () -> runningInflations.values().forEach(CancellationSignal::cancel)); in apply()
560 final HashMap<Integer, CancellationSignal> runningInflations, in applyRemoteView() argument
580 … handleInflationError(runningInflations, e, row.getStatusBarNotification(), callback); in applyRemoteView()
[all …]