Searched refs:flat (Results 1 - 2 of 2) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/view/
H A DGameView.java274 final float flat = range.getFlat();
278 // Ignore axis values that are within the 'flat' region of the joystick axis center.
280 if (Math.abs(value) > flat) {
/development/ndk/platforms/android-3/include/linux/
H A Dinput.h41 __s32 flat; member in struct:input_absinfo

Completed in 42 milliseconds