Searched refs:regionY (Results 1 – 1 of 1) sorted by relevance
/external/replicaisland/src/com/replica/replicaisland/ |
D | InputTouchScreen.java | 87 …public InputXY findPointerInRegion(float regionX, float regionY, float regionWidth, float regionHe… in findPointerInRegion() argument 92 …getTouchedWithinRegion(pointer.getX(), pointer.getY(), regionX, regionY, regionWidth, regionHeight… in findPointerInRegion() 100 …private final boolean getTouchedWithinRegion(float x, float y, float regionX, float regionY, float… in getTouchedWithinRegion() argument 102 y >= regionY && in getTouchedWithinRegion() 104 y <= regionY + regionHeight); in getTouchedWithinRegion()
|