Searched refs:mDy (Results 1 – 3 of 3) 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 | 80 private int mDy = 0; field in RecyclerViewFastScroller 164 mDy = dy; in setRecyclerView() 229 if ((Math.abs(mDy) < mDeltaThreshold && in handleTouchEvent()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/ |
D | QuickstepAppTransitionManagerImpl.java | 505 FloatProp mDy = new FloatProp(0, dY, 0, yDuration, AGGRESSIVE_EASE); in getOpeningWindowAnimators() 547 temp.offset(mDx.value, mDy.value); in getOpeningWindowAnimators() 658 FloatProp mDy = new FloatProp(0, mClosingWindowTransY, 0, duration, DEACCEL_1_7); 673 matrix.postTranslate(0, mDy.value);
|