Searched refs:mExecMsgId (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/photos/views/
H A DBlockingGLTextureView.java317 private int mExecMsgId = INVALID; field in class:BlockingGLTextureView.RenderThread
381 if (mExecMsgId != INVALID) {
385 mExecMsgId = msgid;
423 while (mExecMsgId == INVALID) {
430 handleMessageLocked(mExecMsgId);
431 mExecMsgId = INVALID;
434 mExecMsgId = FINISH;
/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/
H A DBlockingGLTextureView.java317 private int mExecMsgId = INVALID; field in class:BlockingGLTextureView.RenderThread
381 if (mExecMsgId != INVALID) {
385 mExecMsgId = msgid;
423 while (mExecMsgId == INVALID) {
430 handleMessageLocked(mExecMsgId);
431 mExecMsgId = INVALID;
434 mExecMsgId = FINISH;

Completed in 49 milliseconds