Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DImageActionUtils.java141 persistBitmapAndStartActivity(context, bitmap, crop, intent, in startShareActivity()
157 persistBitmapAndStartActivity(context, bitmap, in startShareActivity()
166 public static void persistBitmapAndStartActivity(Context context, Bitmap bitmap, Rect crop, in persistBitmapAndStartActivity() method in ImageActionUtils
168 persistBitmapAndStartActivity(context, bitmap, crop, intent, uriToIntentMap, tag, in persistBitmapAndStartActivity()
177 public static void persistBitmapAndStartActivity(Context context, Bitmap bitmap, Rect crop, in persistBitmapAndStartActivity() method in ImageActionUtils
201 public static void persistBitmapAndStartActivity(Context context, Bitmap bitmap, Rect crop, in persistBitmapAndStartActivity() method in ImageActionUtils
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DImageActionsApi.java23 import static com.android.quickstep.util.ImageActionUtils.persistBitmapAndStartActivity;
90 persistBitmapAndStartActivity(mContext, in addImageAndSendIntent()