Lines Matching defs:v

131     public static void scrollToBottom(ActivityInstrumentationTestCase test, ViewGroup v) {  in scrollToBottom()
144 ViewGroup v) { in scrollToBottom()
166 public static void scrollToTop(ActivityInstrumentationTestCase test, ViewGroup v) { in scrollToTop()
178 public static void scrollToTop(InstrumentationTestCase test, Activity activity, ViewGroup v) { in scrollToTop()
199 public static void dragViewToBottom(ActivityInstrumentationTestCase test, View v) { in dragViewToBottom()
210 public static void dragViewToBottom(InstrumentationTestCase test, Activity activity, View v) { in dragViewToBottom()
226 public static void dragViewToBottom(ActivityInstrumentationTestCase test, View v, in dragViewToBottom()
239 public static void dragViewToBottom(InstrumentationTestCase test, Activity activity, View v, in dragViewToBottom()
264 public static void tapView(InstrumentationTestCase test, View v) { in tapView()
304 public static void touchAndCancelView(InstrumentationTestCase test, View v) { in touchAndCancelView()
339 public static void clickView(InstrumentationTestCase test, View v) { in clickView()
390 public static void longClickView(ActivityInstrumentationTestCase test, View v) { in longClickView()
391 longClickView((InstrumentationTestCase) test, v); in longClickView() local
400 public static void longClickView(InstrumentationTestCase test, View v) { in longClickView()
450 public static void dragViewToTop(ActivityInstrumentationTestCase test, View v) { in dragViewToTop()
451 dragViewToTop((InstrumentationTestCase) test, v, 4); in dragViewToTop() local
466 public static void dragViewToTop(ActivityInstrumentationTestCase test, View v, int stepCount) { in dragViewToTop()
467 dragViewToTop((InstrumentationTestCase) test, v, stepCount); in dragViewToTop() local
476 public static void dragViewToTop(InstrumentationTestCase test, View v) { in dragViewToTop()
487 public static void dragViewToTop(InstrumentationTestCase test, View v, int stepCount) { in dragViewToTop()
510 private static void getStartLocation(View v, int gravity, int[] xy) { in getStartLocation()
560 public static int dragViewBy(ActivityInstrumentationTestCase test, View v, int gravity, in dragViewBy()
582 public static int dragViewBy(InstrumentationTestCase test, View v, int gravity, int deltaX, in dragViewBy()
615 public static int dragViewTo(ActivityInstrumentationTestCase test, View v, int gravity, int toX, in dragViewTo()
632 public static int dragViewTo(InstrumentationTestCase test, View v, int gravity, int toX, in dragViewTo()
666 public static int dragViewToX(ActivityInstrumentationTestCase test, View v, int gravity, in dragViewToX()
682 public static int dragViewToX(InstrumentationTestCase test, View v, int gravity, int toX) { in dragViewToX()
713 public static int dragViewToY(ActivityInstrumentationTestCase test, View v, int gravity, in dragViewToY()
729 public static int dragViewToY(InstrumentationTestCase test, View v, int gravity, int toY) { in dragViewToY()