HomeSort by relevance Sort by last modified time
    Searched refs:touchCommon (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
AwContentsClientFullScreenVideoTest.java 19 import org.chromium.content.browser.test.util.TouchCommon;
106 TouchCommon touchCommon = new TouchCommon(
108 touchCommon.singleClickView(mContentsClient.getCustomView());
156 TouchCommon touchCommon = new TouchCommon(this);
157 touchCommon.singleClickView(testContainerView);
AwContentsClientGetVideoLoadingProgressViewTest.java 14 import org.chromium.content.browser.test.util.TouchCommon;
73 TouchCommon touchCommon = new TouchCommon(this);
74 touchCommon.singleClickView(testContainerView);
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
InterstitialPageTest.java 14 import org.chromium.content.browser.test.util.TouchCommon;
125 TouchCommon touchCommon = new TouchCommon(this);
126 touchCommon.singleClickViewRelative(getContentViewCore().getContainerView(), 10, 10);
  /external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/
DOMUtils.java 132 TouchCommon touchCommon = new TouchCommon(activityTestCase);
133 touchCommon.singleClickView(viewCore.getContainerView(), clickTarget[0], clickTarget[1]);
143 TouchCommon touchCommon = new TouchCommon(activityTestCase);
144 touchCommon.longPressView(viewCore.getContainerView(), clickTarget[0], clickTarget[1]);
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/autofill/
AutofillTest.java 16 import org.chromium.content.browser.test.util.TouchCommon;
139 TouchCommon touchCommon = new TouchCommon(this);
140 touchCommon.singleClickViewRelative(mAutofillPopup.getListView(), 10, 10);
AutofillPopupTest.java 23 import org.chromium.content.browser.test.util.TouchCommon;
181 TouchCommon touchCommon = new TouchCommon(this);
182 touchCommon.singleClickViewRelative(popup.getListView(), 10, 10);
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/input/
InsertionHandleTest.java 26 import org.chromium.content.browser.test.util.TouchCommon;
245 TouchCommon touchCommon = new TouchCommon(this);
246 touchCommon.singleClickView(getContentViewCore().getContainerView(),
254 touchCommon.singleClickView(getContentViewCore().getContainerView(),
SelectionHandleTest.java 26 import org.chromium.content.browser.test.util.TouchCommon;
411 TouchCommon touchCommon = new TouchCommon(this);
414 touchCommon.longPressView(getContentViewCore().getContainerView(), centerX, centerY);
426 new TouchCommon(this).singleClickView(getContentViewCore().getContainerView(), 0, 0);

Completed in 524 milliseconds