HomeSort by relevance Sort by last modified time
    Searched defs:setY (Results 1 - 25 of 39) sorted by null

1 2

  /external/chromium_org/v8/test/mjsunit/
accessors-on-global-object.js 47 function setY(value) { y = value; }
50 setY(i);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DOMPoint.h 20 void setY(double y) { m_y = y; }
DOMRect.h 18 void setY(double y) { m_y = y; }
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathSegLinetoVertical.h 37 void setY(float y)
SVGPointTearOff.cpp 57 void SVGPointTearOff::setY(float f, ExceptionState& exceptionState)
64 target()->setY(f);
SVGRectTearOff.cpp 56 void SVGRectTearOff::setY(float f, ExceptionState& exceptionState)
63 target()->setY(f);
SVGPathSegWithContext.h 46 void setY(float y)
SVGGlyphRefElement.cpp 100 void SVGGlyphRefElement::setY(float y)
SVGPathSegCurvetoCubicSmooth.h 47 void setY(float y)
SVGPathSegCurvetoQuadratic.h 47 void setY(float y)
SVGPoint.h 64 void setY(float f) { m_value.setY(f); }
SVGPathSegArc.h 50 void setY(float y)
SVGPathSegCurvetoCubic.h 49 void setY(float y)
SVGRect.h 61 void setY(float f) { m_value.setY(f); }
  /development/samples/devbytes/animation/SlidingFragments/src/com/example/android/slidingfragments/
FractionalLinearLayout.java 51 setY(mScreenHeight);
60 setY((mScreenHeight > 0) ? (mScreenHeight - yFraction * mScreenHeight) : 0);
  /external/chromium_org/third_party/WebKit/Source/platform/
LengthPoint.h 55 void setY(const Length& y) { m_y = y; }
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
IntPoint.h 56 void setY(int y) { m_y = y; }
FloatPoint.h 68 void setY(float y) { m_y = y; }
FloatPoint3D.h 64 void setY(float y) { m_y = y; }
LayoutPoint.h 54 void setY(LayoutUnit y) { m_y = y; }
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
TimeLineGraphItem.java 88 public void setY(int y) {
  /cts/tests/tests/animation/src/android/animation/cts/
ShapeHolder.java 52 public void setY(float value) {
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
ShapeHolder.java 50 public void setY(float value) {
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
IntrinsicBase.java 66 tb.setY(h);
142 lo.setY(y, y2);
  /cts/tests/tests/view/src/android/view/animation/cts/
AnimatorInflaterTest.java 294 public void setY(float y) {

Completed in 407 milliseconds

1 2