Home
last modified time | relevance | path

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

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