OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:slidertouch
(Results
1 - 1
of
1
) sorted by null
/external/replicaisland/src/com/replica/replicaisland/
InputGameInterface.java
92
final InputXY
sliderTouch
= touch.findPointerInRegion(
98
if (
sliderTouch
!= null) {
101
final float offset =
sliderTouch
.getX() - center;
Completed in 28 milliseconds