HomeSort by relevance Sort by last modified time
    Searched refs:toX (Results 1 - 15 of 15) sorted by null

  /frameworks/base/core/java/android/view/animation/
ScaleAnimation.java 78 * @param toX Horizontal scaling factor to apply at the end of the animation
83 public ScaleAnimation(float fromX, float toX, float fromY, float toY) {
85 mToX = toX;
97 * @param toX Horizontal scaling factor to apply at the end of the animation
108 public ScaleAnimation(float fromX, float toX, float fromY, float toY,
111 mToX = toX;
126 * @param toX Horizontal scaling factor to apply at the end of the animation
147 public ScaleAnimation(float fromX, float toX, float fromY, float toY,
150 mToX = toX;
  /cts/tests/tests/view/src/android/view/cts/
GestureDetectorTestUtil.java 38 int toX = 10;
43 TouchUtils.drag(testcase, fromX, toX, fromY, toY, stepCount);
  /frameworks/base/test-runner/src/android/test/
TouchUtils.java 592 * @param toX Final location of the view after dragging
602 public static int dragViewTo(ActivityInstrumentationTestCase test, View v, int gravity, int toX,
604 return dragViewTo((InstrumentationTestCase) test, v, gravity, toX, toY);
614 * @param toX Final location of the view after dragging
619 public static int dragViewTo(InstrumentationTestCase test, View v, int gravity, int toX,
628 int deltaX = fromX - toX;
632 drag(test, fromX, toX, fromY, toY, distance);
644 * @param toX Final location of the view after dragging
654 int toX) {
655 return dragViewToX((InstrumentationTestCase) test, v, gravity, toX);
    [all...]
  /external/webkit/WebCore/platform/graphics/chromium/
FontLinux.cpp 632 int fromX = -1, toX = -1, fromAdvance = -1, toAdvance = -1;
644 while (walker.nextScriptRun() && (fromX == -1 || toX == -1)) {
663 if (toX == -1 && to < walker.numCodePoints()) {
665 toX = base + walker.xPositions()[glyph];
681 if (toX == -1 && !to)
682 toX = rightEdge;
684 ASSERT(fromX != -1 && toX != -1);
686 if (fromX < toX)
687 return FloatRect(point.x() + fromX, point.y(), toX - fromX, height);
689 return FloatRect(point.x() + toX, point.y(), fromX - toX, height)
    [all...]
  /external/webkit/WebKit/mac/Plugins/
WebBaseNetscapePluginView.h 125 toX:(double *)destX andY:(double *)destY space:(NPCoordinateSpace)destSpace;
npapi.mm 217 return [pluginViewForInstance(instance) convertFromX:sourceX andY:sourceY space:sourceSpace toX:destX andY:destY space:destSpace];
WebBaseNetscapePluginView.mm 822 toX:(double *)destX andY:(double *)destY space:(NPCoordinateSpace)destSpace
  /cts/tests/tests/view/src/android/view/animation/cts/
ScaleAnimationTest.java 199 public MyScaleAnimation(float fromX, float toX, float fromY, float toY,
201 super(fromX, toX, fromY, toY, pivotXValue, pivotYValue);
  /cts/tests/tests/widget/src/android/widget/cts/
HorizontalScrollViewTest.java 835 private void delayedCheckSmoothScrolling(final int fromX, final int toX,
838 if (fromX == toX && fromY == toY) {
851 if (fromX != toX) {
855 return isInRange(mScrollView.getScrollX(), fromX, toX);
863 return toX == mScrollView.getScrollX() && toY == mScrollView.getScrollY();
ScrollViewTest.java 862 private void delayedCheckSmoothScrolling(final int fromX, final int toX,
865 if (fromX == toX && fromY == toY) {
878 if (fromX != toX) {
882 return isInRange(mScrollView.getScrollX(), fromX, toX);
890 return toX == mScrollView.getScrollX() && toY == mScrollView.getScrollY();
  /external/webkit/WebKit/mac/Plugins/Hosted/
NetscapePluginInstanceProxy.mm     [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 293 milliseconds