Searched refs:toY (Results 1 - 7 of 7) sorted by relevance

/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
113 toY = 1;
131 toY = 0;
135 for (y = -fromY; y <= toY; y++)
H A DarmVCM4P2_BlockMatch_Integer.c86 OMX_INT minSAD = 0x10001, fromX, toX, fromY, toY; local
106 toY = searchRange;
125 toY = pRefRect->width - (pCurrPointPos->y - pRefRect->y) - BlockSize;
131 for (y = -fromY; y <= toY; y++)
/frameworks/base/test-runner/src/android/test/
H A DTouchUtils.java62 final float toY = size.y * 0.75f;
64 drag(test, x, x, fromY, toY, 4);
92 final float toY = size.y * 0.25f;
94 drag(test, x, x, fromY, toY, 4);
241 float toY = screenHeight - 1;
243 drag(test, x, x, fromY, toY, stepCount);
484 float toY = 0;
486 drag(test, x, x, fromY, toY, stepCount);
594 * @param toY Final location of the view after dragging
604 int toY) {
603 dragViewTo(ActivityInstrumentationTestCase test, View v, int gravity, int toX, int toY) argument
620 dragViewTo(InstrumentationTestCase test, View v, int gravity, int toX, int toY) argument
701 dragViewToY(ActivityInstrumentationTestCase test, View v, int gravity, int toY) argument
717 dragViewToY(InstrumentationTestCase test, View v, int gravity, int toY) 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/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_BlockMatch_Half.c92 OMX_INT fromX, toX, fromY, toY; local
120 toY = 1;
129 for (y = -fromY; y <= toY; y++)
H A DomxVCM4P10_BlockMatch_Quarter.c92 OMX_INT fromX, toX, fromY, toY; local
121 toY = 1;
130 for (y = -fromY; y <= toY; y++)
H A DomxVCM4P10_BlockMatch_Integer.c95 OMX_INT fromX, toX, fromY, toY; local
136 toY = nSearchRange;
155 toY = pRefRect->width - (pCurrPointPos->y - pRefRect->y) - iBlockWidth;
164 for (y = -fromY; y <= toY; y++)
/frameworks/base/core/java/android/view/animation/
H A DScaleAnimation.java143 * @param toY Vertical scaling factor to apply at the end of the animation
145 public ScaleAnimation(float fromX, float toX, float fromY, float toY) { argument
150 mToY = toY;
163 * @param toY Vertical scaling factor to apply at the end of the animation
171 public ScaleAnimation(float fromX, float toX, float fromY, float toY, argument
177 mToY = toY;
194 * @param toY Vertical scaling factor to apply at the end of the animation
212 public ScaleAnimation(float fromX, float toX, float fromY, float toY, argument
218 mToY = toY;

Completed in 92 milliseconds