Searched defs:getX (Results 1 – 6 of 6) sorted by relevance
31 public float getX() { in getX() method in Position
48 public float getX() { in getX() method in ShapeHolder
155 public float getX() { in getX() method in CreationTest.DummyAnimatorTarget
338 public float getX() { in getX() method in AnimatorInflaterTest.DummyObject
572 Function<Float, Integer> getX = (Float x) -> (int) (bitmap.getWidth() * x); in assertBitmapQuadColor() local
1093 Function<Float, Integer> getX = (Float x) -> (int) (bitmap.getWidth() * x); in assertBitmapQuadColor() local