Searched defs:longClickView (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/test-runner/src/android/test/
H A DTouchUtils.java378 public static void longClickView(ActivityInstrumentationTestCase test, View v) { method in class:TouchUtils
379 longClickView((InstrumentationTestCase) test, v);
388 public static void longClickView(InstrumentationTestCase test, View v) { method in class:TouchUtils

Completed in 213 milliseconds