Home
last modified time | relevance | path

Searched refs:handleDecodeState (Results 1 – 2 of 2) sorted by relevance

/development/samples/training/threadsample/src/com/example/android/threadsample/
DPhotoDecodeRunnable.java77 void handleDecodeState(int state); in handleDecodeState() method
139 mPhotoTask.handleDecodeState(DECODE_STATE_STARTED); in run()
265 mPhotoTask.handleDecodeState(DECODE_STATE_FAILED); in run()
276 mPhotoTask.handleDecodeState(DECODE_STATE_COMPLETED); in run()
DPhotoTask.java279 public void handleDecodeState(int state) { in handleDecodeState() method in PhotoTask