Home
last modified time | relevance | path

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

/aosp12/frameworks/base/apct-tests/perftests/contentcapture/src/android/view/contentcapture/
H A DLoginTest.java134 username.setImportantForContentCapture(View.IMPORTANT_FOR_CONTENT_CAPTURE_NO); in testOnVisibilityAggregated_visibleChanged_notImportant()
/aosp12/frameworks/base/core/java/android/view/
H A DView.java1429 IMPORTANT_FOR_CONTENT_CAPTURE_NO,
1458 public static final int IMPORTANT_FOR_CONTENT_CAPTURE_NO = 0x2; field in View
3531 | IMPORTANT_FOR_CONTENT_CAPTURE_NO
9667 @ViewDebug.IntToString(from = IMPORTANT_FOR_CONTENT_CAPTURE_NO, to = "no"),
9675 @EnumEntry(value = IMPORTANT_FOR_CONTENT_CAPTURE_NO, name = "no"),
9772 || importance == IMPORTANT_FOR_CONTENT_CAPTURE_NO) { in calculateIsImportantForContentCapture()
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt49331 field public static final int IMPORTANT_FOR_CONTENT_CAPTURE_NO = 2; // 0x2