Home
last modified time | relevance | path

Searched defs:setStylusWindowIdleTimeoutForTest (Results 1 – 11 of 11) 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.java315 void setStylusWindowIdleTimeoutForTest(long timeout) { in setStylusWindowIdleTimeoutForTest() method in IInputMethodInvoker
DIInputMethodManagerImpl.java195 void setStylusWindowIdleTimeoutForTest(IInputMethodClient client, long timeout); in setStylusWindowIdleTimeoutForTest() method
467 public void setStylusWindowIdleTimeoutForTest(IInputMethodClient client, long timeout) { in setStylusWindowIdleTimeoutForTest() method in IInputMethodManagerImpl
DZeroJankProxy.java429 public void setStylusWindowIdleTimeoutForTest(IInputMethodClient client, long timeout) { in setStylusWindowIdleTimeoutForTest() method in ZeroJankProxy
DInputMethodManagerService.java4496 public void setStylusWindowIdleTimeoutForTest( in setStylusWindowIdleTimeoutForTest() method
/frameworks/base/core/java/android/view/inputmethod/
DInputMethod.java474 default void setStylusWindowIdleTimeoutForTest(@DurationMillisLong long timeout) { in setStylusWindowIdleTimeoutForTest() method
DIInputMethodManagerGlobalInvoker.java675 static void setStylusWindowIdleTimeoutForTest( in setStylusWindowIdleTimeoutForTest() method in IInputMethodManagerGlobalInvoker
DInputMethodManager.java3460 public void setStylusWindowIdleTimeoutForTest(@DurationMillisLong long timeout) { in setStylusWindowIdleTimeoutForTest() method in InputMethodManager
/frameworks/base/core/java/android/inputmethodservice/
DIInputMethodWrapper.java541 public void setStylusWindowIdleTimeoutForTest(@DurationMillisLong long timeout) { in setStylusWindowIdleTimeoutForTest() method in IInputMethodWrapper
DInputMethodService.java1246 public void setStylusWindowIdleTimeoutForTest(@DurationMillisLong long timeout) { in setStylusWindowIdleTimeoutForTest() method in InputMethodService.InputMethodImpl
/frameworks/base/core/java/com/android/internal/view/
DIInputMethodManager.aidl221 void setStylusWindowIdleTimeoutForTest(in IInputMethodClient client, long timeout); in setStylusWindowIdleTimeoutForTest() method