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

1 2

  /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_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++)
omxVCM4P10_BlockMatch_Quarter.c 107 OMX_INT fromX, toX, fromY, toY;
136 toY = 1;
145 for (y = -fromY; y <= toY; y++)
  /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;
121 toY = searchRange;
140 toY = pRefRect->width - (pCurrPointPos->y - pRefRect->y) - BlockSize;
146 for (y = -fromY; y <= toY; y++)
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++)
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathStringSource.cpp 230 float toY;
237 || !parseNumber(current, end, toY))
239 targetPoint = FloatPoint(toX, toY);
SVGPathBlender.cpp 59 // Transform toY to the coordinate mode of fromY
148 float toY = 0;
150 || !m_toSource->parseLineToVerticalSegment(toY))
153 m_consumer->lineToVertical(blendAnimatedDimensonalFloat(fromY, toY, BlendVertical), m_isInFirstHalfOfAnimation ? m_fromMode : m_toMode);
155 m_toCurrentPoint.setY(m_toMode == AbsoluteCoordinates ? toY : m_toCurrentPoint.y() + toY);
SVGPathParser.cpp 104 float toY;
105 if (!m_source->parseLineToVerticalSegment(toY))
110 m_currentPoint.move(0, toY);
112 m_currentPoint.setY(toY);
115 m_consumer->lineToVertical(toY, m_mode);
  /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...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
ViewportDataGrid.js 213 var toY = fromY + node.nodeSelfHeight();
218 else if (scrollTop + this._scrollContainer.offsetHeight < toY)
219 scrollTop = toY - this._scrollContainer.offsetHeight;
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DefaultItemAnimator.java 54 public int fromX, fromY, toX, toY;
56 private MoveInfo(ViewHolder holder, int fromX, int fromY, int toX, int toY) {
61 this.toY = toY;
67 public int fromX, fromY, toX, toY;
74 int fromX, int fromY, int toX, int toY) {
79 this.toY = toY;
90 ", toY=" + toY
    [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...]
  /packages/apps/Launcher3/src/com/android/launcher3/
DragLayer.java 574 int toY = coord[1];
585 toY += Math.round(toScale * tv.getPaddingTop());
586 toY -= dragView.getMeasuredHeight() * (1 - toScale) / 2;
588 toY -= Math.round(toScale * dragView.getDragVisualizeOffset().y);
594 toY += Math.round(scale * (child.getPaddingTop() - dragView.getDragRegionTop()));
595 toY -= scale * Workspace.DRAG_BITMAP_PADDING / 2;
596 toY -= (1 - scale) * dragView.getMeasuredHeight() / 2;
600 toY -= (Math.round(scale * (dragView.getHeight() - child.getMeasuredHeight()))) / 2;
616 animateViewIntoPosition(dragView, fromX, fromY, toX, toY, 1, 1, 1, toScale, toScale,
621 final int toX, final int toY, float finalAlpha, float initScaleX, float initScaleY
    [all...]
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 
  /external/zxing/core/
core.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 

Completed in 272 milliseconds

1 2