Searched refs:handleDecodeState (Results 1 – 2 of 2) sorted by relevance
77 void handleDecodeState(int state); in handleDecodeState() method139 mPhotoTask.handleDecodeState(DECODE_STATE_STARTED); in run()265 mPhotoTask.handleDecodeState(DECODE_STATE_FAILED); in run()276 mPhotoTask.handleDecodeState(DECODE_STATE_COMPLETED); in run()
279 public void handleDecodeState(int state) { in handleDecodeState() method in PhotoTask