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

1 2 3 4

  /external/skia/experimental/svg/model/
SkSVGUse.cpp 28 void SkSVGUse::setY(const SkSVGLength& y) {
46 this->setY(*y);
SkSVGRect.cpp 20 void SkSVGRect::setY(const SkSVGLength& y) {
49 this->setY(*y);
SkSVGSVG.cpp 51 void SkSVGSVG::setY(const SkSVGLength& y) {
76 this->setY(*y);
SkSVGPattern.cpp 21 void SkSVGPattern::setY(const SkSVGLength& y) {
50 this->setY(*y);
  /external/skqp/experimental/svg/model/
SkSVGUse.cpp 28 void SkSVGUse::setY(const SkSVGLength& y) {
46 this->setY(*y);
SkSVGRect.cpp 20 void SkSVGRect::setY(const SkSVGLength& y) {
49 this->setY(*y);
SkSVGSVG.cpp 51 void SkSVGSVG::setY(const SkSVGLength& y) {
76 this->setY(*y);
SkSVGPattern.cpp 21 void SkSVGPattern::setY(const SkSVGLength& y) {
50 this->setY(*y);
  /development/samples/devbytes/animation/SlidingFragments/src/com/example/android/slidingfragments/
FractionalLinearLayout.java 51 setY(mScreenHeight);
60 setY((mScreenHeight > 0) ? (mScreenHeight - yFraction * mScreenHeight) : 0);
  /external/libmojo/mojo/public/cpp/bindings/tests/
rect_blink.h 35 void setY(int y) {
  /frameworks/rs/cpp/
Type.cpp 147 void Type::Builder::setY(uint32_t value) {
  /frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
Resize.java 39 tb.setY((int)(mHeight * scale));
  /packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
AnimationView.java 82 setY((mSpan > 0) ? (mPosition * mSpan) : 0);
  /cts/tests/tests/animation/src/android/animation/cts/
CreationTest.java 156 public void setY(float y) {
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) {
AnimationLoading.java 158 shapeHolder.setY(y);
195 ball.setY((Float)animation.getAnimatedValue());
CustomEvaluator.java 80 public void setY(float y) {
104 mBall.setY(xyHolder.getY());
147 shapeHolder.setY(y - 25f);
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
SimpleXYSeries.java 178 public void setY(Number value, int index) {
  /frameworks/base/rs/java/android/renderscript/
AllocationAdapter.java 167 public void setY(int y) {
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
IntrinsicBase.java 78 tb.setY(h);
145 lo.setY(y, y2);
  /external/skia/experimental/skottie/
SkottieAnimator.cpp 337 [split_animator_ptr](const ScalarValue& y) { split_animator_ptr->setY(y); })) {
360 void setY(const ScalarValue& y) { fY = y; }
  /external/skqp/experimental/skottie/
SkottieAnimator.cpp 337 [split_animator_ptr](const ScalarValue& y) { split_animator_ptr->setY(y); })) {
360 void setY(const ScalarValue& y) { fY = y; }
  /frameworks/base/core/tests/coretests/src/android/animation/
AutoCancelTest.java 196 public void setY(float y) {}
  /frameworks/rs/support/java/src/android/support/v8/renderscript/
Type.java 316 public Builder setY(int value) {

Completed in 364 milliseconds

1 2 3 4