Searched refs:mOnBackInvokedCallbacks (Results 1 – 2 of 2) sorted by relevance
74 mOnBackInvokedCallbacks = new TreeMap<>(); field in WindowOnBackInvokedDispatcher119 if (!mOnBackInvokedCallbacks.containsKey(priority)) { in registerOnBackInvokedCallbackUnchecked()120 mOnBackInvokedCallbacks.put(priority, new ArrayList<>()); in registerOnBackInvokedCallbackUnchecked()122 ArrayList<OnBackInvokedCallback> callbacks = mOnBackInvokedCallbacks.get(priority); in registerOnBackInvokedCallbackUnchecked()130 mOnBackInvokedCallbacks.get(prevPriority).remove(callback); in registerOnBackInvokedCallbackUnchecked()157 ArrayList<OnBackInvokedCallback> callbacks = mOnBackInvokedCallbacks.get(priority); in unregisterOnBackInvokedCallback()160 mOnBackInvokedCallbacks.remove(priority); in unregisterOnBackInvokedCallback()212 mOnBackInvokedCallbacks.clear(); in clear()244 for (Integer priority : mOnBackInvokedCallbacks.descendingKeySet()) { in getTopCallback()245 ArrayList<OnBackInvokedCallback> callbacks = mOnBackInvokedCallbacks.get(priority); in getTopCallback()
130 .mOnBackInvokedCallbacks.get(PRIORITY_DEFAULT); in assertCallbacksSize()135 .mOnBackInvokedCallbacks.get(PRIORITY_OVERLAY); in assertCallbacksSize()