Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/concurrency/
DRepeatableExecutorImpl.java49 private Runnable mCancel; field in RepeatableExecutorImpl.ExecutionToken
61 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()
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
DBasicPipeline.java25 boolean mCancel = false; field in BasicPipeline
31 mCancel = true; in cancel()
36 return mCancel; in isCancel()
41 mCancel = false; in initBuffers()
59 if (mCancel) return; in rasterizeTriangles()
DVrPipline1.java66 if (mCancel){ in setupTriangles()
93 if (mCancel){ in raycast()
100 if (mCancel){ in raycast()
104 if (mCancel){ in raycast()
116 if (mCancel){ in raycast()
/frameworks/base/core/java/android/view/
DScrollCaptureSearchResults.java44 private final CancellationSignal mCancel; field in ScrollCaptureSearchResults
53 mCancel = new CancellationSignal(); in ScrollCaptureSearchResults()
73 () -> callback.onScrollCaptureSearch(mCancel, consumer)); in addTarget()
109 mCancel.cancel(); in finish()
147 if (mTarget == null || mCancel.isCanceled()) { in accept()
154 if (mTarget == null || mCancel.isCanceled()) { in consume()
255 writer.println("cancelled: " + mCancel.isCanceled()); in dump()
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DSimpleMirrorWindowControl.java187 private boolean mCancel; field in SimpleMirrorWindowControl.MoveWindowTask
200 if (mCancel) { in run()
212 mCancel = false; in schedule()
217 mCancel = true; in cancel()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/appclips/
DAppClipsActivity.java96 private Button mCancel; field in AppClipsActivity
153 mCancel = mLayout.findViewById(R.id.cancel); in onCreate()
155 mCancel.setOnClickListener(this::onClick); in onCreate()
224 mCancel.setEnabled(false); in onClick()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/scroll/
DLongScreenshotActivity.java95 private View mCancel; field in LongScreenshotActivity
143 mCancel = requireViewById(R.id.cancel); in onCreate()
151 mCancel.setOnClickListener(this::onClicked); in onCreate()
/frameworks/base/graphics/java/android/graphics/
DBitmapFactory.java427 public boolean mCancel; field in BitmapFactory.Options
443 mCancel = true; in requestCancelDecode()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt10532 field public boolean mCancel;
/frameworks/base/core/api/
Dcurrent.txt15585 field @Deprecated public boolean mCancel;