Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DScrollCaptureConnection.java64 private final Executor mUiThread; field in ScrollCaptureConnection
87 mUiThread = requireNonNull(uiThread, "<uiThread> must non-null"); in ScrollCaptureConnection()
116 SafeCallback.create(mCancellation, mUiThread, this::onStartCaptureCompleted); in startCapture()
118 mUiThread.execute(() -> mLocal.onScrollCaptureStart(mSession, mCancellation, listener)); in startCapture()
145 SafeCallback.create(mCancellation, mUiThread, this::onImageRequestCompleted); in requestImage()
147 mUiThread.execute(() -> { in requestImage()
180 SafeCallback.create(mCancellation, mUiThread, this::onEndCaptureCompleted); in endCapture()
182 mUiThread.execute(() -> { in endCapture()
223 mUiThread.execute(() -> callback.onScrollCaptureEnd(() -> { /* ignore */ })); in close()
/aosp14/frameworks/base/core/java/android/app/
H A DActivity.java977 private Thread mUiThread; field in Activity
7643 if (Thread.currentThread() != mUiThread) {
8528 mUiThread = Thread.currentThread();
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt1373 Landroid/app/Activity;->mUiThread:Ljava/lang/Thread;