Searched refs:photoOffTable (Results 1 – 1 of 1) sorted by relevance
765 if (drop && photoOffTable(photo)) { in move()811 if (photoOffTable(photo, (int) dx, (int) dy)) { in fling()821 public boolean photoOffTable(final View photo) { in photoOffTable() method in PhotoTable822 return photoOffTable(photo, 0, 0); in photoOffTable()825 public boolean photoOffTable(final View photo, final int dx, final int dy) { in photoOffTable() method in PhotoTable