Searched refs:isContentCaptureEnabled (Results 1 – 8 of 8) sorted by relevance
371 if (!isContentCaptureEnabled()) return; in notifyViewAppeared()392 if (!isContentCaptureEnabled()) return; in notifyViewDisappeared()416 if (!isContentCaptureEnabled()) return; in notifyViewsDisappeared()434 if (!isContentCaptureEnabled()) return; in notifyViewTextChanged()448 if (!isContentCaptureEnabled()) return; in notifyViewInsetsChanged()462 if (!isContentCaptureEnabled()) return; in notifySessionResumed()473 if (!isContentCaptureEnabled()) return; in notifySessionPaused()563 boolean isContentCaptureEnabled() { in isContentCaptureEnabled() method in ContentCaptureSession
108 boolean isContentCaptureEnabled() { in isContentCaptureEnabled() method in ChildContentCaptureSession109 return getMainCaptureSession().isContentCaptureEnabled(); in isContentCaptureEnabled()
482 if (!isContentCaptureEnabled() && !mOptions.lite) return null; in getServiceComponentName()541 public boolean isContentCaptureEnabled() { in isContentCaptureEnabled() method in ContentCaptureManager570 if (!isContentCaptureEnabled() && !mOptions.lite) return null; in getContentCaptureConditions()741 pw.println(isContentCaptureEnabled()); in dump()
221 if (!isContentCaptureEnabled()) return; in start()623 boolean isContentCaptureEnabled() { in isContentCaptureEnabled() method in MainContentCaptureSession624 return super.isContentCaptureEnabled() && mManager.isContentCaptureEnabled(); in isContentCaptureEnabled()707 pw.print(prefix); pw.print("isEnabled(): "); pw.println(isContentCaptureEnabled()); in dump()
3890 private boolean isContentCaptureEnabled() { in isContentCaptureEnabled() method in ViewRootImpl3917 if (ccm == null || !ccm.isContentCaptureEnabled()) return false; in isContentCaptureReallyEnabled()3933 if (!isContentCaptureEnabled()) return; in performContentCaptureInitialReport()3951 if (!isContentCaptureEnabled()) return; in handleContentCaptureFlush()
10629 if (cm != null && cm.isContentCaptureEnabled()) { in notifyListeningManagersAfterTextChanged()
23712 HSPLandroid/view/ViewRootImpl;->isContentCaptureEnabled()Z24514 HSPLandroid/view/contentcapture/ContentCaptureManager;->isContentCaptureEnabled()Z24524 HSPLandroid/view/contentcapture/ContentCaptureSession;->isContentCaptureEnabled()Z24563 HSPLandroid/view/contentcapture/MainContentCaptureSession;->isContentCaptureEnabled()Z
56698 method public boolean isContentCaptureEnabled();