Home | History | Annotate | Download | only in phototable

Lines Matching refs:mTable

35     private final PhotoTable mTable;
56 mTable = table;
118 mTable.fling(target, x1 - x0, y1 - y0, (int) (1000f * n / 60f), false);
134 mTable.moveToTopOfPile(target);
184 if (!mTable.hasSelection()) {
190 mTable.move(target,
210 if (mTable.hasSelection()) {
212 mTable.clearSelection();
215 mTable.selectPrevious();
217 mTable.selectNext();
223 mTable.setSelection(target);