Home
last modified time | relevance | path

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

/compose/ui/ui/src/main/java/androidx/compose/ui/platform/coreshims/
DViewCompatShims.java121 public static @Nullable ContentCaptureSessionCompat getContentCaptureSession(@NonNull View v) { in getContentCaptureSession() method in ViewCompatShims
172 static ContentCaptureSession getContentCaptureSession(View view) { in getContentCaptureSession() method in ViewCompatShims.Api29Impl