Home
last modified time | relevance | path

Searched defs:contentCaptureSession (Results 1 – 4 of 4) sorted by relevance

/core/core/src/main/java/androidx/core/view/contentcapture/
DContentCaptureSessionCompat.java59 public static @NonNull ContentCaptureSessionCompat toContentCaptureSessionCompat( in toContentCaptureSessionCompat()
85 private ContentCaptureSessionCompat(@NonNull ContentCaptureSession contentCaptureSession, in ContentCaptureSessionCompat()
243 ContentCaptureSession contentCaptureSession, List<ViewStructure> appearedNodes) { in notifyViewsAppeared()
254 ContentCaptureSession contentCaptureSession, AutofillId hostId, long[] virtualIds) { in notifyViewsDisappeared()
259 ContentCaptureSession contentCaptureSession, ViewStructure node) { in notifyViewAppeared()
263 ContentCaptureSession contentCaptureSession, View view) { in newViewStructure()
267 static ViewStructure newVirtualViewStructure(ContentCaptureSession contentCaptureSession, in newVirtualViewStructure()
273 static AutofillId newAutofillId(ContentCaptureSession contentCaptureSession, in newAutofillId()
278 public static void notifyViewTextChanged(ContentCaptureSession contentCaptureSession, in notifyViewTextChanged()
/core/core/src/main/java/androidx/core/view/
DViewStructureCompat.java48 public static @NonNull ViewStructureCompat toViewStructureCompat( in toViewStructureCompat()
DViewCompat.java1210 @Nullable ContentCaptureSessionCompat contentCaptureSession) { in setContentCaptureSession()
/core/core/src/androidTest/java/androidx/core/view/
DViewCompatTest.java438 ContentCaptureSession contentCaptureSession = mock(ContentCaptureSession.class); in testSetContentCaptureSession_successAboveSDK29() local