Searched defs:getY (Results 1 – 7 of 7) sorted by relevance
35 public float getY() { in getY() method in Position
56 public float getY() { in getY() method in ShapeHolder
153 public float getY() { in getY() method in CreationTest.DummyAnimatorTarget
227 public float getY() { in testNullObjectAnimator() method in AnimatorTest.AnimTarget
314 public float getY() { in getY() method in AnimatorInflaterTest.DummyObject
480 Function<Float, Integer> getY = (Float y) -> (int) (bitmap.getHeight() * y); in assertBitmapQuadColor() local
1102 Function<Float, Integer> getY = (Float y) -> (int) (bitmap.getHeight() * y); in assertBitmapQuadColor() local