Searched refs:NEXT (Results 1 – 2 of 2) sorted by relevance
80 private static final int NEXT = 1; field in PhotoTable226 if (hasSelection() && mOnDeck[NEXT] != null) { in selectNext()228 mSelection = mOnDeck[NEXT]; in selectNext()229 mOnDeck[NEXT] = null; in selectNext()241 placeOnDeck(mSelection, NEXT); in selectPrevious()503 log("load natural %s", (mSlot == NEXT ? "next" : "previous")); in doInBackground()508 if (mSlot == NEXT) { in doInBackground()522 log("natural %s being rendered", (mSlot == NEXT ? "next" : "previous")); in onPostExecute()542 log("natural, %s was null!", (mSlot == NEXT ? "next" : "previous")); in onPostExecute()723 x += (slot == NEXT? 1f : -1f) * offset; in placeOnDeck()
73 public static final int NEXT = 2; field in MediaPlaybackService886 if (action == NEXT && mPlayPos + 1 < mPlayListLen) { in enqueue()