HomeSort by relevance Sort by last modified time
    Searched refs:toY (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;
128 toY = 1;
146 toY = 0;
150 for (y = -fromY; y <= toY; y++)
armVCM4P2_BlockMatch_Integer.c 101 OMX_INT minSAD = 0x10001, fromX, toX, fromY, toY;
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/
TouchUtils.java 62 final float toY = size.y * 0.75f;
64 drag(test, x, x, fromY, toY, 4);
92 final float toY = size.y * 0.25f;
94 drag(test, x, x, fromY, toY, 4);
229 float toY = screenHeight - 1;
231 drag(test, x, x, fromY, toY, stepCount);
472 float toY = 0;
474 drag(test, x, x, fromY, toY, stepCount);
582 * @param toY Final location of the view after dragging
592 int toY) {
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_BlockMatch_Half.c 107 OMX_INT fromX, toX, fromY, toY;
135 toY = 1;
144 for (y = -fromY; y <= toY; y++)
omxVCM4P10_BlockMatch_Quarter.c 107 OMX_INT fromX, toX, fromY, toY;
136 toY = 1;
145 for (y = -fromY; y <= toY; y++)
omxVCM4P10_BlockMatch_Integer.c 110 OMX_INT fromX, toX, fromY, toY;
151 toY = nSearchRange;
170 toY = pRefRect->width - (pCurrPointPos->y - pRefRect->y) - iBlockWidth;
179 for (y = -fromY; y <= toY; y++)
  /frameworks/base/core/java/android/view/animation/
ScaleAnimation.java 143 * @param toY Vertical scaling factor to apply at the end of the animation
145 public ScaleAnimation(float fromX, float toX, float fromY, float toY) {
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,
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,
218 mToY = toY;
  /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) {
62 this.toY = toY;
68 public int fromX, fromY, toX, toY;
75 int fromX, int fromY, int toX, int toY) {
80 this.toY = toY;
91 ", toY=" + toY
    [all...]
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/helper/
ItemTouchHelperTest.java 443 float toY = 0;
445 drag(test, x, x, fromY, toY, stepCount);
500 * @param toY Final location of the view after dragging
504 int toY) {
513 int deltaY = fromY - toY;
516 drag(test, fromX, toX, fromY, toY, distance);
556 * @param toY Final location of the view after dragging
559 public static int dragViewToY(InstrumentationTestCase test, View v, int gravity, int toY) {
567 int deltaY = fromY - toY;
569 drag(test, fromX, fromX, fromY, toY, deltaY)
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
DragLayer.java 610 int toY = coord[1];
621 toY += Math.round(toScale * tv.getPaddingTop());
622 toY -= dragView.getMeasuredHeight() * (1 - toScale) / 2;
624 toY -= Math.round(toScale * dragView.getDragVisualizeOffset().y);
630 toY += Math.round(scale * (child.getPaddingTop() - dragView.getDragRegionTop()));
631 toY -= scale * Workspace.DRAG_BITMAP_PADDING / 2;
632 toY -= (1 - scale) * dragView.getMeasuredHeight() / 2;
636 toY -= (Math.round(scale * (dragView.getHeight() - child.getMeasuredHeight()))) / 2;
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
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
DragLayer.java 496 int toY = coord[1];
503 toY += Math.round(scale * tv.getPaddingTop());
504 toY -= dragView.getMeasuredHeight() * (1 - scale) / 2;
508 toY -= scale * Workspace.DRAG_BITMAP_PADDING / 2;
509 toY -= (1 - scale) * dragView.getMeasuredHeight() / 2;
513 toY -= (Math.round(scale * (dragView.getHeight() - child.getMeasuredHeight()))) / 2;
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())
    [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 215 float toY, int startDelay, int duration) {
219 ObjectAnimator.ofFloat(child, View.TRANSLATION_Y, fromY, toY);
  /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);
646 return toX == mScrollView.getScrollX() && toY == mScrollView.getScrollY();
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);
675 return toX == mScrollView.getScrollX() && toY == mScrollView.getScrollY();
  /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 423 int toY = 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 
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/14/
android.jar 

Completed in 517 milliseconds

1 2