Home
last modified time | relevance | path

Searched refs:isContentCaptureEnabled (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/java/android/view/contentcapture/
DContentCaptureSession.java362 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
DChildContentCaptureSession.java92 boolean isContentCaptureEnabled() { in isContentCaptureEnabled() method in ChildContentCaptureSession
93 return getMainCaptureSession().isContentCaptureEnabled(); in isContentCaptureEnabled()
DContentCaptureManager.java394 if (!isContentCaptureEnabled() && !mOptions.lite) return null; in getServiceComponentName()
437 public boolean isContentCaptureEnabled() { in isContentCaptureEnabled() method in ContentCaptureManager
466 if (!isContentCaptureEnabled() && !mOptions.lite) return null; in getContentCaptureConditions()
596 pw.println(isContentCaptureEnabled()); in dump()
DMainContentCaptureSession.java206 if (!isContentCaptureEnabled()) return; in start()
586 boolean isContentCaptureEnabled() { in isContentCaptureEnabled() method in MainContentCaptureSession
587 return super.isContentCaptureEnabled() && mManager.isContentCaptureEnabled(); in isContentCaptureEnabled()
662 pw.print(prefix); pw.print("isEnabled(): "); pw.println(isContentCaptureEnabled()); in dump()
/frameworks/base/core/java/android/view/
DViewRootImpl.java3556 private boolean isContentCaptureEnabled() { in isContentCaptureEnabled() method in ViewRootImpl
3583 if (ccm == null || !ccm.isContentCaptureEnabled()) return false; in isContentCaptureReallyEnabled()
3599 if (!isContentCaptureEnabled()) return; in performContentCaptureInitialReport()
3617 if (!isContentCaptureEnabled()) return; in handleContentCaptureFlush()
DView.java9468 if (ccm == null || !ccm.isContentCaptureEnabled()) return;
/frameworks/base/core/java/android/widget/
DTextView.java10601 if (cm != null && cm.isContentCaptureEnabled()) { in notifyListeningManagersAfterTextChanged()
/frameworks/base/config/
Dboot-image-profile.txt17665 HSPLandroid/view/ViewRootImpl;->isContentCaptureEnabled()Z
/frameworks/base/non-updatable-api/
Dcurrent.txt54212 method public boolean isContentCaptureEnabled();
/frameworks/base/api/
Dcurrent.txt54356 method public boolean isContentCaptureEnabled();