Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/contentcapture/
DContentCaptureSession.java371 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
DChildContentCaptureSession.java108 boolean isContentCaptureEnabled() { in isContentCaptureEnabled() method in ChildContentCaptureSession
109 return getMainCaptureSession().isContentCaptureEnabled(); in isContentCaptureEnabled()
DContentCaptureManager.java482 if (!isContentCaptureEnabled() && !mOptions.lite) return null; in getServiceComponentName()
541 public boolean isContentCaptureEnabled() { in isContentCaptureEnabled() method in ContentCaptureManager
570 if (!isContentCaptureEnabled() && !mOptions.lite) return null; in getContentCaptureConditions()
741 pw.println(isContentCaptureEnabled()); in dump()
DMainContentCaptureSession.java221 if (!isContentCaptureEnabled()) return; in start()
623 boolean isContentCaptureEnabled() { in isContentCaptureEnabled() method in MainContentCaptureSession
624 return super.isContentCaptureEnabled() && mManager.isContentCaptureEnabled(); in isContentCaptureEnabled()
707 pw.print(prefix); pw.print("isEnabled(): "); pw.println(isContentCaptureEnabled()); in dump()
/frameworks/base/core/java/android/view/
DViewRootImpl.java3890 private boolean isContentCaptureEnabled() { in isContentCaptureEnabled() method in ViewRootImpl
3917 if (ccm == null || !ccm.isContentCaptureEnabled()) return false; in isContentCaptureReallyEnabled()
3933 if (!isContentCaptureEnabled()) return; in performContentCaptureInitialReport()
3951 if (!isContentCaptureEnabled()) return; in handleContentCaptureFlush()
/frameworks/base/core/java/android/widget/
DTextView.java10629 if (cm != null && cm.isContentCaptureEnabled()) { in notifyListeningManagersAfterTextChanged()
/frameworks/base/config/
Dboot-image-profile.txt23712 HSPLandroid/view/ViewRootImpl;->isContentCaptureEnabled()Z
24514 HSPLandroid/view/contentcapture/ContentCaptureManager;->isContentCaptureEnabled()Z
24524 HSPLandroid/view/contentcapture/ContentCaptureSession;->isContentCaptureEnabled()Z
24563 HSPLandroid/view/contentcapture/MainContentCaptureSession;->isContentCaptureEnabled()Z
/frameworks/base/api/
Dcurrent.txt56698 method public boolean isContentCaptureEnabled();