Home
last modified time | relevance | path

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

/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
68 thumbnailView.setImageResource(thumbnailID); in addContact()
108 ImageView thumbnailView = in ToggleScene()
110thumbnailView.setImageResource(expanded ? R.drawable.self_portrait_square_100 : in ToggleScene()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/touch/
H A DSeascapePagedViewHandler.java88 public float getTaskMenuX(float x, View thumbnailView, int overScroll, in getTaskMenuX() argument
94 public float getTaskMenuY(float y, View thumbnailView, int overScroll) { in getTaskMenuY() argument
96 (thumbnailView.getMeasuredHeight() + thumbnailView.getMeasuredWidth()) / 2f; in getTaskMenuY()
H A DLandscapePagedViewHandler.java267 public float getTaskMenuX(float x, View thumbnailView, int overScroll, in getTaskMenuX() argument
269 return thumbnailView.getMeasuredWidth() + x; in getTaskMenuX()
273 public float getTaskMenuY(float y, View thumbnailView, int overScroll) { in getTaskMenuY() argument
275 (thumbnailView.getMeasuredHeight() - thumbnailView.getMeasuredWidth()) / 2f; in getTaskMenuY()
H A DPagedOrientationHandler.java167 float getTaskMenuX(float x, View thumbnailView, int overScroll, DeviceProfile deviceProfile); in getTaskMenuX() argument
168 float getTaskMenuY(float y, View thumbnailView, int overScroll); in getTaskMenuY() argument
H A DPortraitPagedViewHandler.java275 public float getTaskMenuX(float x, View thumbnailView, int overScroll, in getTaskMenuX() argument
279 + (thumbnailView.getMeasuredWidth() - thumbnailView.getMeasuredHeight()) / 2f; in getTaskMenuX()
286 public float getTaskMenuY(float y, View thumbnailView, int overScroll) { in getTaskMenuY() argument
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
H A DTaskViewTouchController.java250 View thumbnailView = mTaskBeingDragged.getThumbnail(); in reInitAnimationController() local
251 mTempCords[1] = orientationHandler.getSecondaryDimension(thumbnailView); in reInitAnimationController()
252 dl.getDescendantCoordRelativeToSelf(thumbnailView, mTempCords); in reInitAnimationController()
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
H A DCategoryFragment.java660 private void updateThumbnail(WallpaperInfo wallpaperInfo, ImageView thumbnailView, in updateThumbnail() argument
666 if (thumbnailView == null) { in updateThumbnail()
680 ? mWallpaperSurfaceCallback.getHomeImageWallpaper() : thumbnailView; in updateThumbnail()
715 ((View) thumbnailView.getParent()).setOnClickListener(view -> { in updateThumbnail()
H A DLivePreviewFragment.java298 protected void previewLiveWallpaper(ImageView thumbnailView) { in previewLiveWallpaper() argument
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DTaskOverlayFactory.java152 public TaskOverlay createOverlay(TaskThumbnailView thumbnailView) {
153 return new TaskOverlay(thumbnailView);
/aosp12/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/
H A DTaskOverlayFactoryGo.java103 public TaskOverlayGo createOverlay(TaskThumbnailView thumbnailView) { in createOverlay() argument
104 return new TaskOverlayGo(thumbnailView, mContentRequester); in createOverlay()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DTaskThumbnailView.java76 public Float get(TaskThumbnailView thumbnailView) {
77 return thumbnailView.mDimAlpha;
H A DTaskView.java1586 public TaskIdAttributeContainer(Task task, TaskThumbnailView thumbnailView, in TaskIdAttributeContainer() argument
1589 this.mThumbnailView = thumbnailView; in TaskIdAttributeContainer()
H A DRecentsView.java4780 TaskThumbnailView thumbnailView = container.getThumbnailView();
4782 thumbnailView.setThumbnail(container.getTask(), td);
4784 thumbnailView.refresh();
/aosp12/frameworks/base/core/java/com/android/internal/app/
H A DChooserActivity.java1547 View thumbnailView = contentPreviewLayout.findViewById(
1549 thumbnailView.setVisibility(View.GONE);
1571 View thumbnailView = parent.findViewById(R.id.content_preview_file_thumbnail);
1572 thumbnailView.setVisibility(View.GONE);