Searched defs:toX (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/util/
H A DAwTestTouchUtils.java36 private static void dragTo(View view, float fromX, float toX, float fromY, argument
41 float xStep = (toX - fromX) / stepCount;
60 * @param toX The relative x-coordinate of the end point of the drag.
66 public static void dragCompleteView(final View view, final int fromX, final int toX, argument
73 dragTo(view, fromX, toX, fromY, toY, stepCount, downTime);
74 dragEnd(view, toX, toY, downTime);
/external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/
H A DTestTouchUtils.java133 * @param toX The relative x-coordinate of the end point of the drag.
139 public static void dragTo(Instrumentation instrumentation, float fromX, float toX, float fromY, argument
144 float xStep = (toX - fromX) / stepCount;
172 * @param toX The relative x-coordinate of the end point of the drag.
178 int fromX, int toX, int fromY, int toY, int stepCount) {
180 int toLocation[] = getAbsoluteLocationFromRelative(view, toX, toY);
177 dragCompleteView(Instrumentation instrumentation, View view, int fromX, int toX, int fromY, int toY, int stepCount) argument
H A DTouchCommon.java45 * @param toX
52 public void dragTo(float fromX, float toX, float fromY, argument
57 float xStep = (toX - fromX) / stepCount;
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGPathStringSource.cpp229 float toX; local
236 || !parseNumber(current, end, toX)
239 targetPoint = FloatPoint(toX, toY);
H A DSVGPathBlender.cpp134 float toX = 0; local
136 || !m_toSource->parseLineToHorizontalSegment(toX))
139 m_consumer->lineToHorizontal(blendAnimatedDimensonalFloat(fromX, toX, BlendHorizontal), m_isInFirstHalfOfAnimation ? m_fromMode : m_toMode);
141 m_toCurrentPoint.setX(m_toMode == AbsoluteCoordinates ? toX : m_toCurrentPoint.x() + toX);
H A DSVGPathParser.cpp87 float toX; local
88 if (!m_source->parseLineToHorizontalSegment(toX))
93 m_currentPoint.move(toX, 0);
95 m_currentPoint.setX(toX);
98 m_consumer->lineToHorizontal(toX, m_mode);
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...

Completed in 143 milliseconds