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

1 2

  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
LoggingItemAnimator.java 64 int toX, int toY) {
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 340 final int toX, final int toY) throws Throwable {
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);
RecyclerViewAnimationsTest.java 330 int toX, int toY) {
    [all...]
RecyclerViewLayoutTest.java     [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
armVCM4P2_BlockMatch_Half.c 93 OMX_INT minSAD, fromX, toX, fromY, toY;
126 toX = 1;
136 toX = 0;
153 for (x = -fromX; x <= toX; x++)
armVCM4P2_BlockMatch_Integer.c 101 OMX_INT minSAD = 0x10001, fromX, toX, fromY, toY;
119 toX = searchRange;
130 toX = pRefRect->width - (pCurrPointPos->x - pRefRect->x) - BlockSize;
150 for (x = -fromX; x <= toX; x++)
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_BlockMatch_Half.c 107 OMX_INT fromX, toX, fromY, toY;
133 toX = 1;
147 for (x = -fromX; x <= toX; x++)
omxVCM4P10_BlockMatch_Quarter.c 107 OMX_INT fromX, toX, fromY, toY;
134 toX = 1;
148 for (x = -fromX; x <= toX; x++)
omxVCM4P10_BlockMatch_Integer.c 110 OMX_INT fromX, toX, fromY, toY;
149 toX = nSearchRange;
160 toX = pRefRect->width - (pCurrPointPos->x - pRefRect->x) - iBlockWidth;
182 for (x = -fromX; x <= toX; x++)
  /frameworks/base/core/java/android/view/animation/
ScaleAnimation.java 140 * @param toX Horizontal scaling factor to apply at the end of the animation
145 public ScaleAnimation(float fromX, float toX, float fromY, float toY) {
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,
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,
216 mToX = toX;
  /frameworks/base/test-runner/src/android/test/
TouchUtils.java 581 * @param toX Final location of the view after dragging
591 public static int dragViewTo(ActivityInstrumentationTestCase test, View v, int gravity, int toX,
593 return dragViewTo((InstrumentationTestCase) test, v, gravity, toX, toY);
603 * @param toX Final location of the view after dragging
608 public static int dragViewTo(InstrumentationTestCase test, View v, int gravity, int toX,
617 int deltaX = fromX - toX;
621 drag(test, fromX, toX, fromY, toY, distance);
633 * @param toX Final location of the view after dragging
643 int toX) {
644 return dragViewToX((InstrumentationTestCase) test, v, gravity, toX);
    [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) {
61 this.toX = toX;
68 public int fromX, fromY, toX, toY;
75 int fromX, int fromY, int toX, int toY) {
79 this.toX = toX;
90 ", toX=" + toX
    [all...]
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/helper/
ItemTouchHelperTest.java 499 * @param toX Final location of the view after dragging
503 public static int dragViewTo(InstrumentationTestCase test, View v, int gravity, int toX,
512 int deltaX = fromX - toX;
516 drag(test, fromX, toX, fromY, toY, distance);
530 * @param toX Final location of the view after dragging
533 public static int dragViewToX(InstrumentationTestCase test, View v, int gravity, int toX) {
541 int deltaX = fromX - toX;
543 drag(test, fromX, toX, fromY, fromY, Math.max(10, Math.abs(deltaX) / 10));
580 * @param toX Xcoordinate of the drag destination, in screen coordinates
585 public static void drag(InstrumentationTestCase test, float fromX, float toX, float fromY
    [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/Launcher2/src/com/android/launcher2/
DragLayer.java 495 int toX = coord[0];
505 toX -= (dragView.getMeasuredWidth() - Math.round(scale * child.getMeasuredWidth())) / 2;
511 toX -= (dragView.getMeasuredWidth() - Math.round(scale * child.getMeasuredWidth())) / 2;
514 toX -= (Math.round(scale * (dragView.getMeasuredWidth()
529 animateViewIntoPosition(dragView, fromX, fromY, toX, toY, 1, 1, 1, scale, scale,
534 final int toX, final int toY, float finalAlpha, float initScaleX, float initScaleY,
539 Rect to = new Rect(toX, toY, toX + view.getMeasuredWidth(), toY + view.getMeasuredHeight());
  /packages/apps/Launcher3/src/com/android/launcher3/
DragLayer.java 609 int toX = coord[0];
627 toX -= (dragView.getMeasuredWidth() - Math.round(scale * child.getMeasuredWidth())) / 2;
634 toX -= (dragView.getMeasuredWidth() - Math.round(scale * child.getMeasuredWidth())) / 2;
637 toX -= (Math.round(scale * (dragView.getMeasuredWidth()
652 animateViewIntoPosition(dragView, fromX, fromY, toX, toY, 1, 1, 1, toScale, toScale,
657 final int toX, final int toY, float finalAlpha, float initScaleX, float initScaleY,
662 Rect to = new Rect(toX, toY, toX + view.getMeasuredWidth(), toY + view.getMeasuredHeight());
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
HorizontalScrollViewTest.java 618 private void pollingCheckSmoothScrolling(final int fromX, final int toX,
621 if (fromX == toX && fromY == toY) {
634 if (fromX != toX) {
638 return isInRange(mScrollView.getScrollX(), fromX, toX);
646 return toX == mScrollView.getScrollX() && toY == mScrollView.getScrollY();
ScrollViewTest.java 647 private void pollingCheckSmoothScrolling(final int fromX, final int toX,
650 if (fromX == toX && fromY == toY) {
663 if (fromX != toX) {
667 return isInRange(mScrollView.getScrollX(), fromX, toX);
675 return toX == mScrollView.getScrollX() && toY == mScrollView.getScrollY();
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/
SettingsLayoutFragment.java 726 float toX = isRtl ? SLIDE_OUT_ANIMATOR_RIGHT : -SLIDE_OUT_ANIMATOR_RIGHT;
727 return createTranslateAlphaAnimator(v, SLIDE_OUT_ANIMATOR_LEFT, toX,
747 float toX = isRtl ? -SLIDE_OUT_ANIMATOR_RIGHT : SLIDE_OUT_ANIMATOR_RIGHT;
748 return createTranslateAlphaAnimator(v, SLIDE_OUT_ANIMATOR_LEFT, toX,
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageShow.java 686 private void startAnimTranslation(int fromX, int toX,
688 if (fromX == toX && fromY == toY) {
697 mAnimatorTranslateX = ValueAnimator.ofInt(fromX, toX);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
LinearLayoutRule.java 418 int toX = x + width / 2;
419 gc.drawLine(fromX, y, toX, y);
    [all...]
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 
  /external/zxing/core/
core.jar 
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/14/
android.jar 

Completed in 2076 milliseconds

1 2