Home
last modified time | relevance | path

Searched defs:targetView (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/text/src/android/text/method/cts/
DKeyListenerTestCase.java133 protected final void sendKeys(View targetView, int...keys) { in sendKeys()
137 protected final void sendKeys(View targetView, String keysSequence) { in sendKeys()
141 protected final void sendKey(View targetView, KeyEvent event) { in sendKey()
145 protected final void sendKeyDownUp(View targetView, int key) { in sendKeyDownUp()
149 protected void sendKeyWhileHoldingModifier(View targetView, int keyCodeToSend, in sendKeyWhileHoldingModifier()
155 protected final void sendString(View targetView, String text) { in sendString()
/cts/tests/tests/uirendering/src/android/uirendering/cts/util/
DDrawCountDown.java16 private DrawCountDown(View targetView, int countFrames, Runnable countReachedListener) { in DrawCountDown()
38 public static void countDownDraws(View targetView, int countFrames, in countDownDraws()
/cts/tests/tests/uirendering27/src/android/uirendering/cts/util/
DDrawCountDown.java16 private DrawCountDown(View targetView, int countFrames, Runnable countReachedListener) { in DrawCountDown()
38 public static void countDownDraws(View targetView, int countFrames, in countDownDraws()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DCtsKeyEventUtil.java65 public void sendString(Instrumentation instrumentation, View targetView, String text) { in sendString()
106 public void sendKeys(Instrumentation instrumentation, View targetView, int...keys) { in sendKeys()
142 public void sendKeys(Instrumentation instrumentation, View targetView, String keysSequence) { in sendKeys()
208 public void sendKeyDownUp(Instrumentation instrumentation, View targetView, int key) { in sendKeyDownUp()
233 public void sendKey(Instrumentation instrumentation, View targetView, KeyEvent event) { in sendKey()
294 public void sendKeyWhileHoldingModifier(Instrumentation instrumentation, View targetView, in sendKeyWhileHoldingModifier()
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java3141 private void sendSourceKeyDownUp(Instrumentation instrumentation, View targetView, int key, in sendSourceKeyDownUp()
9783 private void sendKeys(View targetView, int...keys) { in sendKeys()
9787 private void sendString(View targetView, String text) { in sendString()