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

1 2 3

  /packages/apps/Settings/src/com/android/settings/dashboard/
DashboardItemAnimator.java 27 int toX, int toY) {
37 if (fromX == toX && fromY == toY) {
42 return super.animateChange(oldHolder, newHolder, fromX, fromY, toX, toY);
  /packages/services/Car/car-support-lib/src/android/support/car/ui/
CarItemAnimator.java 35 RecyclerView.ViewHolder newHolder, int fromX, int fromY, int toX, int toY) {
43 boolean ret = super.animateChange(oldHolder, newHolder, fromX, fromY, toX, toY);
  /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 68 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) {
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
DefaultItemAnimator.java 60 public int fromX, fromY, toX, toY;
62 MoveInfo(ViewHolder holder, int fromX, int fromY, int toX, int toY) {
67 this.toY = toY;
73 public int fromX, fromY, toX, toY;
80 int fromX, int fromY, int toX, int toY) {
85 this.toY = toY;
96 + ", toY=" + toY
    [all...]
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DefaultItemAnimator.java 59 public int fromX, fromY, toX, toY;
61 MoveInfo(ViewHolder holder, int fromX, int fromY, int toX, int toY) {
66 this.toY = toY;
72 public int fromX, fromY, toX, toY;
79 int fromX, int fromY, int toX, int toY) {
84 this.toY = toY;
95 + ", toY=" + toY
    [all...]
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/util/
TouchUtils.java 177 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) {
256 int deltaY = fromY - toY;
258 drag(inst, fromX, fromX, fromY, toY, calculateStepsForDistance(deltaY));
265 float toY, int stepCount) {
272 float yStep = (toY - fromY) / stepCount
    [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/packages/SystemUI/src/com/android/systemui/recents/views/
SystemBarScrimViews.java 87 int toY = 0;
92 toY = mNavBarScrimView.getMeasuredHeight();
96 .translationY(toY)
101 mNavBarScrimView.setTranslationY(toY);
  /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;
  /packages/apps/Car/Dialer/src/com/android/car/dialer/
StrequentsItemAnimator.java 51 public int fromX, fromY, toX, toY;
53 private MoveInfo(ViewHolder holder, int fromX, int fromY, int toX, int toY) {
58 this.toY = toY;
64 public int fromX, fromY, toX, toY;
71 int fromX, int fromY, int toX, int toY) {
76 this.toY = toY;
87 ", toY=" + toY
    [all...]
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
LoggingItemAnimator.java 154 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);
DefaultItemAnimatorTest.java 352 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);
  /packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DragLayer.java 600 int toY = coord[1];
611 toY += Math.round(toScale * tv.getPaddingTop());
612 toY -= dragView.getMeasuredHeight() * (1 - toScale) / 2;
614 toY -= Math.round(toScale * dragView.getDragVisualizeOffset().y);
620 toY += Math.round(scale * (child.getPaddingTop() - dragView.getDragRegionTop()));
621 toY -= scale * dragView.getBlurSizeOutline() / 2;
622 toY -= (1 - scale) * dragView.getMeasuredHeight() / 2;
626 toY -= (Math.round(scale * (dragView.getHeight() - child.getMeasuredHeight()))) / 2;
642 animateViewIntoPosition(dragView, fromX, fromY, toX, toY, 1, 1, 1, toScale, toScale,
647 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...]
  /frameworks/base/services/core/java/com/android/server/wm/
AppTransition.java     [all...]
  /cts/tests/tests/view/src/android/view/animation/cts/
ScaleAnimationTest.java 171 public MyScaleAnimation(float fromX, float toX, float fromY, float toY,
173 super(fromX, toX, fromY, toY, pivotXValue, pivotYValue);
  /frameworks/support/wear/tests/src/android/support/wear/widget/
ScrollManagerTest.java 123 float toY) {
130 float yStep = (toY - fromY) / STEP_COUNT;
  /packages/apps/Contacts/src/com/android/contacts/editor/
EditorAnimator.java 204 float toY, int startDelay, int duration) {
208 ObjectAnimator.ofFloat(child, View.TRANSLATION_Y, fromY, toY);
  /cts/tests/tests/widget/src/android/widget/cts/
HorizontalScrollViewTest.java 780 final int fromY, final int toY) {
782 if (fromX == toX && fromY == toY) {
786 if (fromY != toY) {
787 PollingCheck.waitFor(() -> isInRange(mScrollViewCustom.getScrollY(), fromY, toY));
795 () -> toX == mScrollViewCustom.getScrollX() && toY == mScrollViewCustom.getScrollY());
    [all...]
ScrollViewTest.java 811 final int fromY, final int toY) {
813 if (fromX == toX && fromY == toY) {
817 if (fromY != toY) {
818 PollingCheck.waitFor(() -> isInRange(mScrollViewCustom.getScrollY(), fromY, toY));
827 && toY == mScrollViewCustom.getScrollY());
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/
ItemAnimator.java 103 public boolean animateMove(final ViewHolder holder, int fromX, int fromY, int toX, int toY) {
107 final int deltaY = toY - fromY;

Completed in 1402 milliseconds

1 2 3