Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/inputmethod/
DIInputMethod.aidl101 void setStylusWindowIdleTimeoutForTest(long timeout); in setStylusWindowIdleTimeoutForTest() method
/frameworks/base/services/core/java/com/android/server/inputmethod/
DIInputMethodInvoker.java320 void setStylusWindowIdleTimeoutForTest(long timeout) { in setStylusWindowIdleTimeoutForTest() method in IInputMethodInvoker
322 mTarget.setStylusWindowIdleTimeoutForTest(timeout); in setStylusWindowIdleTimeoutForTest()
DIInputMethodManagerImpl.java221 void setStylusWindowIdleTimeoutForTest(IInputMethodClient client, long timeout); in setStylusWindowIdleTimeoutForTest() method
516 public void setStylusWindowIdleTimeoutForTest(IInputMethodClient client, long timeout) { in setStylusWindowIdleTimeoutForTest() method in IInputMethodManagerImpl
519 mCallback.setStylusWindowIdleTimeoutForTest(client, timeout); in setStylusWindowIdleTimeoutForTest()
DZeroJankProxy.java444 public void setStylusWindowIdleTimeoutForTest(IInputMethodClient client, long timeout) { in setStylusWindowIdleTimeoutForTest() method in ZeroJankProxy
445 mInner.setStylusWindowIdleTimeoutForTest(client, timeout); in setStylusWindowIdleTimeoutForTest()
DInputMethodManagerService.java4568 public void setStylusWindowIdleTimeoutForTest( in setStylusWindowIdleTimeoutForTest() method
4581 getCurMethodLocked().setStylusWindowIdleTimeoutForTest(timeout); in setStylusWindowIdleTimeoutForTest()
/frameworks/base/core/java/android/view/inputmethod/
DInputMethod.java474 default void setStylusWindowIdleTimeoutForTest(@DurationMillisLong long timeout) { in setStylusWindowIdleTimeoutForTest() method
DIInputMethodManagerGlobalInvoker.java716 static void setStylusWindowIdleTimeoutForTest( in setStylusWindowIdleTimeoutForTest() method in IInputMethodManagerGlobalInvoker
723 service.setStylusWindowIdleTimeoutForTest(client, timeout); in setStylusWindowIdleTimeoutForTest()
DInputMethodManager.java3713 public void setStylusWindowIdleTimeoutForTest(@DurationMillisLong long timeout) { in setStylusWindowIdleTimeoutForTest() method in InputMethodManager
3715 IInputMethodManagerGlobalInvoker.setStylusWindowIdleTimeoutForTest(mClient, timeout); in setStylusWindowIdleTimeoutForTest()
/frameworks/base/core/java/com/android/internal/view/
DIInputMethodManager.aidl244 void setStylusWindowIdleTimeoutForTest(in IInputMethodClient client, long timeout); in setStylusWindowIdleTimeoutForTest() method
/frameworks/base/core/java/android/inputmethodservice/
DIInputMethodWrapper.java316 inputMethod.setStylusWindowIdleTimeoutForTest((long) msg.obj); in executeMessage()
541 public void setStylusWindowIdleTimeoutForTest(@DurationMillisLong long timeout) { in setStylusWindowIdleTimeoutForTest() method in IInputMethodWrapper
DInputMethodService.java1290 public void setStylusWindowIdleTimeoutForTest(@DurationMillisLong long timeout) { in setStylusWindowIdleTimeoutForTest() method in InputMethodService.InputMethodImpl
/frameworks/base/core/api/
Dtest-current.txt4167 …(android.Manifest.permission.TEST_INPUT_METHOD) public void setStylusWindowIdleTimeoutForTest(long…