Home | History | Annotate | Download | only in phototable

Lines Matching defs:PREV

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