• Home
  • Raw
  • Download

Lines Matching defs:v

115     public static void scrollToBottom(ActivityInstrumentationTestCase test, ViewGroup v) {  in scrollToBottom()
128 ViewGroup v) { in scrollToBottom()
150 public static void scrollToTop(ActivityInstrumentationTestCase test, ViewGroup v) { in scrollToTop()
162 public static void scrollToTop(InstrumentationTestCase test, Activity activity, ViewGroup v) { in scrollToTop()
183 public static void dragViewToBottom(ActivityInstrumentationTestCase test, View v) { in dragViewToBottom()
194 public static void dragViewToBottom(InstrumentationTestCase test, Activity activity, View v) { in dragViewToBottom()
210 public static void dragViewToBottom(ActivityInstrumentationTestCase test, View v, in dragViewToBottom()
223 public static void dragViewToBottom(InstrumentationTestCase test, Activity activity, View v, in dragViewToBottom()
246 public static void tapView(InstrumentationTestCase test, View v) { in tapView()
286 public static void touchAndCancelView(InstrumentationTestCase test, View v) { in touchAndCancelView()
321 public static void clickView(InstrumentationTestCase test, View v) { in clickView()
372 public static void longClickView(ActivityInstrumentationTestCase test, View v) { in longClickView()
373 longClickView((InstrumentationTestCase) test, v); in longClickView() local
382 public static void longClickView(InstrumentationTestCase test, View v) { in longClickView()
432 public static void dragViewToTop(ActivityInstrumentationTestCase test, View v) { in dragViewToTop()
433 dragViewToTop((InstrumentationTestCase) test, v, 4); in dragViewToTop() local
448 public static void dragViewToTop(ActivityInstrumentationTestCase test, View v, int stepCount) { in dragViewToTop()
449 dragViewToTop((InstrumentationTestCase) test, v, stepCount); in dragViewToTop() local
458 public static void dragViewToTop(InstrumentationTestCase test, View v) { in dragViewToTop()
469 public static void dragViewToTop(InstrumentationTestCase test, View v, int stepCount) { in dragViewToTop()
492 private static void getStartLocation(View v, int gravity, int[] xy) { in getStartLocation()
542 public static int dragViewBy(ActivityInstrumentationTestCase test, View v, int gravity, in dragViewBy()
564 public static int dragViewBy(InstrumentationTestCase test, View v, int gravity, int deltaX, in dragViewBy()
597 public static int dragViewTo(ActivityInstrumentationTestCase test, View v, int gravity, int toX, in dragViewTo()
614 public static int dragViewTo(InstrumentationTestCase test, View v, int gravity, int toX, in dragViewTo()
648 public static int dragViewToX(ActivityInstrumentationTestCase test, View v, int gravity, in dragViewToX()
664 public static int dragViewToX(InstrumentationTestCase test, View v, int gravity, int toX) { in dragViewToX()
695 public static int dragViewToY(ActivityInstrumentationTestCase test, View v, int gravity, in dragViewToY()
711 public static int dragViewToY(InstrumentationTestCase test, View v, int gravity, int toY) { in dragViewToY()