Searched refs:mCancel (Results 1 – 9 of 9) sorted by relevance
49 private Runnable mCancel; field in RepeatableExecutorImpl.ExecutionToken61 if (mCancel != null) { in run()62 mCancel = mExecutor.executeDelayed(this, mDelay, mUnit); in run()70 mCancel = mExecutor.executeDelayed(this, startDelay, unit); in start()77 if (mCancel != null) { in cancel()78 mCancel.run(); in cancel()79 mCancel = null; in cancel()
25 boolean mCancel = false; field in BasicPipeline31 mCancel = true; in cancel()36 return mCancel; in isCancel()41 mCancel = false; in initBuffers()59 if (mCancel) return; in rasterizeTriangles()
66 if (mCancel){ in setupTriangles()93 if (mCancel){ in raycast()100 if (mCancel){ in raycast()104 if (mCancel){ in raycast()116 if (mCancel){ in raycast()
188 private boolean mCancel; field in SimpleMirrorWindowControl.MoveWindowTask201 if (mCancel) { in run()213 mCancel = false; in schedule()218 mCancel = true; in cancel()
345 private boolean mCancel = false; in startAsyncAnimation()348 mCancel = true; in startAsyncAnimation()353 onEnd(mCancel, t); in startAsyncAnimation()
417 public boolean mCancel; field in BitmapFactory.Options433 mCancel = true; in requestCancelDecode()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
10532 field public boolean mCancel;
14161 field @Deprecated public boolean mCancel;