/frameworks/base/core/java/com/android/internal/widget/ |
D | DefaultItemAnimator.java | 60 public int fromX, fromY, toX, toY; field in DefaultItemAnimator.MoveInfo 62 MoveInfo(ViewHolder holder, int fromX, int fromY, int toX, int toY) { in MoveInfo() 73 public int fromX, fromY, toX, toY; field in DefaultItemAnimator.ChangeInfo 80 int fromX, int fromY, int toX, int toY) { in ChangeInfo() 256 public boolean animateMove(final ViewHolder holder, int fromX, int fromY, in animateMove() 278 void animateMoveImpl(final ViewHolder holder, int fromX, int fromY, int toX, int toY) { in animateMoveImpl() 321 int fromX, int fromY, int toX, int toY) { in animateChange()
|
D | SimpleItemAnimator.java | 234 public abstract boolean animateMove(ViewHolder holder, int fromX, int fromY, in animateMove()
|
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/ |
D | DefaultItemAnimator.java | 59 public int fromX, fromY, toX, toY; field in DefaultItemAnimator.MoveInfo 61 MoveInfo(ViewHolder holder, int fromX, int fromY, int toX, int toY) { in MoveInfo() 72 public int fromX, fromY, toX, toY; field in DefaultItemAnimator.ChangeInfo 79 int fromX, int fromY, int toX, int toY) { in ChangeInfo() 255 public boolean animateMove(final ViewHolder holder, int fromX, int fromY, in animateMove() 277 void animateMoveImpl(final ViewHolder holder, int fromX, int fromY, int toX, int toY) { in animateMoveImpl() 320 int fromX, int fromY, int toX, int toY) { in animateChange()
|
D | SimpleItemAnimator.java | 234 public abstract boolean animateMove(ViewHolder holder, int fromX, int fromY, in animateMove()
|
/frameworks/base/core/java/android/view/animation/ |
D | ScaleAnimation.java | 145 public ScaleAnimation(float fromX, float toX, float fromY, float toY) { in ScaleAnimation() 171 public ScaleAnimation(float fromX, float toX, float fromY, float toY, in ScaleAnimation() 212 public ScaleAnimation(float fromX, float toX, float fromY, float toY, in ScaleAnimation()
|
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/util/ |
D | TouchUtils.java | 221 final int fromX = xy[0]; in dragViewTo() local 238 final int fromX = xy[0]; in dragViewToX() local 253 final int fromX = xy[0]; in dragViewToY() local 264 public static void drag(Instrumentation inst, float fromX, float toX, float fromY, in drag()
|
/frameworks/base/test-runner/src/android/test/ |
D | TouchUtils.java | 570 final int fromX = xy[0]; in dragViewBy() local 620 final int fromX = xy[0]; in dragViewTo() local 669 final int fromX = xy[0]; in dragViewToX() local 716 final int fromX = xy[0]; in dragViewToY() local 742 public static void drag(ActivityInstrumentationTestCase test, float fromX, float toX, in drag() 744 drag((InstrumentationTestCase) test, fromX, toX, fromY, toY, stepCount); in drag() local 757 public static void drag(InstrumentationTestCase test, float fromX, float toX, float fromY, in drag()
|
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ |
D | LoggingItemAnimator.java | 153 public boolean animateMove(RecyclerView.ViewHolder holder, int fromX, int fromY, in animateMove() 161 RecyclerView.ViewHolder newHolder, int fromX, int fromY, int toX, int toY) { in animateChange()
|
D | DefaultItemAnimatorTest.java | 351 boolean animateMove(final RecyclerView.ViewHolder vh, final int fromX, final int fromY, in animateMove() 365 final int fromX, final int fromY, final int toX, final int toY) throws Throwable { in animateChange()
|
D | RecyclerViewLayoutTest.java | 2274 public void drag(ViewGroup view, float fromX, float toX, float fromY, float toY, in drag()
|
/frameworks/support/wear/tests/src/android/support/wear/widget/ |
D | ScrollManagerTest.java | 122 private static void scroll(ScrollManager scrollManager, float fromX, float toX, float fromY, in scroll() 149 private static void scrollOnArch(ScrollManager scrollManager, float fromX, float fromY, in scrollOnArch()
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/ |
D | omxVCM4P10_BlockMatch_Half.c | 107 OMX_INT fromX, toX, fromY, toY; in omxVCM4P10_BlockMatch_Half() local
|
D | omxVCM4P10_BlockMatch_Quarter.c | 107 OMX_INT fromX, toX, fromY, toY; in omxVCM4P10_BlockMatch_Quarter() local
|
D | omxVCM4P10_BlockMatch_Integer.c | 110 OMX_INT fromX, toX, fromY, toY; in omxVCM4P10_BlockMatch_Integer() local
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/ |
D | armVCM4P2_BlockMatch_Integer.c | 101 OMX_INT minSAD = 0x10001, fromX, toX, fromY, toY; in armVCM4P2_BlockMatch_Integer() local
|
D | armVCM4P2_BlockMatch_Half.c | 93 OMX_INT minSAD, fromX, toX, fromY, toY; in armVCM4P2_BlockMatch_Half() local
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | SystemGesturesPointerEventListener.java | 216 final float fromX = mDownX[i]; in detectSwipe() local
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | AppTransition.java | 973 final float fromX; in createThumbnailAspectScaleAnimationLocked() local 1077 private Animation createCurvedMotion(float fromX, float toX, float fromY, float toY) { in createCurvedMotion() 1088 private Path createCurvedPath(float fromX, float toX, float fromY, float toY) { in createCurvedPath() 1287 final int fromX = enter ? sourceHCenter - destHCenter : destHCenter - sourceHCenter; in createAspectScaledThumbnailFreeformAnimationLocked() local
|