Searched defs:percentageY (Results 1 – 1 of 1) sorted by relevance
47 final float percentageY = Float.parseFloat(sStringCommaSplitter.next()); in fromString() local55 Position(float percentageX, float percentageY) { in Position()