Searched refs:isContentCaptureEnabled (Results 1 – 10 of 10) sorted by relevance
362 if (!isContentCaptureEnabled()) return; in notifyViewAppeared()380 if (!isContentCaptureEnabled()) return; in notifyViewDisappeared()404 if (!isContentCaptureEnabled()) return; in notifyViewsDisappeared()422 if (!isContentCaptureEnabled()) return; in notifyViewTextChanged()516 boolean isContentCaptureEnabled() { in isContentCaptureEnabled() method in ContentCaptureSession
92 boolean isContentCaptureEnabled() { in isContentCaptureEnabled() method in ChildContentCaptureSession93 return getMainCaptureSession().isContentCaptureEnabled(); in isContentCaptureEnabled()
394 if (!isContentCaptureEnabled() && !mOptions.lite) return null; in getServiceComponentName()437 public boolean isContentCaptureEnabled() { in isContentCaptureEnabled() method in ContentCaptureManager466 if (!isContentCaptureEnabled() && !mOptions.lite) return null; in getContentCaptureConditions()596 pw.println(isContentCaptureEnabled()); in dump()
206 if (!isContentCaptureEnabled()) return; in start()586 boolean isContentCaptureEnabled() { in isContentCaptureEnabled() method in MainContentCaptureSession587 return super.isContentCaptureEnabled() && mManager.isContentCaptureEnabled(); in isContentCaptureEnabled()662 pw.print(prefix); pw.print("isEnabled(): "); pw.println(isContentCaptureEnabled()); in dump()
3556 private boolean isContentCaptureEnabled() { in isContentCaptureEnabled() method in ViewRootImpl3583 if (ccm == null || !ccm.isContentCaptureEnabled()) return false; in isContentCaptureReallyEnabled()3599 if (!isContentCaptureEnabled()) return; in performContentCaptureInitialReport()3617 if (!isContentCaptureEnabled()) return; in handleContentCaptureFlush()
9468 if (ccm == null || !ccm.isContentCaptureEnabled()) return;
10601 if (cm != null && cm.isContentCaptureEnabled()) { in notifyListeningManagersAfterTextChanged()
17665 HSPLandroid/view/ViewRootImpl;->isContentCaptureEnabled()Z
54212 method public boolean isContentCaptureEnabled();
54356 method public boolean isContentCaptureEnabled();