Searched refs:PFLAG4_IMPORTANT_FOR_CONTENT_CAPTURE_MASK (Results 1 – 1 of 1) sorted by relevance
3616 private static final int PFLAG4_IMPORTANT_FOR_CONTENT_CAPTURE_MASK = field in View10035 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()