Home
last modified time | relevance | path

Searched refs:parentAppWindowToken (Results 1 – 3 of 3) sorted by relevance

/cts/tests/inputmethod/src/android/view/inputmethod/cts/util/
DWindowFocusStealerService.java43 public void stealWindowFocus(IBinder parentAppWindowToken, ResultReceiver resultReceiver) { in stealWindowFocus() argument
44 mMainHandler.post(() -> handleStealWindowFocus(parentAppWindowToken, resultReceiver)); in stealWindowFocus()
63 IBinder parentAppWindowToken, ResultReceiver resultReceiver) { in handleStealWindowFocus() argument
91 params.token = parentAppWindowToken; in handleStealWindowFocus()
DWindowFocusStealer.java79 public void stealWindowFocus(IBinder parentAppWindowToken, long timeout) in stealWindowFocus() argument
83 mService.stealWindowFocus(parentAppWindowToken, resultReceiver); in stealWindowFocus()
DIWindowFocusStealer.aidl22 void stealWindowFocus(in IBinder parentAppWindowToken, in ResultReceiver resultReceiver); in stealWindowFocus() argument