Searched defs:FINISH (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
H A DDozeMachine.java63 FINISH, enum constant in enum:DozeMachine.State
256 case FINISH:
266 case FINISH:
267 Preconditions.checkState(newState == State.FINISH);
295 if (mState == State.FINISH) {
296 return State.FINISH;
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DBlockingGLTextureView.java312 private static final int FINISH = 4; field in class:BlockingGLTextureView.RenderThread
371 exec(FINISH);
410 case FINISH:
434 mExecMsgId = FINISH;

Completed in 84 milliseconds