/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/util/ |
AwTestTouchUtils.java | 34 private static void dragTo(View view, float fromX, float toX, float fromY, 39 float xStep = (toX - fromX) / stepCount; 58 * @param toX The relative x-coordinate of the end point of the drag. 64 public static void dragCompleteView(final View view, final int fromX, final int toX, 71 dragTo(view, fromX, toX, fromY, toY, stepCount, downTime); 72 dragEnd(view, toX, toY, downTime);
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/ |
armVCM4P2_BlockMatch_Half.c | 78 OMX_INT minSAD, fromX, toX, fromY, toY; 111 toX = 1; 121 toX = 0; 138 for (x = -fromX; x <= toX; x++)
|
armVCM4P2_BlockMatch_Integer.c | 86 OMX_INT minSAD = 0x10001, fromX, toX, fromY, toY; 104 toX = searchRange; 115 toX = pRefRect->width - (pCurrPointPos->x - pRefRect->x) - BlockSize; 135 for (x = -fromX; x <= toX; x++)
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/ |
omxVCM4P10_BlockMatch_Half.c | 92 OMX_INT fromX, toX, fromY, toY; 118 toX = 1; 132 for (x = -fromX; x <= toX; x++)
|
omxVCM4P10_BlockMatch_Quarter.c | 92 OMX_INT fromX, toX, fromY, toY; 119 toX = 1; 133 for (x = -fromX; x <= toX; x++)
|
omxVCM4P10_BlockMatch_Integer.c | 95 OMX_INT fromX, toX, fromY, toY; 134 toX = nSearchRange; 145 toX = pRefRect->width - (pCurrPointPos->x - pRefRect->x) - iBlockWidth; 167 for (x = -fromX; x <= toX; x++)
|
/external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/ |
TestTouchUtils.java | 145 * @param toX The relative x-coordinate of the end point of the drag. 151 public static void dragTo(Instrumentation instrumentation, float fromX, float toX, float fromY, 156 float xStep = (toX - fromX) / stepCount; 184 * @param toX The relative x-coordinate of the end point of the drag. 190 int fromX, int toX, int fromY, int toY, int stepCount) { 192 int toLocation[] = getAbsoluteLocationFromRelative(view, toX, toY);
|
TouchCommon.java | 46 * @param toX 53 public void dragTo(float fromX, float toX, float fromY, 58 float xStep = (toX - fromX) / stepCount;
|
/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 | 593 * @param toX Final location of the view after dragging 603 public static int dragViewTo(ActivityInstrumentationTestCase test, View v, int gravity, int toX, 605 return dragViewTo((InstrumentationTestCase) test, v, gravity, toX, toY); 615 * @param toX Final location of the view after dragging 620 public static int dragViewTo(InstrumentationTestCase test, View v, int gravity, int toX, 629 int deltaX = fromX - toX; 633 drag(test, fromX, toX, fromY, toY, distance); 645 * @param toX Final location of the view after dragging 655 int toX) { 656 return dragViewToX((InstrumentationTestCase) test, v, gravity, toX); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGPathStringSource.cpp | 229 float toX; 236 || !parseNumber(current, end, toX) 239 targetPoint = FloatPoint(toX, toY);
|
SVGPathBlender.cpp | 134 float toX = 0; 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);
|
SVGPathParser.cpp | 87 float toX; 88 if (!m_source->parseLineToHorizontalSegment(toX)) 93 m_currentPoint.move(toX, 0); 95 m_currentPoint.setX(toX); 98 m_consumer->lineToHorizontal(toX, m_mode);
|
/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 | 533 int toX = coord[0]; 547 toX -= (dragView.getMeasuredWidth() - Math.round(scale * child.getMeasuredWidth())) / 2; 554 toX -= (dragView.getMeasuredWidth() - Math.round(scale * child.getMeasuredWidth())) / 2; 557 toX -= (Math.round(scale * (dragView.getMeasuredWidth() 572 animateViewIntoPosition(dragView, fromX, fromY, toX, toY, 1, 1, 1, toScale, toScale, 577 final int toX, final int toY, float finalAlpha, float initScaleX, float initScaleY, 582 Rect to = new Rect(toX, toY, toX + view.getMeasuredWidth(), toY + view.getMeasuredHeight()); [all...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
HorizontalScrollViewTest.java | 617 private void pollingCheckSmoothScrolling(final int fromX, final int toX, 620 if (fromX == toX && fromY == toY) { 633 if (fromX != toX) { 637 return isInRange(mScrollView.getScrollX(), fromX, toX); 645 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();
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/ |
HarfBuzzShaper.cpp | 855 float toX = 0; [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
ImageShow.java | 685 private void startAnimTranslation(int fromX, int toX, 687 if (fromX == toX && fromY == toY) { 696 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...] |
/external/zxing/core/ |
core.jar | |
/prebuilts/sdk/14/ |
android.jar | |
/prebuilts/sdk/18/ |
android.jar | |
/prebuilts/sdk/19/ |
android.jar | |