| /development/cmds/monkey/src/com/android/commands/monkey/ |
| H A D | MonkeyTouchEvent.java | 26 public MonkeyTouchEvent(int action) { argument 27 super(MonkeyEvent.EVENT_TYPE_TOUCH, InputDevice.SOURCE_TOUCHSCREEN, action);
|
| H A D | MonkeyTrackballEvent.java | 25 public MonkeyTrackballEvent(int action) { argument 26 super(MonkeyEvent.EVENT_TYPE_TRACKBALL, InputDevice.SOURCE_TRACKBALL, action);
|
| H A D | MonkeyKeyEvent.java | 41 public MonkeyKeyEvent(int action, int keyCode) { argument 42 this(-1, -1, action, keyCode, 0, 0, KeyCharacterMap.VIRTUAL_KEYBOARD, 0); 45 public MonkeyKeyEvent(long downTime, long eventTime, int action, argument 51 mAction = action;
|
| H A D | MonkeyMotionEvent.java | 46 protected MonkeyMotionEvent(int type, int source, int action) { argument 51 mAction = action;
|
| /development/apps/BluetoothDebug/src/com/android/bluetoothdebug/ |
| H A D | DebugReceiver.java | 58 private static String shorten(String action) { argument 59 return action.replace("android", "a") 62 .replace("action", "a");
|
| /development/ndk/platforms/android-3/include/ |
| H A D | termios.h | 59 static __inline__ int tcflow(int fd, int action) argument 61 return ioctl(fd, TCXONC, (void *)(intptr_t)action);
|
| /development/ndk/platforms/android-3/include/linux/ |
| H A D | interrupt.h | 92 void (*action)(struct softirq_action *); member in struct:softirq_action
|
| H A D | irq.h | 83 struct irqaction *action; member in struct:irq_desc
|
| H A D | pkt_cls.h | 108 int action; member in struct:tc_police 138 #define tc_gen __u32 index; __u32 capab; int action; int refcnt; int bindcnt
|
| /development/samples/ApiDemos/src/com/example/android/apis/accessibility/ |
| H A D | AccessibilityNodeProviderActivity.java | 134 final int action = event.getAction(); 135 switch (action) { 139 event.setAction(action); 144 event.setAction(action); 158 event.setAction(action); 165 event.setAction(action); 272 final int action = event.getAction(); 273 switch (action) { 445 public boolean performAction(int virtualViewId, int action, Bundle arguments) { argument 447 // Perform the action o [all...] |
| /development/samples/training/AnimationsDemo/libs/ |
| H A D | android-support-v13.jar | ... .Context context
android.content.Intent intent
String action
}
android/support/v13/dreams/BasicDream.class BasicDream.java ... |
| /development/samples/training/bitmapfun/libs/ |
| H A D | android-support-v4.jar | META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/widget/ ... |
| /development/samples/training/basic/ActivityLifecycle/libs/ |
| H A D | android-support-v13.jar | META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v13/ android/support/v13/app/ ... |
| /development/samples/training/multiscreen/newsreader/libs/ |
| H A D | android-support-v4.jar | META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/content/ ... |
| /development/samples/training/basic/FragmentBasics/libs/ |
| H A D | android-support-v4.jar | META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ... |
| /development/samples/training/location-aware/libs/ |
| H A D | android-support-v4.jar | META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ... |