Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspaceStateTransitionAnimation.java260 float velocityPxPerS = rp.getDimension(R.dimen.hint_scale_velocity_dp_per_s); in getSpringScaleAnimator() local
268 .setStartVelocity(velocityPxPerS) in getSpringScaleAnimator()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepTransitionManager.java1387 RemoteAnimationTarget[] targets, View launcherView, PointF velocityPxPerS, in getClosingWindowAnimators() argument
1493 anim.start(mLauncher, mDeviceProfile, velocityPxPerS); in getClosingWindowAnimators()
1638 float velocityPxPerS = DynamicResource.provider(mLauncher) in createWallpaperOpenAnimations() local
1640 velocity = new PointF(0, -velocityPxPerS); in createWallpaperOpenAnimations()