Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/window/
H A DProxyOnBackInvokedDispatcher.java122 mActualDispatcher.setImeOnBackInvokedDispatcher(mImeDispatcher); in transferCallbacksToDispatcher()
189 public void setImeOnBackInvokedDispatcher( in setImeOnBackInvokedDispatcher() method in ProxyOnBackInvokedDispatcher
192 mActualDispatcher.setImeOnBackInvokedDispatcher(imeDispatcher); in setImeOnBackInvokedDispatcher()
H A DOnBackInvokedDispatcher.java111 default void setImeOnBackInvokedDispatcher( in setImeOnBackInvokedDispatcher() method
H A DWindowOnBackInvokedDispatcher.java396 public void setImeOnBackInvokedDispatcher( in setImeOnBackInvokedDispatcher() method in WindowOnBackInvokedDispatcher
/aosp14/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java869 mWindow.getOnBackInvokedDispatcher().setImeOnBackInvokedDispatcher( in dispatchStartInput()
1639 .setImeOnBackInvokedDispatcher(mImeDispatcher); in onCreate()