Searched defs:toX (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_BlockMatch_Half.c92 OMX_INT fromX, toX, fromY, toY; local
118 toX = 1;
132 for (x = -fromX; x <= toX; x++)
H A DomxVCM4P10_BlockMatch_Integer.c95 OMX_INT fromX, toX, fromY, toY; local
134 toX = nSearchRange;
145 toX = pRefRect->width - (pCurrPointPos->x - pRefRect->x) - iBlockWidth;
167 for (x = -fromX; x <= toX; x++)
H A DomxVCM4P10_BlockMatch_Quarter.c92 OMX_INT fromX, toX, fromY, toY; local
119 toX = 1;
133 for (x = -fromX; x <= toX; x++)
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DarmVCM4P2_BlockMatch_Half.c78 OMX_INT minSAD, fromX, toX, fromY, toY; local
111 toX = 1;
121 toX = 0;
138 for (x = -fromX; x <= toX; x++)
H A DarmVCM4P2_BlockMatch_Integer.c86 OMX_INT minSAD = 0x10001, fromX, toX, fromY, toY; local
104 toX = searchRange;
115 toX = pRefRect->width - (pCurrPointPos->x - pRefRect->x) - BlockSize;
135 for (x = -fromX; x <= toX; x++)
/frameworks/base/test-runner/src/android/test/
H A DTouchUtils.java593 * @param toX Final location of the view after dragging
603 public static int dragViewTo(ActivityInstrumentationTestCase test, View v, int gravity, int toX, argument
605 return dragViewTo((InstrumentationTestCase) test, v, gravity, toX, toY);
615 * @param toX Final location of the view after dragging
620 public static int dragViewTo(InstrumentationTestCase test, View v, int gravity, int toX, argument
629 int deltaX = fromX - toX;
633 drag(test, fromX, toX, fromY, toY, distance);
645 * @param toX Final location of the view after dragging
655 int toX) {
656 return dragViewToX((InstrumentationTestCase) test, v, gravity, toX);
654 dragViewToX(ActivityInstrumentationTestCase test, View v, int gravity, int toX) argument
670 dragViewToX(InstrumentationTestCase test, View v, int gravity, int toX) argument
748 drag(ActivityInstrumentationTestCase test, float fromX, float toX, float fromY, float toY, int stepCount) argument
763 drag(InstrumentationTestCase test, float fromX, float toX, float fromY, float toY, int stepCount) argument
[all...]
/frameworks/base/core/java/android/view/animation/
H A DScaleAnimation.java140 * @param toX Horizontal scaling factor to apply at the end of the animation
145 public ScaleAnimation(float fromX, float toX, float fromY, float toY) { argument
148 mToX = toX;
160 * @param toX Horizontal scaling factor to apply at the end of the animation
171 public ScaleAnimation(float fromX, float toX, float fromY, float toY, argument
175 mToX = toX;
191 * @param toX Horizontal scaling factor to apply at the end of the animation
212 public ScaleAnimation(float fromX, float toX, float fromY, float toY, argument
216 mToX = toX;

Completed in 104 milliseconds