Home
last modified time | relevance | path

Searched refs:targetView (Results 1 – 8 of 8) sorted by relevance

/cts/tests/tests/text/src/android/text/method/cts/
DKeyListenerTestCase.java133 protected final void sendKeys(View targetView, int...keys) { in sendKeys() argument
134 mCtsKeyEventUtil.sendKeys(mInstrumentation, targetView, keys); in sendKeys()
137 protected final void sendKeys(View targetView, String keysSequence) { in sendKeys() argument
138 mCtsKeyEventUtil.sendKeys(mInstrumentation, targetView, keysSequence); in sendKeys()
141 protected final void sendKey(View targetView, KeyEvent event) { in sendKey() argument
142 mCtsKeyEventUtil.sendKey(mInstrumentation, targetView, event); in sendKey()
145 protected final void sendKeyDownUp(View targetView, int key) { in sendKeyDownUp() argument
146 mCtsKeyEventUtil.sendKeyDownUp(mInstrumentation, targetView, key); in sendKeyDownUp()
149 protected void sendKeyWhileHoldingModifier(View targetView, int keyCodeToSend, in sendKeyWhileHoldingModifier() argument
151 mCtsKeyEventUtil.sendKeyWhileHoldingModifier(mInstrumentation, targetView, keyCodeToSend, in sendKeyWhileHoldingModifier()
[all …]
/cts/tests/tests/uirendering/src/android/uirendering/cts/util/
DDrawCountDown.java16 private DrawCountDown(View targetView, int countFrames, Runnable countReachedListener) { in DrawCountDown() argument
17 mTargetView = targetView; in DrawCountDown()
38 public static void countDownDraws(View targetView, int countFrames, in countDownDraws() argument
40 DrawCountDown counter = new DrawCountDown(targetView, countFrames, in countDownDraws()
45 targetView.getViewTreeObserver().addOnPreDrawListener(counter); in countDownDraws()
/cts/tests/tests/uirendering27/src/android/uirendering/cts/util/
DDrawCountDown.java16 private DrawCountDown(View targetView, int countFrames, Runnable countReachedListener) { in DrawCountDown() argument
17 mTargetView = targetView; in DrawCountDown()
38 public static void countDownDraws(View targetView, int countFrames, in countDownDraws() argument
40 DrawCountDown counter = new DrawCountDown(targetView, countFrames, in countDownDraws()
45 targetView.getViewTreeObserver().addOnPreDrawListener(counter); 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() argument
106 public void sendKeys(Instrumentation instrumentation, View targetView, int...keys) { in sendKeys() argument
142 public void sendKeys(Instrumentation instrumentation, View targetView, String keysSequence) { in sendKeys() argument
208 public void sendKeyDownUp(Instrumentation instrumentation, View targetView, int key) { in sendKeyDownUp() argument
233 public void sendKey(Instrumentation instrumentation, View targetView, KeyEvent event) { in sendKey() argument
294 public void sendKeyWhileHoldingModifier(Instrumentation instrumentation, View targetView, in sendKeyWhileHoldingModifier() argument
/cts/tests/tests/widget/src/android/widget/cts/
DAdapterView_AdapterContextMenuInfoTest.java44 assertEquals(testView, menuInfo.targetView); in testConstructor()
DExpandableListView_ExpandableListContextMenuInfoTest.java47 assertSame(listview, expandableListContextMenuInfo.targetView); in testConstructor()
DTextViewTest.java3141 private void sendSourceKeyDownUp(Instrumentation instrumentation, View targetView, int key, in sendSourceKeyDownUp() argument
3145 mCtsKeyEventUtil.sendKey(instrumentation, targetView, event); in sendSourceKeyDownUp()
3148 mCtsKeyEventUtil.sendKey(instrumentation, targetView, event); in sendSourceKeyDownUp()
9783 private void sendKeys(View targetView, int...keys) { in sendKeys() argument
9787 private void sendString(View targetView, String text) { in sendString() argument
9788 mCtsKeyEventUtil.sendString(mInstrumentation, targetView, text); in sendString()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt58658 field public android.view.View targetView;
59233 field public android.view.View targetView;