Home
last modified time | relevance | path

Searched refs:setStylusWindowIdleTimeoutForTest (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DIInputMethodInvoker.java292 void setStylusWindowIdleTimeoutForTest(long timeout) { in setStylusWindowIdleTimeoutForTest() method in IInputMethodInvoker
294 mTarget.setStylusWindowIdleTimeoutForTest(timeout); in setStylusWindowIdleTimeoutForTest()
H A DInputMethodManagerService.java4601 public void setStylusWindowIdleTimeoutForTest( in setStylusWindowIdleTimeoutForTest() method
4614 getCurMethodLocked().setStylusWindowIdleTimeoutForTest(timeout); in setStylusWindowIdleTimeoutForTest()
/aosp14/frameworks/base/core/java/com/android/internal/inputmethod/
H A DIInputMethod.aidl93 void setStylusWindowIdleTimeoutForTest(long timeout); in setStylusWindowIdleTimeoutForTest() method
/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethod.java439 default void setStylusWindowIdleTimeoutForTest(@DurationMillisLong long timeout) { in setStylusWindowIdleTimeoutForTest() method
H A DIInputMethodManagerGlobalInvoker.java574 static void setStylusWindowIdleTimeoutForTest( in setStylusWindowIdleTimeoutForTest() method in IInputMethodManagerGlobalInvoker
581 service.setStylusWindowIdleTimeoutForTest(client, timeout); in setStylusWindowIdleTimeoutForTest()
H A DInputMethodManager.java2936 public void setStylusWindowIdleTimeoutForTest(@DurationMillisLong long timeout) { in setStylusWindowIdleTimeoutForTest() method in InputMethodManager
2938 IInputMethodManagerGlobalInvoker.setStylusWindowIdleTimeoutForTest(mClient, timeout); in setStylusWindowIdleTimeoutForTest()
/aosp14/frameworks/base/core/java/com/android/internal/view/
H A DIInputMethodManager.aidl176 void setStylusWindowIdleTimeoutForTest(in IInputMethodClient client, long timeout); in setStylusWindowIdleTimeoutForTest() method
/aosp14/frameworks/base/core/java/android/inputmethodservice/
H A DIInputMethodWrapper.java308 inputMethod.setStylusWindowIdleTimeoutForTest((long) msg.obj); in executeMessage()
504 public void setStylusWindowIdleTimeoutForTest(@DurationMillisLong long timeout) { in setStylusWindowIdleTimeoutForTest() method in IInputMethodWrapper
H A DInputMethodService.java1130 public void setStylusWindowIdleTimeoutForTest(@DurationMillisLong long timeout) { in setStylusWindowIdleTimeoutForTest() method in InputMethodService.InputMethodImpl
/aosp14/frameworks/base/core/api/
H A Dtest-current.txt3795 …(android.Manifest.permission.TEST_INPUT_METHOD) public void setStylusWindowIdleTimeoutForTest(long…