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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_BlockMatch_Half.c107 OMX_INT fromX, toX, fromY, toY; local
133 toX = 1;
147 for (x = -fromX; x <= toX; x++)
H A DomxVCM4P10_BlockMatch_Integer.c110 OMX_INT fromX, toX, fromY, toY; local
149 toX = nSearchRange;
160 toX = pRefRect->width - (pCurrPointPos->x - pRefRect->x) - iBlockWidth;
182 for (x = -fromX; x <= toX; x++)
H A DomxVCM4P10_BlockMatch_Quarter.c107 OMX_INT fromX, toX, fromY, toY; local
134 toX = 1;
148 for (x = -fromX; x <= toX; x++)
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DarmVCM4P2_BlockMatch_Half.c93 OMX_INT minSAD, fromX, toX, fromY, toY; local
126 toX = 1;
136 toX = 0;
153 for (x = -fromX; x <= toX; x++)
H A DarmVCM4P2_BlockMatch_Integer.c101 OMX_INT minSAD = 0x10001, fromX, toX, fromY, toY; local
119 toX = searchRange;
130 toX = pRefRect->width - (pCurrPointPos->x - pRefRect->x) - BlockSize;
150 for (x = -fromX; x <= toX; x++)
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/util/
H A DTouchUtils.java215 public static int dragViewTo(Instrumentation inst, View v, int gravity, int toX, argument
224 int deltaX = fromX - toX;
228 drag(inst, fromX, toX, fromY, toY, calculateStepsForDistance(distance));
233 public static int dragViewToX(Instrumentation inst, View v, int gravity, int toX) { argument
241 int deltaX = fromX - toX;
243 drag(inst, fromX, toX, fromY, fromY, calculateStepsForDistance(deltaX));
264 public static void drag(Instrumentation inst, float fromX, float toX, float fromY, argument
273 float xStep = (toX - fromX) / stepCount;
/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
131 float xStep = (toX - fromX) / STEP_COUNT;
/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;
/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
66 this.toX = toX;
73 public int fromX, fromY, toX, toY; field in class:DefaultItemAnimator.ChangeInfo
80 int fromX, int fromY, int toX, int toY) {
84 this.toX = toX;
95 + ", toX=" + toX
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.java235 int toX, int toY);
234 animateMove(ViewHolder holder, int fromX, int fromY, int toX, int toY) argument
/frameworks/base/test-runner/src/android/test/
H A DTouchUtils.java587 * @param toX Final location of the view after dragging
597 public static int dragViewTo(ActivityInstrumentationTestCase test, View v, int gravity, int toX, argument
599 return dragViewTo((InstrumentationTestCase) test, v, gravity, toX, toY);
609 * @param toX Final location of the view after dragging
614 public static int dragViewTo(InstrumentationTestCase test, View v, int gravity, int toX, argument
623 int deltaX = fromX - toX;
627 drag(test, fromX, toX, fromY, toY, distance);
639 * @param toX Final location of the view after dragging
649 int toX) {
650 return dragViewToX((InstrumentationTestCase) test, v, gravity, toX);
648 dragViewToX(ActivityInstrumentationTestCase test, View v, int gravity, int toX) argument
664 dragViewToX(InstrumentationTestCase test, View v, int gravity, int toX) argument
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/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
65 this.toX = toX;
72 public int fromX, fromY, toX, toY; field in class:DefaultItemAnimator.ChangeInfo
79 int fromX, int fromY, int toX, int toY) {
83 this.toX = toX;
94 + ", toX=" + toX
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.java235 int toX, int toY);
234 animateMove(ViewHolder holder, int fromX, int fromY, int toX, int toY) argument
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DLoggingItemAnimator.java154 int toX, int toY) {
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);
153 animateMove(RecyclerView.ViewHolder holder, int fromX, int fromY, int toX, int toY) argument
160 animateChange(RecyclerView.ViewHolder oldHolder, RecyclerView.ViewHolder newHolder, int fromX, int fromY, int toX, int toY) argument
H A DDefaultItemAnimatorTest.java352 final int toX, final int toY) throws Throwable {
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);
351 animateMove(final RecyclerView.ViewHolder vh, final int fromX, final int fromY, final int toX, final int toY) argument
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
2283 float xStep = (toX - fromX) / stepCount;
/frameworks/base/services/core/java/com/android/server/wm/
H A DAppTransition.java975 final float toX;
985 toX = mTmpRect.width() / 2 * (scaleW - 1f) + appRect.left;
1000 toX = appRect.left;
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
1080 if (Math.abs(toX - fromX) < 1f || mNextAppTransition != TRANSIT_DOCK_TASK_FROM_RECENTS) {
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, floa argument
[all...]

Completed in 339 milliseconds