Home
last modified time | relevance | path

Searched refs:stealWindowFocus (Results 1 – 5 of 5) sorted by relevance

/cts/tests/inputmethod/src/android/view/inputmethod/cts/util/
DWindowFocusStealer.java79 public void stealWindowFocus(IBinder parentAppWindowToken, long timeout) in stealWindowFocus() method in WindowFocusStealer
83 mService.stealWindowFocus(parentAppWindowToken, resultReceiver); in stealWindowFocus()
DIWindowFocusStealer.aidl22 void stealWindowFocus(in IBinder parentAppWindowToken, in ResultReceiver resultReceiver); in stealWindowFocus() method
DWindowFocusStealerService.java43 public void stealWindowFocus(IBinder parentAppWindowToken, ResultReceiver resultReceiver) { in stealWindowFocus() method in WindowFocusStealerService.BinderService
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputMethodStartInputLifecycleTest.java207 focusStealer.stealWindowFocus(appWindowToken, TIMEOUT); in testNoStartNewInputWhileOtherProcessHasWindowFocus()
DFocusHandlingTest.java463 focusStealer.stealWindowFocus(appWindowToken, TIMEOUT); in testRestartInputWhileOtherProcessHasWindowFocus()