Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/contentcapture/
H A DContentCaptureManager.java553 final MainContentCaptureSession mainSession; in isContentCaptureEnabled()
555 mainSession = mMainSession; in isContentCaptureEnabled()
559 if (mainSession != null && mainSession.isDisabled()) return false; in isContentCaptureEnabled()
604 MainContentCaptureSession mainSession; in setContentCaptureEnabled() local
611 mainSession = mMainSession; in setContentCaptureEnabled()
613 if (mainSession != null) { in setContentCaptureEnabled()
614 mainSession.setDisabled(!enabled); in setContentCaptureEnabled()
630 MainContentCaptureSession mainSession; in updateWindowAttributes() local
637 mainSession = mMainSession; in updateWindowAttributes()
639 if (mainSession != null) { in updateWindowAttributes()
[all …]
H A DMainContentCaptureSession.java171 final MainContentCaptureSession mainSession = mMainSession.get(); in send() local
172 if (mainSession == null) { in send()
182 mainSession.mDisabled.set(disabled); in send()
188 mainSession.mHandler.post(() -> mainSession.resetSession( in send()
195 mainSession.mHandler.post(() -> mainSession.onSessionStarted(resultCode, binder)); in send()
/aosp12/frameworks/base/core/java/android/view/
H A DViewRootImpl.java3412 MainContentCaptureSession mainSession = mAttachInfo.mContentCaptureManager in notifyContentCatpureEvents() local
3416 mainSession.notifyViewTreeEvent(sessionId, /* started= */ true); in notifyContentCatpureEvents()
3422 mainSession.notifyViewDisappeared(sessionId, (AutofillId) event); in notifyContentCatpureEvents()
3440 mainSession.notifyViewInsetsChanged(sessionId, (Insets) event); in notifyContentCatpureEvents()
3445 mainSession.notifyViewTreeEvent(sessionId, /* started= */ false); in notifyContentCatpureEvents()
7915 MainContentCaptureSession mainSession = mAttachInfo.mContentCaptureManager in relayoutWindow() local
7917 mainSession.notifyWindowBoundsChanged(mainSession.getId(), in relayoutWindow()