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
162 public float getY() { in getY() method in CreationTest.DummyAnimatorTarget
236 public float getY() { in testNullObjectAnimator() method in AnimatorTest.AnimTarget
346 public float getY() { in getY() method in AnimatorInflaterTest.DummyObject
573 Function<Float, Integer> getY = (Float y) -> (int) (bitmap.getHeight() * y); in assertBitmapQuadColor() local
1094 Function<Float, Integer> getY = (Float y) -> (int) (bitmap.getHeight() * y); in assertBitmapQuadColor() local