Searched refs:KEY_Y (Results 1 – 4 of 4) sorted by relevance
/development/ndk/platforms/android-3/include/linux/ |
D | hil.h | 237 …KEY_G, KEY_F, KEY_D, KEY_S, KEY_A, KEY_RESERVED, KEY_CAPSLOCK, KEY_U, KEY_Y, KEY_T, KEY_R, K… 240 …KEY_EQUAL, KEY_BACKSPACE, KEY_TAB, KEY_Q, KEY_W, KEY_E, KEY_R, KEY_T, KEY_Y, KEY_U, KEY_I, K…
|
D | input.h | 108 #define KEY_Y 21 macro
|
/development/samples/LunarLander/src/com/example/android/lunarlander/ |
D | LunarView.java | 105 private static final String KEY_Y = "mY"; field in LunarView.LunarThread 337 mY = savedState.getDouble(KEY_Y); in restoreState() 391 map.putDouble(KEY_Y, Double.valueOf(mY)); in saveState()
|
/development/ndk/platforms/android-21/include/linux/ |
D | input.h | 155 #define KEY_Y 21 macro
|