Searched refs:runningInflations (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationInflater.java | 192 final HashMap<Integer, CancellationSignal> runningInflations = new HashMap<>(); in apply() local 212 runningInflations, applyCallback); in apply() 235 NotificationContentView.VISIBLE_TYPE_EXPANDED), runningInflations, in apply() 260 NotificationContentView.VISIBLE_TYPE_HEADSUP), runningInflations, in apply() 284 runningInflations, applyCallback); in apply() 306 NotificationContentView.VISIBLE_TYPE_AMBIENT), runningInflations, in apply() 311 finishIfDone(result, reInflateFlags, runningInflations, callback, row, in apply() 315 () -> runningInflations.values().forEach(CancellationSignal::cancel)); in apply() 328 final HashMap<Integer, CancellationSignal> runningInflations, in applyRemoteView() argument 342 runningInflations.remove(inflationId); in applyRemoteView() [all …]
|