HomeSort by relevance Sort by last modified time
    Searched refs:handleDecodeState (Results 1 - 2 of 2) sorted by null

  /development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoDecodeRunnable.java 77 void handleDecodeState(int state);
136 * Calls the PhotoTask implementation of {@link #handleDecodeState} to
139 mPhotoTask.handleDecodeState(DECODE_STATE_STARTED);
265 mPhotoTask.handleDecodeState(DECODE_STATE_FAILED);
276 mPhotoTask.handleDecodeState(DECODE_STATE_COMPLETED);
PhotoTask.java 275 * Implements PhotoDecodeRunnable.handleDecodeState(). Passes the decoding state to the
279 public void handleDecodeState(int state) {

Completed in 70 milliseconds