Searched refs:touchHints (Results 1 – 1 of 1) sorted by relevance
154 String[] touchHints = new String[] { in onTouchOutsideOfSensorArea() local167 touchHints, in onTouchOutsideOfSensorArea()188 private String onTouchOutsideOfSensorAreaImpl(String[] touchHints, float touchX, in onTouchOutsideOfSensorAreaImpl() argument202 double degreesPerBucket = 360.0 / touchHints.length; in onTouchOutsideOfSensorAreaImpl()208 index %= touchHints.length; in onTouchOutsideOfSensorAreaImpl()213 index = (index + 1) % touchHints.length; in onTouchOutsideOfSensorAreaImpl()216 index = (index + 3) % touchHints.length; in onTouchOutsideOfSensorAreaImpl()220 return touchHints[index]; in onTouchOutsideOfSensorAreaImpl()