Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewRootImpl.java433 int mContentCaptureEnabled = CONTENT_CAPTURE_ENABLED_NOT_CHECKED; field in ViewRootImpl
3557 switch (mContentCaptureEnabled) { in isContentCaptureEnabled()
3564 mContentCaptureEnabled = reallyEnabled ? CONTENT_CAPTURE_ENABLED_TRUE in isContentCaptureEnabled()
3568 Log.w(TAG, "isContentCaptureEnabled(): invalid state " + mContentCaptureEnabled); in isContentCaptureEnabled()