Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/contentcapture/
H A DContentCaptureSession.java181 public static final int FLUSH_REASON_VIEW_TREE_APPEARING = 9; field in ContentCaptureSession
205 FLUSH_REASON_VIEW_TREE_APPEARING,
686 case FLUSH_REASON_VIEW_TREE_APPEARING: in getFlushReasonAsString()
H A DMainContentCaptureSession.java516 flushReason = FLUSH_REASON_VIEW_TREE_APPEARING; in sendContentCaptureEvent()
/aosp14/frameworks/base/core/tests/coretests/src/android/view/contentcapture/
H A DContentCaptureSessionTest.java169 ContentCaptureSession.FLUSH_REASON_VIEW_TREE_APPEARING, in testGetFlushReasonAsString()