Home
last modified time | relevance | path

Searched refs:shareAsDataWithExplicitIntent (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DImageActionsApi.java75 public void shareAsDataWithExplicitIntent(@Nullable Rect crop, Intent intent) { in shareAsDataWithExplicitIntent() method in ImageActionsApi
/aosp12/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/
H A DTaskOverlayFactoryGo.java212 mImageApi.shareAsDataWithExplicitIntent(/* crop */ null, intent); in sendNIUIntent()