Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DDesktopTaskView.java209 TaskThumbnailView thumbnailView = mSnapshotViewMap.get(task.key.id); in updateTaskIdAttributeContainer() local
215 TaskThumbnailView thumbnailView) { in createAttributeContainer()
267 TaskThumbnailView thumbnailView = mSnapshotViewMap.get(task.key.id); in onTaskListVisibilityChanged() local
287 TaskThumbnailView thumbnailView = mSnapshotViewMap.valueAt(i); in setThumbnailOrientation() local
342 TaskThumbnailView thumbnailView = thumbnailsToRefresh.get(key); in refreshThumbnails() local
373 TaskThumbnailView thumbnailView = mSnapshotViewMap.get(task.key.id); in onRecycle() local
424 TaskThumbnailView thumbnailView = mSnapshotViewMap.get(task.key.id); in onMeasure() local
466 TaskThumbnailView thumbnailView = mSnapshotViewMap.valueAt(i); in setFullscreenProgress() local
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DKeyboardQuickSwitchTaskView.java138 private void applyThumbnail( in applyThumbnail()
156 private void applyThumbnail( in applyThumbnail()
/packages/modules/IntentResolver/java/src/com/android/intentresolver/contentpreview/
DFileContentPreviewUi.java112 View thumbnailView = contentPreviewLayout.findViewById( in displayInternal() local
164 View thumbnailView = parent.findViewById( in loadFileUriIntoView() local
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DSeascapePagedViewHandler.java88 public float getTaskMenuX(float x, View thumbnailView, in getTaskMenuX()
94 public float getTaskMenuY(float y, View thumbnailView, int stagePosition, in getTaskMenuY()
DPagedOrientationHandler.java187 float getTaskMenuX(float x, View thumbnailView, DeviceProfile deviceProfile, in getTaskMenuX()
189 float getTaskMenuY(float y, View thumbnailView, int stagePosition, in getTaskMenuY()
191 int getTaskMenuWidth(View thumbnailView, DeviceProfile deviceProfile, in getTaskMenuWidth()
DLandscapePagedViewHandler.java269 public float getTaskMenuX(float x, View thumbnailView, in getTaskMenuX()
275 public float getTaskMenuY(float y, View thumbnailView, int stagePosition, in getTaskMenuY()
288 public int getTaskMenuWidth(View thumbnailView, DeviceProfile deviceProfile, in getTaskMenuWidth()
DPortraitPagedViewHandler.java266 public float getTaskMenuX(float x, View thumbnailView, in getTaskMenuX()
277 public float getTaskMenuY(float y, View thumbnailView, int stagePosition, in getTaskMenuY()
283 public int getTaskMenuWidth(View thumbnailView, DeviceProfile deviceProfile, in getTaskMenuWidth()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/ui/binder/
DWallpaperQuickSwitchOptionBinder.kt52 val thumbnailView: ImageView = view.requireViewById(R.id.thumbnail) in <lambda>() constant
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DTaskViewTouchController.java252 View thumbnailView = mTaskBeingDragged.getThumbnail(); in reInitAnimationController() local
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTaskOverlayFactory.java107 public TaskOverlay createOverlay(TaskThumbnailView thumbnailView) { in createOverlay()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DLivePreviewFragment.java300 protected void previewLiveWallpaper(ImageView thumbnailView) { in previewLiveWallpaper()
/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/
DTaskOverlayFactoryGo.java104 public TaskOverlayGo createOverlay(TaskThumbnailView thumbnailView) { in createOverlay()