Home
last modified time | relevance | path

Searched defs:fromX (Results 1 – 15 of 15) sorted by relevance

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DDefaultItemAnimator.java55 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()
249 public boolean animateMove(final ViewHolder holder, int fromX, int fromY, in animateMove()
271 private void animateMoveImpl(final ViewHolder holder, int fromX, int fromY, int toX, int toY) { in animateMoveImpl()
312 int fromX, int fromY, int toX, int toY) { in animateChange()
DSimpleItemAnimator.java220 abstract public boolean animateMove(ViewHolder holder, int fromX, int fromY, in animateMove()
/frameworks/base/core/java/android/view/animation/
DScaleAnimation.java145 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/
DTouchUtils.java222 final int fromX = xy[0]; in dragViewTo() local
239 final int fromX = xy[0]; in dragViewToX() local
254 final int fromX = xy[0]; in dragViewToY() local
265 public static void drag(Instrumentation inst, float fromX, float toX, float fromY, in drag()
/frameworks/base/test-runner/src/android/test/
DTouchUtils.java570 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/
DLoggingItemAnimator.java153 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()
DDefaultItemAnimatorTest.java352 boolean animateMove(final RecyclerView.ViewHolder vh, final int fromX, final int fromY, in animateMove()
366 final int fromX, final int fromY, final int toX, final int toY) throws Throwable { in animateChange()
DRecyclerViewLayoutTest.java1961 public void drag(ViewGroup view, float fromX, float toX, float fromY, float toY, in drag()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
DomxVCM4P10_BlockMatch_Half.c107 OMX_INT fromX, toX, fromY, toY; in omxVCM4P10_BlockMatch_Half() local
DomxVCM4P10_BlockMatch_Quarter.c107 OMX_INT fromX, toX, fromY, toY; in omxVCM4P10_BlockMatch_Quarter() local
DomxVCM4P10_BlockMatch_Integer.c110 OMX_INT fromX, toX, fromY, toY; in omxVCM4P10_BlockMatch_Integer() local
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
DarmVCM4P2_BlockMatch_Integer.c101 OMX_INT minSAD = 0x10001, fromX, toX, fromY, toY; in armVCM4P2_BlockMatch_Integer() local
DarmVCM4P2_BlockMatch_Half.c93 OMX_INT minSAD, fromX, toX, fromY, toY; in armVCM4P2_BlockMatch_Half() local
/frameworks/base/services/core/java/com/android/server/policy/
DSystemGesturesPointerEventListener.java212 final float fromX = mDownX[i]; in detectSwipe() local
/frameworks/base/services/core/java/com/android/server/wm/
DAppTransition.java912 final float fromX; in createThumbnailAspectScaleAnimationLocked() local
1004 private Animation createCurvedMotion(float fromX, float toX, float fromY, float toY) { in createCurvedMotion()
1015 private Path createCurvedPath(float fromX, float toX, float fromY, float toY) { in createCurvedPath()
1212 final int fromX = enter ? sourceHCenter - destHCenter : destHCenter - sourceHCenter; in createAspectScaledThumbnailFreeformAnimationLocked() local