Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/touch/
H A DSeascapePagedViewHandler.java88 public float getTaskMenuX(float x, View thumbnailView, int overScroll, in getTaskMenuX()
94 public float getTaskMenuY(float y, View thumbnailView, int overScroll) { in getTaskMenuY()
H A DPortraitPagedViewHandler.java275 public float getTaskMenuX(float x, View thumbnailView, int overScroll, in getTaskMenuX()
286 public float getTaskMenuY(float y, View thumbnailView, int overScroll) { in getTaskMenuY()
H A DLandscapePagedViewHandler.java267 public float getTaskMenuX(float x, View thumbnailView, int overScroll, in getTaskMenuX()
273 public float getTaskMenuY(float y, View thumbnailView, int overScroll) { in getTaskMenuY()
H A DPagedOrientationHandler.java167 float getTaskMenuX(float x, View thumbnailView, int overScroll, DeviceProfile deviceProfile); in getTaskMenuX()
168 float getTaskMenuY(float y, View thumbnailView, int overScroll); in getTaskMenuY()
/aosp12/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
H A DContactsExpansion.java67 ImageView thumbnailView = (ImageView) contactItem.findViewById(R.id.contact_picture); in addContact() local
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
H A DTaskViewTouchController.java250 View thumbnailView = mTaskBeingDragged.getThumbnail(); in reInitAnimationController() local
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
H A DLivePreviewFragment.java298 protected void previewLiveWallpaper(ImageView thumbnailView) { in previewLiveWallpaper()
H A DCategoryFragment.java660 private void updateThumbnail(WallpaperInfo wallpaperInfo, ImageView thumbnailView, in updateThumbnail()
/aosp12/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/
H A DTaskOverlayFactoryGo.java103 public TaskOverlayGo createOverlay(TaskThumbnailView thumbnailView) { in createOverlay()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DTaskView.java1586 public TaskIdAttributeContainer(Task task, TaskThumbnailView thumbnailView, in TaskIdAttributeContainer()