Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DTaskSystemShortcut.java138 final TaskThumbnailView thumbnailView = taskView.getThumbnail(); in getOnClickListener() local
187 thumbnailView.getLocationOnScreen(position); in getOnClickListener()
188 final int width = (int) (thumbnailView.getWidth() * taskView.getScaleX()); in getOnClickListener()
189 final int height = (int) (thumbnailView.getHeight() * taskView.getScaleY()); in getOnClickListener()
194 float alpha = thumbnailView.getDimAlpha(); in getOnClickListener()
195 thumbnailView.setDimAlpha(0); in getOnClickListener()
197 taskBounds.width(), taskBounds.height(), thumbnailView, 1f, in getOnClickListener()
199 thumbnailView.setDimAlpha(alpha); in getOnClickListener()
DTaskOverlayFactory.java66 public TaskOverlay createOverlay(TaskThumbnailView thumbnailView) { in createOverlay() argument
/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/views/
DIconRecentsView.java767 @NonNull View thumbnailView) { in playRemoteAppScaleDownAnim() argument
770 thumbnailView.getGlobalVisibleRect(endRect); in playRemoteAppScaleDownAnim()
802 (appBounds.width() - thumbnailView.getWidth()) / 2.0f; in playRemoteAppScaleDownAnim()
806 (appBounds.height() - thumbnailView.getHeight()) / 2.0f; in playRemoteAppScaleDownAnim()
826 setViewToRect(thumbnailView, new RectF(endRect), currentAppRect); in playRemoteAppScaleDownAnim()
833 thumbnailView.setTranslationY(0); in playRemoteAppScaleDownAnim()
834 thumbnailView.setTranslationX(0); in playRemoteAppScaleDownAnim()
835 thumbnailView.setScaleX(1); in playRemoteAppScaleDownAnim()
836 thumbnailView.setScaleY(1); in playRemoteAppScaleDownAnim()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DTaskThumbnailView.java73 public Float get(TaskThumbnailView thumbnailView) {
74 return thumbnailView.mDimAlpha;
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/util/
DClipAnimationHelper.java299 TaskThumbnailView thumbnailView = v.getThumbnail(); in updateForFullscreenOverview() local
301 fromTaskThumbnailView(thumbnailView, recentsView); in updateForFullscreenOverview()