Home | History | Annotate | Download | only in ui

Lines Matching defs:mTask

44     // mTask is not null only when a task is on the way
45 private Future<Bitmap> mTask;
51 mTask = null;
61 if (mState == STATE_REQUESTED) mTask = submitBitmapTask(this);
73 if (mTask == null) mTask = submitBitmapTask(this);
80 if (mTask != null) mTask.cancel();
91 if (mTask != null) mTask.cancel();