Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DImageActionsApi.java67 addImageAndSendIntent(crop, intent, false); in shareWithExplicitIntent()
76 addImageAndSendIntent(crop, intent, true); in shareAsDataWithExplicitIntent()
80 private void addImageAndSendIntent(@Nullable Rect crop, Intent intent, boolean setData) { in addImageAndSendIntent() method in ImageActionsApi