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

1 2

  /external/webkit/Source/WebCore/platform/graphics/transforms/
ScaleTransformOperation.cpp 39 double fromY = fromOp ? fromOp->m_y : 1.;
42 fromY + (m_y - fromY) * progress,
TranslateTransformOperation.cpp 40 Length fromY = fromOp ? fromOp->m_y : Length(m_y.type());
42 return TranslateTransformOperation::create(m_x.blend(fromX, narrowPrecisionToFloat(progress)), m_y.blend(fromY, narrowPrecisionToFloat(progress)), m_z.blend(fromZ, narrowPrecisionToFloat(progress)), m_type);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
armVCM4P2_BlockMatch_Integer.c 86 OMX_INT minSAD = 0x10001, fromX, toX, fromY, toY;
105 fromY = searchRange;
120 fromY = pCurrPointPos->y - pRefRect->y;
129 pDstMV->dy = -fromY;
131 for (y = -fromY; y <= toY; y++)
armVCM4P2_BlockMatch_Half.c 78 OMX_INT minSAD, fromX, toX, fromY, toY;
112 fromY = 1;
126 fromY = 0;
135 for (y = -fromY; y <= toY; y++)
  /frameworks/base/test-runner/src/android/test/
TouchUtils.java 61 final float fromY = size.y * 0.5f;
64 drag(test, x, x, fromY, toY, 4);
91 final float fromY = size.y * 0.5f;
94 drag(test, x, x, fromY, toY, 4);
240 float fromY = xy[1] + (viewHeight / 2.0f);
243 drag(test, x, x, fromY, toY, stepCount);
483 float fromY = xy[1] + (viewHeight / 2.0f);
486 drag(test, x, x, fromY, toY, stepCount);
577 final int fromY = xy[1];
581 drag(test, fromX, fromX + deltaX, fromY, fromY + deltaY, distance)
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_BlockMatch_Integer.c 95 OMX_INT fromX, toX, fromY, toY;
135 fromY = nSearchRange;
150 fromY = pCurrPointPos->y - pRefRect->y;
159 pBestMV->dy = -fromY * 4;
164 for (y = -fromY; y <= toY; y++)
omxVCM4P10_BlockMatch_Half.c 92 OMX_INT fromX, toX, fromY, toY;
119 fromY = 1;
129 for (y = -fromY; y <= toY; y++)
omxVCM4P10_BlockMatch_Quarter.c 92 OMX_INT fromX, toX, fromY, toY;
120 fromY = 1;
130 for (y = -fromY; y <= toY; y++)
  /frameworks/base/core/java/android/view/animation/
ScaleAnimation.java 141 * @param fromY Vertical scaling factor to apply at the start of the
145 public ScaleAnimation(float fromX, float toX, float fromY, float toY) {
149 mFromY = fromY;
161 * @param fromY Vertical scaling factor to apply at the start of the
171 public ScaleAnimation(float fromX, float toX, float fromY, float toY,
176 mFromY = fromY;
192 * @param fromY Vertical scaling factor to apply at the start of the
212 public ScaleAnimation(float fromX, float toX, float fromY, float toY,
217 mFromY = fromY;
  /external/webkit/Source/WebCore/svg/
SVGPathBlender.cpp 56 // Transform toY to the coordinate mode of fromY
137 float fromY;
139 if (!m_fromSource->parseLineToVerticalSegment(fromY)
143 m_consumer->lineToVertical(blendAnimatedDimensonalFloat(fromY, toY, BlendVertical), m_isInFirstHalfOfAnimation ? m_fromMode : m_toMode);
144 m_fromCurrentPoint.setY(m_fromMode == AbsoluteCoordinates ? fromY : m_fromCurrentPoint.y() + fromY);
  /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 464 final int fromY = r.top;
466 animateViewIntoPosition(dragView, fromX, fromY, pos[0], pos[1], alpha, 1, 1, scaleX, scaleY,
519 final int fromY = r.top;
529 animateViewIntoPosition(dragView, fromX, fromY, toX, toY, 1, 1, 1, scale, scale,
533 public void animateViewIntoPosition(final DragView view, final int fromX, final int fromY,
537 Rect from = new Rect(fromX, fromY, fromX +
538 view.getMeasuredWidth(), fromY + view.getMeasuredHeight());
  /cts/tests/tests/widget/src/android/widget/cts/
HorizontalScrollViewTest.java 618 final int fromY, final int toY) {
620 if (fromX == toX && fromY == toY) {
624 if (fromY != toY) {
628 return isInRange(mScrollView.getScrollY(), fromY, toY);
ScrollViewTest.java 648 final int fromY, final int toY) {
650 if (fromX == toX && fromY == toY) {
654 if (fromY != toY) {
658 return isInRange(mScrollView.getScrollY(), fromY, toY);
  /packages/apps/Contacts/src/com/android/contacts/editor/
EditorAnimator.java 221 private static void translateViews(List<Animator> animators, List<View> views, float fromY,
226 ObjectAnimator.ofFloat(child, View.TRANSLATION_Y, fromY, toY);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
LinearLayoutRule.java 422 int fromY = y - height / 2;
424 gc.drawLine(x, fromY, x, toY);
    [all...]
  /frameworks/ex/carousel/java/com/android/ex/carousel/
carousel.rs 441 void lookAt(float fromX, float fromY, float fromZ,
446 camera.from.y = fromY;
    [all...]
  /external/zxing/core/
core.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 

Completed in 391 milliseconds

1 2