Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DRecentsView.java1456 TaskView tv, ClipAnimationHelper clipAnimationHelper) { in createAdjacentPageAnimForTaskLaunch() argument
1463 LauncherState.ScaleAndTranslation toScaleAndTranslation = clipAnimationHelper in createAdjacentPageAnimForTaskLaunch()
1523 ClipAnimationHelper clipAnimationHelper = new ClipAnimationHelper(mActivity); in createTaskLauncherAnimation() local
1524 clipAnimationHelper.fromTaskThumbnailView(tv.getThumbnail(), this); in createTaskLauncherAnimation()
1525 clipAnimationHelper.prepareAnimation(mActivity.getDeviceProfile(), true /* isOpening */); in createTaskLauncherAnimation()
1526 AnimatorSet anim = createAdjacentPageAnimForTaskLaunch(tv, clipAnimationHelper); in createTaskLauncherAnimation()
1633 public void setClipAnimationHelper(ClipAnimationHelper clipAnimationHelper) { in setClipAnimationHelper() argument
1634 mClipAnimationHelper = clipAnimationHelper; in setClipAnimationHelper()