Home
last modified time | relevance | path

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

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