Home
last modified time | relevance | path

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

/development/samples/training/threadsample/src/com/example/android/threadsample/
DPhotoDecodeRunnable.java47 static final int DECODE_STATE_COMPLETED = 1; field in PhotoDecodeRunnable
276 mPhotoTask.handleDecodeState(DECODE_STATE_COMPLETED); in run()
DPhotoTask.java284 case PhotoDecodeRunnable.DECODE_STATE_COMPLETED: in handleDecodeState()