Searched refs:fromY (Results 1 - 19 of 19) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DarmVCM4P2_BlockMatch_Integer.c101 OMX_INT minSAD = 0x10001, fromX, toX, fromY, toY; local
120 fromY = searchRange;
135 fromY = pCurrPointPos->y - pRefRect->y;
144 pDstMV->dy = -fromY;
146 for (y = -fromY; y <= toY; y++)
H A DarmVCM4P2_BlockMatch_Half.c93 OMX_INT minSAD, fromX, toX, fromY, toY; local
127 fromY = 1;
141 fromY = 0;
150 for (y = -fromY; y <= toY; y++)
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/util/
H A DTouchUtils.java176 float fromY = xy[1] + (viewHeight / 2.0f);
179 drag(inst, x, x, fromY, toY, stepCount);
222 final int fromY = xy[1];
225 int deltaY = fromY - toY;
228 drag(inst, fromX, toX, fromY, toY, calculateStepsForDistance(distance));
239 final int fromY = xy[1];
243 drag(inst, fromX, toX, fromY, fromY, calculateStepsForDistance(deltaX));
254 final int fromY = xy[1];
256 int deltaY = fromY
264 drag(Instrumentation inst, float fromX, float toX, float fromY, float toY, int stepCount) argument
[all...]
/frameworks/base/test-runner/src/android/test/
H A DTouchUtils.java67 final float fromY = size.y * 0.5f;
70 drag(test, x, x, fromY, toY, 4);
97 final float fromY = size.y * 0.5f;
100 drag(test, x, x, fromY, toY, 4);
234 float fromY = xy[1] + (viewHeight / 2.0f);
237 drag(test, x, x, fromY, toY, stepCount);
477 float fromY = xy[1] + (viewHeight / 2.0f);
480 drag(test, x, x, fromY, toY, stepCount);
571 final int fromY = xy[1];
575 drag(test, fromX, fromX + deltaX, fromY, from
742 drag(ActivityInstrumentationTestCase test, float fromX, float toX, float fromY, float toY, int stepCount) argument
757 drag(InstrumentationTestCase test, float fromX, float toX, float fromY, float toY, int stepCount) argument
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DDefaultItemAnimator.java60 public int fromX, fromY, toX, toY; field in class:DefaultItemAnimator.MoveInfo
62 MoveInfo(ViewHolder holder, int fromX, int fromY, int toX, int toY) { argument
65 this.fromY = fromY;
73 public int fromX, fromY, toX, toY; field in class:DefaultItemAnimator.ChangeInfo
80 int fromX, int fromY, int toX, int toY) {
83 this.fromY = fromY;
94 + ", fromY=" + fromY
79 ChangeInfo(ViewHolder oldHolder, ViewHolder newHolder, int fromX, int fromY, int toX, int toY) argument
256 animateMove(final ViewHolder holder, int fromX, int fromY, int toX, int toY) argument
278 animateMoveImpl(final ViewHolder holder, int fromX, int fromY, int toX, int toY) argument
320 animateChange(ViewHolder oldHolder, ViewHolder newHolder, int fromX, int fromY, int toX, int toY) argument
[all...]
H A DSimpleItemAnimator.java234 public abstract boolean animateMove(ViewHolder holder, int fromX, int fromY, argument
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DDefaultItemAnimator.java59 public int fromX, fromY, toX, toY; field in class:DefaultItemAnimator.MoveInfo
61 MoveInfo(ViewHolder holder, int fromX, int fromY, int toX, int toY) { argument
64 this.fromY = fromY;
72 public int fromX, fromY, toX, toY; field in class:DefaultItemAnimator.ChangeInfo
79 int fromX, int fromY, int toX, int toY) {
82 this.fromY = fromY;
93 + ", fromY=" + fromY
78 ChangeInfo(ViewHolder oldHolder, ViewHolder newHolder, int fromX, int fromY, int toX, int toY) argument
255 animateMove(final ViewHolder holder, int fromX, int fromY, int toX, int toY) argument
277 animateMoveImpl(final ViewHolder holder, int fromX, int fromY, int toX, int toY) argument
319 animateChange(ViewHolder oldHolder, ViewHolder newHolder, int fromX, int fromY, int toX, int toY) argument
[all...]
H A DSimpleItemAnimator.java234 public abstract boolean animateMove(ViewHolder holder, int fromX, int fromY, argument
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_BlockMatch_Integer.c110 OMX_INT fromX, toX, fromY, toY; local
150 fromY = nSearchRange;
165 fromY = pCurrPointPos->y - pRefRect->y;
174 pBestMV->dy = -fromY * 4;
179 for (y = -fromY; y <= toY; y++)
H A DomxVCM4P10_BlockMatch_Half.c107 OMX_INT fromX, toX, fromY, toY; local
134 fromY = 1;
144 for (y = -fromY; y <= toY; y++)
H A DomxVCM4P10_BlockMatch_Quarter.c107 OMX_INT fromX, toX, fromY, toY; local
135 fromY = 1;
145 for (y = -fromY; y <= toY; y++)
/frameworks/support/wear/tests/src/android/support/wear/widget/
H A DScrollManagerTest.java122 private static void scroll(ScrollManager scrollManager, float fromX, float toX, float fromY, argument
127 float y = fromY;
130 float yStep = (toY - fromY) / STEP_COUNT;
149 private static void scrollOnArch(ScrollManager scrollManager, float fromX, float fromY, argument
156 double relativeY = fromY - (TEST_HEIGHT / 2);
158 float angle = getAngle(fromX, fromY, TEST_WIDTH, TEST_HEIGHT);
160 float y = fromY;
/frameworks/base/core/java/android/view/animation/
H A DScaleAnimation.java141 * @param fromY Vertical scaling factor to apply at the start of the
145 public ScaleAnimation(float fromX, float toX, float fromY, float toY) { argument
149 mFromY = fromY;
161 * @param fromY Vertical scaling factor to apply at the start of the
171 public ScaleAnimation(float fromX, float toX, float fromY, float toY, argument
176 mFromY = fromY;
192 * @param fromY Vertical scaling factor to apply at the start of the
212 public ScaleAnimation(float fromX, float toX, float fromY, float toY, argument
217 mFromY = fromY;
/frameworks/base/services/core/java/com/android/server/policy/
H A DSystemGesturesPointerEventListener.java217 final float fromY = mDownY[i];
220 + " moved (" + fromX + "->" + x + "," + fromY + "->" + y + ") in " + elapsed);
221 if (fromY <= mSwipeStartThreshold
222 && y > fromY + mSwipeDistanceThreshold
226 if (fromY >= screenHeight - mSwipeStartThreshold
227 && y < fromY - mSwipeDistanceThreshold
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DLoggingItemAnimator.java153 public boolean animateMove(RecyclerView.ViewHolder holder, int fromX, int fromY, argument
156 return super.animateMove(holder, fromX, fromY, toX, toY);
161 RecyclerView.ViewHolder newHolder, int fromX, int fromY, int toX, int toY) {
168 return super.animateChange(oldHolder, newHolder, fromX, fromY, toX, toY);
160 animateChange(RecyclerView.ViewHolder oldHolder, RecyclerView.ViewHolder newHolder, int fromX, int fromY, int toX, int toY) argument
H A DDefaultItemAnimatorTest.java351 boolean animateMove(final RecyclerView.ViewHolder vh, final int fromX, final int fromY, argument
357 result[0] = mAnimator.animateMove(vh, fromX, fromY, toX, toY);
365 final int fromX, final int fromY, final int toX, final int toY) throws Throwable {
370 result[0] = mAnimator.animateChange(oldHolder, newHolder, fromX, fromY, toX, toY);
363 animateChange(final RecyclerView.ViewHolder oldHolder, final RecyclerView.ViewHolder newHolder, final int fromX, final int fromY, final int toX, final int toY) argument
H A DRecyclerViewLayoutTest.java2274 public void drag(ViewGroup view, float fromX, float toX, float fromY, float toY, argument
2279 float y = fromY;
2282 float yStep = (toY - fromY) / stepCount;
H A DRecyclerViewAnimationsTest.java773 public boolean animateMove(RecyclerView.ViewHolder holder, int fromX, int fromY,
/frameworks/base/services/core/java/com/android/server/wm/
H A DAppTransition.java974 float fromY;
981 fromY = mTmpRect.top;
992 fromY -= thumbHeightI;
999 fromY = mTmpRect.top;
1016 Animation translate = createCurvedMotion(fromX, toX, fromY, toY);
1058 Animation translate = createCurvedMotion(toX, fromX, toY, fromY);
1077 private Animation createCurvedMotion(float fromX, float toX, float fromY, float toY) { argument
1081 return new TranslateAnimation(fromX, toX, fromY, toY);
1083 final Path path = createCurvedPath(fromX, toX, fromY, toY);
1088 private Path createCurvedPath(float fromX, float toX, float fromY, floa argument
[all...]

Completed in 626 milliseconds