Searched refs:scrollIntoSlots (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DGallery.java543 private void scrollIntoSlots() { method in class:Gallery
1087 scrollIntoSlots();
1493 public void stop(boolean scrollIntoSlots) { argument
1495 endFling(scrollIntoSlots);
1498 private void endFling(boolean scrollIntoSlots) { argument
1505 if (scrollIntoSlots) scrollIntoSlots();

Completed in 136 milliseconds