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

  /external/webkit/WebCore/platform/graphics/transforms/
ScaleTransformOperation.cpp 39 double fromY = fromOp ? fromOp->m_y : 1.;
42 fromY + (m_y - fromY) * progress,
TranslateTransformOperation.cpp 39 Length fromY = fromOp ? fromOp->m_y : Length(m_y.type());
41 return TranslateTransformOperation::create(m_x.blend(fromX, progress), m_y.blend(fromY, progress), m_z.blend(fromZ, progress), m_type);
  /frameworks/base/test-runner/src/android/test/
TouchUtils.java 60 final float fromY = screenHeight * 0.5f;
63 drag(test, x, x, fromY, toY, 4);
90 final float fromY = screenHeight * 0.5f;
93 drag(test, x, x, fromY, toY, 4);
239 float fromY = xy[1] + (viewHeight / 2.0f);
242 drag(test, x, x, fromY, toY, stepCount);
482 float fromY = xy[1] + (viewHeight / 2.0f);
485 drag(test, x, x, fromY, toY, stepCount);
576 final int fromY = xy[1];
580 drag(test, fromX, fromX + deltaX, fromY, fromY + deltaY, distance)
    [all...]