HomeSort by relevance Sort by last modified time
    Searched refs:fromY (Results 1 - 25 of 42) sorted by null

1 2

  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
LoggingItemAnimator.java 63 public boolean animateMove(RecyclerView.ViewHolder holder, int fromX, int fromY,
66 return super.animateMove(holder, fromX, fromY, toX, toY);
71 RecyclerView.ViewHolder newHolder, int fromX, int fromY, int toX, int toY) {
78 return super.animateChange(oldHolder, newHolder, fromX, fromY, toX, toY);
DefaultItemAnimatorTest.java 339 boolean animateMove(final RecyclerView.ViewHolder vh, final int fromX, final int fromY,
345 result[0] = mAnimator.animateMove(vh, fromX, fromY, toX, toY);
353 final int fromX, final int fromY, final int toX, final int toY) throws Throwable {
358 result[0] = mAnimator.animateChange(oldHolder, newHolder, fromX, fromY, toX, toY);
RecyclerViewLayoutTest.java     [all...]
RecyclerViewAnimationsTest.java 329 public boolean animateMove(RecyclerView.ViewHolder holder, int fromX, int fromY,
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
armVCM4P2_BlockMatch_Integer.c 101 OMX_INT minSAD = 0x10001, fromX, toX, fromY, toY;
120 fromY = searchRange;
135 fromY = pCurrPointPos->y - pRefRect->y;
144 pDstMV->dy = -fromY;
146 for (y = -fromY; y <= toY; y++)
armVCM4P2_BlockMatch_Half.c 93 OMX_INT minSAD, fromX, toX, fromY, toY;
127 fromY = 1;
141 fromY = 0;
150 for (y = -fromY; y <= toY; y++)
  /frameworks/base/test-runner/src/android/test/
TouchUtils.java 61 final float fromY = size.y * 0.5f;
64 drag(test, x, x, fromY, toY, 4);
91 final float fromY = size.y * 0.5f;
94 drag(test, x, x, fromY, toY, 4);
228 float fromY = xy[1] + (viewHeight / 2.0f);
231 drag(test, x, x, fromY, toY, stepCount);
471 float fromY = xy[1] + (viewHeight / 2.0f);
474 drag(test, x, x, fromY, toY, stepCount);
565 final int fromY = xy[1];
569 drag(test, fromX, fromX + deltaX, fromY, fromY + deltaY, distance)
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_BlockMatch_Integer.c 110 OMX_INT fromX, toX, fromY, toY;
150 fromY = nSearchRange;
165 fromY = pCurrPointPos->y - pRefRect->y;
174 pBestMV->dy = -fromY * 4;
179 for (y = -fromY; y <= toY; y++)
omxVCM4P10_BlockMatch_Half.c 107 OMX_INT fromX, toX, fromY, toY;
134 fromY = 1;
144 for (y = -fromY; y <= toY; y++)
omxVCM4P10_BlockMatch_Quarter.c 107 OMX_INT fromX, toX, fromY, toY;
135 fromY = 1;
145 for (y = -fromY; y <= toY; y++)
  /frameworks/base/core/java/android/view/animation/
ScaleAnimation.java 141 * @param fromY Vertical scaling factor to apply at the start of the
145 public ScaleAnimation(float fromX, float toX, float fromY, float toY) {
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,
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,
217 mFromY = fromY;
  /frameworks/base/services/core/java/com/android/server/policy/
SystemGesturesPointerEventListener.java 171 final float fromY = mDownY[i];
174 + " moved (" + fromX + "->" + x + "," + fromY + "->" + y + ") in " + elapsed);
175 if (fromY <= mSwipeStartThreshold
176 && y > fromY + mSwipeDistanceThreshold
180 if (fromY >= screenHeight - mSwipeStartThreshold
181 && y < fromY - mSwipeDistanceThreshold
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/helper/
ItemTouchHelperTest.java 442 float fromY = xy[1] + (viewHeight / 2.0f);
445 drag(test, x, x, fromY, toY, stepCount);
510 final int fromY = xy[1];
513 int deltaY = fromY - toY;
516 drag(test, fromX, toX, fromY, toY, distance);
539 final int fromY = xy[1];
543 drag(test, fromX, toX, fromY, fromY, Math.max(10, Math.abs(deltaX) / 10));
565 final int fromY = xy[1];
567 int deltaY = fromY - toY
    [all...]
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DefaultItemAnimator.java 55 public int fromX, fromY, toX, toY;
57 private MoveInfo(ViewHolder holder, int fromX, int fromY, int toX, int toY) {
60 this.fromY = fromY;
68 public int fromX, fromY, toX, toY;
75 int fromX, int fromY, int toX, int toY) {
78 this.fromY = fromY;
89 ", fromY=" + fromY
    [all...]
RecyclerView.java     [all...]
  /cts/tests/tests/view/src/android/view/animation/cts/
ScaleAnimationTest.java 152 public MyScaleAnimation(float fromX, float toX, float fromY, float toY,
154 super(fromX, toX, fromY, toY, pivotXValue, pivotYValue);
  /packages/apps/Contacts/src/com/android/contacts/editor/
EditorAnimator.java 214 private static void translateViews(List<Animator> animators, List<View> views, float fromY,
219 ObjectAnimator.ofFloat(child, View.TRANSLATION_Y, fromY, toY);
  /packages/apps/Launcher2/src/com/android/launcher2/
DragLayer.java 464 final int fromY = r.top;
466 animateViewIntoPosition(dragView, fromX, fromY, pos[0], pos[1], alpha, 1, 1, scaleX, scaleY,
519 final int fromY = r.top;
529 animateViewIntoPosition(dragView, fromX, fromY, toX, toY, 1, 1, 1, scale, scale,
533 public void animateViewIntoPosition(final DragView view, final int fromX, final int fromY,
537 Rect from = new Rect(fromX, fromY, fromX +
538 view.getMeasuredWidth(), fromY + view.getMeasuredHeight());
  /packages/apps/Launcher3/src/com/android/launcher3/
DragLayer.java 578 final int fromY = r.top;
580 animateViewIntoPosition(dragView, fromX, fromY, pos[0], pos[1], alpha, 1, 1, scaleX, scaleY,
642 final int fromY = r.top;
652 animateViewIntoPosition(dragView, fromX, fromY, toX, toY, 1, 1, 1, toScale, toScale,
656 public void animateViewIntoPosition(final DragView view, final int fromX, final int fromY,
660 Rect from = new Rect(fromX, fromY, fromX +
661 view.getMeasuredWidth(), fromY + view.getMeasuredHeight());
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
HorizontalScrollViewTest.java 619 final int fromY, final int toY) {
621 if (fromX == toX && fromY == toY) {
625 if (fromY != toY) {
629 return isInRange(mScrollView.getScrollY(), fromY, toY);
ScrollViewTest.java 648 final int fromY, final int toY) {
650 if (fromX == toX && fromY == toY) {
654 if (fromY != toY) {
658 return isInRange(mScrollView.getScrollY(), fromY, toY);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageShow.java 687 int fromY, int toY, int delay) {
688 if (fromX == toX && fromY == toY) {
698 mAnimatorTranslateY = ValueAnimator.ofInt(fromY, toY);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
LinearLayoutRule.java 422 int fromY = y - height / 2;
424 gc.drawLine(x, fromY, x, toY);
    [all...]
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 
  /external/zxing/core/
core.jar 

Completed in 1278 milliseconds

1 2