Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DPortraitStatesTouchController.java198 long maxAccuracy = (long) (2 * range); in initCurrentAnimation() local
216 .createSwipeDownToTaskAppAnimation(maxAccuracy); in initCurrentAnimation()
223 mCurrentAnimation = AnimatorPlaybackController.wrap(mPendingAnimation.anim, maxAccuracy, in initCurrentAnimation()
230 .createAnimationToNewWorkspace(mToState, builder, maxAccuracy, this::clearState, in initCurrentAnimation()
DLandscapeEdgeSwipeController.java61 long maxAccuracy = (long) (2 * range); in initCurrentAnimation() local
63 maxAccuracy, animComponent); in initCurrentAnimation()
/packages/apps/Launcher3/src_ui_overrides/com/android/launcher3/uioverrides/
DAllAppsSwipeController.java68 long maxAccuracy = (long) (2 * range); in initCurrentAnimation() local
70 .createAnimationToNewWorkspace(mToState, maxAccuracy, animComponents); in initCurrentAnimation()