Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DImageActionsApi.java47 public class ImageActionsApi { class
55 public ImageActionsApi(Context context, Supplier<Bitmap> bitmapSupplier) { in ImageActionsApi() method in ImageActionsApi
H A DTaskOverlayFactory.java187 protected ImageActionsApi mImageApi;
192 mImageApi = new ImageActionsApi(
/aosp12/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/
H A DTaskOverlayFactoryGo.java294 public void setImageActionsAPI(ImageActionsApi imageActionsApi) { in setImageActionsAPI()