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.java136 final TaskThumbnailView thumbnailView = taskView.getThumbnail(); in getOnClickListener() local
185 thumbnailView.getLocationOnScreen(position); in getOnClickListener()
186 final int width = (int) (thumbnailView.getWidth() * taskView.getScaleX()); in getOnClickListener()
187 final int height = (int) (thumbnailView.getHeight() * taskView.getScaleY()); in getOnClickListener()
192 float alpha = thumbnailView.getDimAlpha(); in getOnClickListener()
193 thumbnailView.setDimAlpha(0); in getOnClickListener()
195 taskBounds.width(), taskBounds.height(), thumbnailView, 1f, in getOnClickListener()
197 thumbnailView.setDimAlpha(alpha); in getOnClickListener()
DTaskOverlayFactory.java67 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/util/
DClipAnimationHelper.java313 TaskThumbnailView thumbnailView = v.getThumbnail(); in updateForFullscreenOverview() local
315 fromTaskThumbnailView(thumbnailView, recentsView); in updateForFullscreenOverview()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DTaskThumbnailView.java77 public Float get(TaskThumbnailView thumbnailView) {
78 return thumbnailView.mDimAlpha;