Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DFloatingTaskView.java334 final FloatProp mDx = new FloatProp(0, prop.dX, in addAnimation()
354 floatingTaskViewBounds.offset(mDx.value, mDy.value); in addAnimation()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepTransitionManager.java755 FloatProp mDx = new FloatProp(0, prop.dX, mOpeningXInterpolator); in getOpeningWindowAnimators()
817 tmpRectF.offset(mDx.value, mDy.value); in getOpeningWindowAnimators()
824 floatingIconBounds.offset(mDx.value, mDy.value); in getOpeningWindowAnimators()
991 final FloatProp mDx = new FloatProp(widgetBackgroundBounds.centerX(), in getOpeningWindowAnimatorsForWidget()
1009 widgetBackgroundBounds.set(mDx.value - mWidth.value / 2f, in getOpeningWindowAnimatorsForWidget()
1010 mDy.value - mHeight.value / 2f, mDx.value + mWidth.value / 2f, in getOpeningWindowAnimatorsForWidget()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarDragController.java691 final FloatProp mDx = new FloatProp(fromX, toPosition[0], FAST_OUT_SLOW_IN); in setupReturnDragAnimator()
697 animListener.updateDragShadow(mDx.value, mDy.value, mScale.value, mAlpha.value); in setupReturnDragAnimator()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DSplitAnimationController.kt881 var mDx = in <lambda>() variable
924 floatingView.x = mDx.value in <lambda>()