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

/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
128 toY = 1;
146 toY = 0;
150 for (y = -fromY; y <= toY; y++)
H A DarmVCM4P2_BlockMatch_Integer.c101 OMX_INT minSAD = 0x10001, fromX, toX, fromY, toY; local
121 toY = searchRange;
140 toY = pRefRect->width - (pCurrPointPos->y - pRefRect->y) - BlockSize;
146 for (y = -fromY; y <= toY; y++)
/frameworks/base/test-runner/src/android/test/
H A DTouchUtils.java68 final float toY = size.y * 0.75f;
70 drag(test, x, x, fromY, toY, 4);
98 final float toY = size.y * 0.25f;
100 drag(test, x, x, fromY, toY, 4);
235 float toY = screenHeight - 1;
237 drag(test, x, x, fromY, toY, stepCount);
478 float toY = 0;
480 drag(test, x, x, fromY, toY, stepCount);
588 * @param toY Final location of the view after dragging
598 int toY) {
597 dragViewTo(ActivityInstrumentationTestCase test, View v, int gravity, int toX, int toY) argument
614 dragViewTo(InstrumentationTestCase test, View v, int gravity, int toX, int toY) argument
695 dragViewToY(ActivityInstrumentationTestCase test, View v, int gravity, int toY) argument
711 dragViewToY(InstrumentationTestCase test, View v, int gravity, int toY) 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/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
67 this.toY = toY;
73 public int fromX, fromY, toX, toY; field in class:DefaultItemAnimator.ChangeInfo
80 int fromX, int fromY, int toX, int toY) {
85 this.toY = toY;
96 + ", toY=" + toY
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/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
66 this.toY = toY;
72 public int fromX, fromY, toX, toY; field in class:DefaultItemAnimator.ChangeInfo
79 int fromX, int fromY, int toX, int toY) {
84 this.toY = toY;
95 + ", toY=" + toY
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/util/
H A DTouchUtils.java177 float toY = 0;
179 drag(inst, x, x, fromY, toY, stepCount);
216 int toY) {
225 int deltaY = fromY - toY;
228 drag(inst, fromX, toX, fromY, toY, calculateStepsForDistance(distance));
248 public static int dragViewToY(Instrumentation inst, View v, int gravity, int toY) { argument
256 int deltaY = fromY - toY;
258 drag(inst, fromX, fromX, fromY, toY, calculateStepsForDistance(deltaY));
265 float toY, int stepCount) {
272 float yStep = (toY
215 dragViewTo(Instrumentation inst, View v, int gravity, int toX, int toY) argument
264 drag(Instrumentation inst, 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.c107 OMX_INT fromX, toX, fromY, toY; local
135 toY = 1;
144 for (y = -fromY; y <= toY; y++)
H A DomxVCM4P10_BlockMatch_Quarter.c107 OMX_INT fromX, toX, fromY, toY; local
136 toY = 1;
145 for (y = -fromY; y <= toY; y++)
H A DomxVCM4P10_BlockMatch_Integer.c110 OMX_INT fromX, toX, fromY, toY; local
151 toY = nSearchRange;
170 toY = pRefRect->width - (pCurrPointPos->y - pRefRect->y) - iBlockWidth;
179 for (y = -fromY; y <= toY; y++)
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DSystemBarScrimViews.java87 int toY = 0;
92 toY = mNavBarScrimView.getMeasuredHeight();
96 .translationY(toY)
101 mNavBarScrimView.setTranslationY(toY);
/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;
/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 DRecyclerViewAnimationsTest.java774 int toX, int toY) {
H A DRecyclerViewLayoutTest.java2274 public void drag(ViewGroup view, float fromX, float toX, float fromY, float toY, argument
2282 float yStep = (toY - fromY) / stepCount;
/frameworks/base/services/core/java/com/android/server/wm/
H A DAppTransition.java976 float toY;
986 toY = appRect.height() / 2 * (1 - 1 / scaleW) + appRect.top;
993 toY -= thumbHeightI * scaleW;
1001 toY = appRect.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, float toY) { argument
[all...]
/frameworks/support/wear/tests/src/android/support/wear/widget/
H A DScrollManagerTest.java123 float toY) {
130 float yStep = (toY - fromY) / STEP_COUNT;
122 scroll(ScrollManager scrollManager, float fromX, float toX, float fromY, float toY) argument

Completed in 1029 milliseconds