Searched refs:mDy (Results 1 – 6 of 6) sorted by relevance
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/ |
D | DragScrollListenerTest.java | 206 private int mDy; field in DragScrollListenerTest.TestScrollActionDelegate 210 mDy = dy; in scrollBy() 222 assertTrue("actual: " + mDy, mDy > 0); in assertScrollPositive() 226 assertTrue("actual: " + mDy, mDy < 0); in assertScrollNegative()
|
/packages/apps/Launcher3/src/com/android/launcher3/views/ |
D | RecyclerViewFastScroller.java | 93 private int mDy = 0; field in RecyclerViewFastScroller 197 mDy = dy; in setRecyclerView() 261 if ((Math.abs(mDy) < mDeltaThreshold && in handleTouchEvent()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/ |
D | QuickstepTransitionManager.java | 756 FloatProp mDy = new FloatProp(0, prop.dY, mOpeningInterpolator); in getOpeningWindowAnimators() 817 tmpRectF.offset(mDx.value, mDy.value); in getOpeningWindowAnimators() 824 floatingIconBounds.offset(mDx.value, mDy.value); in getOpeningWindowAnimators() 993 final FloatProp mDy = new FloatProp(widgetBackgroundBounds.centerY(), in getOpeningWindowAnimatorsForWidget() 1010 mDy.value - mHeight.value / 2f, mDx.value + mWidth.value / 2f, in getOpeningWindowAnimatorsForWidget() 1011 mDy.value + mHeight.value / 2f); in getOpeningWindowAnimatorsForWidget() 1515 FloatProp mDy = new FloatProp(0, mClosingWindowTransY, DECELERATE_1_7); in getFallbackClosingWindowAnimators() 1545 matrix.postTranslate(0, mDy.value); in getFallbackClosingWindowAnimators()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
D | FloatingTaskView.java | 338 final FloatProp mDy = new FloatProp(0, prop.dY, in addAnimation() 354 floatingTaskViewBounds.offset(mDx.value, mDy.value); in addAnimation()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
D | TaskbarDragController.java | 692 final FloatProp mDy = new FloatProp(fromY, toPosition[1], 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/ |
D | SplitAnimationController.kt | 891 var mDy = in <lambda>() variable 925 floatingView.y = mDy.value in <lambda>()
|