Searched refs:mainSession (Results 1 – 3 of 3) sorted by relevance
553 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() local611 mainSession = mMainSession; in setContentCaptureEnabled()613 if (mainSession != null) { in setContentCaptureEnabled()614 mainSession.setDisabled(!enabled); in setContentCaptureEnabled()630 MainContentCaptureSession mainSession; in updateWindowAttributes() local637 mainSession = mMainSession; in updateWindowAttributes()639 if (mainSession != null) { in updateWindowAttributes()[all …]
171 final MainContentCaptureSession mainSession = mMainSession.get(); in send() local172 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()
3412 MainContentCaptureSession mainSession = mAttachInfo.mContentCaptureManager in notifyContentCatpureEvents() local3416 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() local7917 mainSession.notifyWindowBoundsChanged(mainSession.getId(), in relayoutWindow()