Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DView.java3616 private static final int PFLAG4_IMPORTANT_FOR_CONTENT_CAPTURE_MASK = field in View
10035 return mPrivateFlags4 & PFLAG4_IMPORTANT_FOR_CONTENT_CAPTURE_MASK; in getImportantForContentCapture()
10054 mPrivateFlags4 &= ~PFLAG4_IMPORTANT_FOR_CONTENT_CAPTURE_MASK; in setImportantForContentCapture()
10058 mPrivateFlags4 |= (mode & PFLAG4_IMPORTANT_FOR_CONTENT_CAPTURE_MASK); in setImportantForContentCapture()