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

1 2 3 4 5 6 7 8 91011>>

  /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/core/svg/
SVGPathSegLinetoVertical.h 37 void setY(float y)
SVGPointTearOff.cpp 58 void SVGPointTearOff::setY(float f, ExceptionState& exceptionState)
65 target()->setY(f);
SVGRectTearOff.cpp 57 void SVGRectTearOff::setY(float f, ExceptionState& exceptionState)
64 target()->setY(f);
SVGGlyphRefElement.h 44 void setY(float);
SVGPathSegWithContext.h 47 void setY(float y)
SVGPointTearOff.h 50 void setY(float, ExceptionState&);
SVGPathSegCurvetoCubic.h 49 void setY(float y)
SVGPathSegCurvetoCubicSmooth.h 47 void setY(float y)
SVGPathSegCurvetoQuadratic.h 47 void setY(float y)
SVGRectTearOff.h 48 void setY(float, ExceptionState&);
SVGPoint.h 65 void setY(float f) { m_value.setY(f); }
SVGRect.h 62 void setY(float f) { m_value.setY(f); }
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
PointLightSource.cpp 45 paintingData.lightVector.setY(m_position.y() - y);
58 bool PointLightSource::setY(float y)
62 m_position.setY(y);
SpotLightSource.cpp 47 paintingData.directionVector.setY(m_direction.y() - m_position.y());
68 paintingData.lightVector.setY(m_position.y() - y);
76 paintingData.colorVector.setY(0.0f);
96 paintingData.colorVector.setY(paintingData.privateColorVector.y() * lightStrength);
108 bool SpotLightSource::setY(float y)
112 m_position.setY(y);
136 m_direction.setY(pointsAtY);
DistantLightSource.cpp 43 paintingData.lightVector.setY(sinf(azimuth) * cosf(elevation));
LightSource.h 81 virtual bool setY(float) { return false; }
PointLightSource.h 45 virtual bool setY(float) OVERRIDE;
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TypeTest.java 27 b.setX(x).setY(y);
92 b.setX(x).setY(y);
102 Type t = b.setX(8).setY(1).create();
106 t = b.setX(8).setY(8).create();
110 t = b.setX(8).setY(4).create();
114 t = b.setX(4).setY(8).create();
117 t = b.setX(7).setY(1).create();
121 t = b.setX(7).setY(3).create();
140 b.setX(3).setY(4);
148 b.setX(3).setY(4)
    [all...]
VoidPtr.java 54 Type t = typeBuilder.setX(10).setY(15).create();
82 Type t = typeBuilder.setX(10).setY(15).create();
111 Type t = typeBuilder.setX(10).setY(15).create();
142 Type t = typeBuilder.setX(10).setY(15).create();
  /external/chromium_org/third_party/WebKit/Source/core/frame/
DOMPoint.h 51 void setY(float y) { m_y = y; }
  /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/core/rendering/
RenderVTTCue.cpp 118 setY(y() + position);
184 setY(y() + step);
198 setY(m_fallbackPosition.y());
259 setY(y() + adjustment);
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
IntRect.cpp 79 m_location.setY(top);
100 m_location.setY(top);
121 m_location.setY(top);
129 m_location.setY((int)(y() * s));
  /frameworks/rs/java/tests/ComputePerf/src/com/example/android/rs/computeperf/
Mandelbrot.java 33 tb.setY(mScript.get_gDimY());

Completed in 359 milliseconds

1 2 3 4 5 6 7 8 91011>>