HomeSort by relevance Sort by last modified time
    Searched refs:mExecMsgId (Results 1 - 3 of 3) sorted by null

  /frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
BlockingGLTextureView.java 317 private int mExecMsgId = INVALID;
381 if (mExecMsgId != INVALID) {
385 mExecMsgId = msgid;
423 while (mExecMsgId == INVALID) {
430 handleMessageLocked(mExecMsgId);
431 mExecMsgId = INVALID;
434 mExecMsgId = FINISH;
  /packages/apps/Gallery2/src/com/android/photos/views/
BlockingGLTextureView.java 317 private int mExecMsgId = INVALID;
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/
BlockingGLTextureView.java 317 private int mExecMsgId = INVALID;
381 if (mExecMsgId != INVALID) {
385 mExecMsgId = msgid;
423 while (mExecMsgId == INVALID) {
430 handleMessageLocked(mExecMsgId);
431 mExecMsgId = INVALID;
434 mExecMsgId = FINISH;

Completed in 546 milliseconds