Searched refs:PREV (Results 1 – 1 of 1) sorted by relevance
81 private static final int PREV = 0; field in PhotoTable227 placeOnDeck(mSelection, PREV); in selectNext()240 if (hasSelection() && mOnDeck[PREV] != null) { in selectPrevious()242 mSelection = mOnDeck[PREV]; in selectPrevious()243 mOnDeck[PREV] = null; in selectPrevious()528 photo.setX(mSlot == PREV ? -2 * width : mWidth + 2 * width); in onPostExecute()