Home | History | Annotate | Download | only in phototable

Lines Matching defs:PREV

81     private static final int PREV = 0;
227 placeOnDeck(mSelection, PREV);
240 if (hasSelection() && mOnDeck[PREV] != null) {
242 mSelection = mOnDeck[PREV];
243 mOnDeck[PREV] = null;
528 photo.setX(mSlot == PREV ? -2 * width : mWidth + 2 * width);