Searched refs:INVALID_FRAME (Results 1 – 2 of 2) sorted by relevance
33 public static final long INVALID_FRAME = -1; field in RequestQueue39 private long mCurrentRepeatingFrameNumber = INVALID_FRAME;103 long ret = INVALID_FRAME; in stopRepeating()106 ret = (mCurrentRepeatingFrameNumber == INVALID_FRAME) ? INVALID_FRAME : in stopRepeating()108 mCurrentRepeatingFrameNumber = INVALID_FRAME; in stopRepeating()125 return INVALID_FRAME; in stopRepeating()145 long lastFrame = INVALID_FRAME; in submit()149 lastFrame = (mCurrentRepeatingFrameNumber == INVALID_FRAME) ? INVALID_FRAME : in submit()152 mCurrentRepeatingFrameNumber = INVALID_FRAME; in submit()
951 if (lastFrameNumber != RequestQueue.INVALID_FRAME) {