Searched refs:mAllCallbacks (Results 1 – 1 of 1) sorted by relevance
95 private final HashMap<OnBackInvokedCallback, Integer> mAllCallbacks = new HashMap<>(); field in WindowOnBackInvokedDispatcher142 if (!mAllCallbacks.isEmpty()) { in attachToWindow()194 if (mAllCallbacks.containsKey(callback)) { in registerOnBackInvokedCallbackUnchecked()198 Integer prevPriority = mAllCallbacks.get(callback); in registerOnBackInvokedCallbackUnchecked()204 mAllCallbacks.put(callback, priority); in registerOnBackInvokedCallbackUnchecked()207 && mAllCallbacks.get(previousTopCallback) <= priority)) { in registerOnBackInvokedCallbackUnchecked()223 if (!mAllCallbacks.containsKey(callback)) { in unregisterOnBackInvokedCallback()230 Integer priority = mAllCallbacks.get(callback); in unregisterOnBackInvokedCallback()236 mAllCallbacks.remove(callback); in unregisterOnBackInvokedCallback()283 if (!mAllCallbacks.isEmpty()) { in clear()[all …]