Searched refs:mainSession (Results 1 – 3 of 3) sorted by relevance
544 final MainContentCaptureSession mainSession; in isContentCaptureEnabled()546 mainSession = mMainSession; in isContentCaptureEnabled()550 if (mainSession != null && mainSession.isDisabled()) return false; in isContentCaptureEnabled()595 MainContentCaptureSession mainSession; in setContentCaptureEnabled() local602 mainSession = mMainSession; in setContentCaptureEnabled()604 if (mainSession != null) { in setContentCaptureEnabled()605 mainSession.setDisabled(!enabled); in setContentCaptureEnabled()621 MainContentCaptureSession mainSession; in updateWindowAttributes() local628 mainSession = mMainSession; in updateWindowAttributes()630 if (mainSession != null) { in updateWindowAttributes()[all …]
161 final MainContentCaptureSession mainSession = mMainSession.get(); in send() local162 if (mainSession == null) { in send()172 mainSession.mDisabled.set(disabled); in send()178 mainSession.mHandler.post(() -> mainSession.resetSession( in send()185 mainSession.mHandler.post(() -> mainSession.onSessionStarted(resultCode, binder)); in send()
3122 MainContentCaptureSession mainSession = mAttachInfo.mContentCaptureManager in notifyContentCatpureEvents() local3126 mainSession.notifyViewTreeEvent(sessionId, /* started= */ true); in notifyContentCatpureEvents()3132 mainSession.notifyViewDisappeared(sessionId, (AutofillId) event); in notifyContentCatpureEvents()3150 mainSession.notifyViewInsetsChanged(sessionId, (Insets) event); in notifyContentCatpureEvents()3155 mainSession.notifyViewTreeEvent(sessionId, /* started= */ false); in notifyContentCatpureEvents()