Searched defs:scrollListBy (Results 1 – 3 of 3) sorted by relevance
23 static void scrollListBy(final ListView listView, int y) { in scrollListBy() method in ListViewCompatKitKat
35 public static void scrollListBy(@NonNull ListView listView, int y) { in scrollListBy() method in ListViewCompat
24 static void scrollListBy(final ListView listView, int y) { in scrollListBy() method in ListViewCompatDonut