Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DViewRootImpl.java540 int mContentCaptureEnabled = CONTENT_CAPTURE_ENABLED_NOT_CHECKED; field in ViewRootImpl
4313 switch (mContentCaptureEnabled) { in isContentCaptureEnabled()
4320 mContentCaptureEnabled = reallyEnabled ? CONTENT_CAPTURE_ENABLED_TRUE in isContentCaptureEnabled()
4324 Log.w(TAG, "isContentCaptureEnabled(): invalid state " + mContentCaptureEnabled); in isContentCaptureEnabled()