Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DViewRootImpl.java283 private static final int CONTENT_CAPTURE_ENABLED_TRUE = 1; field in ViewRootImpl
4314 case CONTENT_CAPTURE_ENABLED_TRUE: in isContentCaptureEnabled()
4320 mContentCaptureEnabled = reallyEnabled ? CONTENT_CAPTURE_ENABLED_TRUE in isContentCaptureEnabled()