/frameworks/support/v7/recyclerview/src/android/support/v7/widget/ |
D | DefaultItemAnimator.java | 55 public int fromX, fromY, toX, toY; field in DefaultItemAnimator.MoveInfo 57 private MoveInfo(ViewHolder holder, int fromX, int fromY, int toX, int toY) { in MoveInfo() 68 public int fromX, fromY, toX, toY; field in DefaultItemAnimator.ChangeInfo 75 int fromX, int fromY, int toX, int toY) { in ChangeInfo() 251 int toX, int toY) { in animateMove() 272 private void animateMoveImpl(final ViewHolder holder, int fromX, int fromY, int toX, int toY) { in animateMoveImpl() 313 int fromX, int fromY, int toX, int toY) { in animateChange()
|
D | SimpleItemAnimator.java | 221 int toX, int toY); 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/base/test-runner/src/android/test/ |
D | TouchUtils.java | 597 public static int dragViewTo(ActivityInstrumentationTestCase test, View v, int gravity, int toX, in dragViewTo() 614 public static int dragViewTo(InstrumentationTestCase test, View v, int gravity, int toX, in dragViewTo() 649 int toX) { in dragViewToX() 664 public static int dragViewToX(InstrumentationTestCase test, View v, int gravity, int toX) { in dragViewToX() 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 | 154 int toX, int toY) { in animateMove() 161 RecyclerView.ViewHolder newHolder, int fromX, int fromY, int toX, int toY) { in animateChange()
|
D | DefaultItemAnimatorTest.java | 353 final int toX, final int toY) throws Throwable { in animateMove() 366 final int fromX, final int fromY, final int toX, final int toY) throws Throwable { in animateChange()
|
D | RecyclerViewLayoutTest.java | 2062 public void drag(ViewGroup view, float fromX, float toX, float fromY, float toY, in drag()
|
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/util/ |
D | TouchUtils.java | 216 public static int dragViewTo(Instrumentation inst, View v, int gravity, int toX, in dragViewTo() 234 public static int dragViewToX(Instrumentation inst, View v, int gravity, int toX) { in dragViewToX() 265 public static void drag(Instrumentation inst, float fromX, float toX, float fromY, in drag()
|
/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/wm/ |
D | AppTransition.java | 924 final float toX; in createThumbnailAspectScaleAnimationLocked() local 1014 private Animation createCurvedMotion(float fromX, float toX, float fromY, float toY) { in createCurvedMotion() 1025 private Path createCurvedPath(float fromX, float toX, float fromY, float toY) { in createCurvedPath()
|