Searched defs:action (Results 1 - 16 of 16) sorted by relevance

/development/cmds/monkey/src/com/android/commands/monkey/
H A DMonkeyTouchEvent.java26 public MonkeyTouchEvent(int action) { argument
27 super(MonkeyEvent.EVENT_TYPE_TOUCH, InputDevice.SOURCE_TOUCHSCREEN, action);
H A DMonkeyTrackballEvent.java25 public MonkeyTrackballEvent(int action) { argument
26 super(MonkeyEvent.EVENT_TYPE_TRACKBALL, InputDevice.SOURCE_TRACKBALL, action);
H A DMonkeyKeyEvent.java41 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 DMonkeyMotionEvent.java46 protected MonkeyMotionEvent(int type, int source, int action) { argument
51 mAction = action;
/development/apps/BluetoothDebug/src/com/android/bluetoothdebug/
H A DDebugReceiver.java58 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 Dtermios.h59 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 Dinterrupt.h92 void (*action)(struct softirq_action *); member in struct:softirq_action
H A Dirq.h83 struct irqaction *action; member in struct:irq_desc
H A Dpkt_cls.h108 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 DAccessibilityNodeProviderActivity.java134 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 Dandroid-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 Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/widget/ ...
/development/samples/training/basic/ActivityLifecycle/libs/
H A Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v13/ android/support/v13/app/ ...
/development/samples/training/multiscreen/newsreader/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/content/ ...
/development/samples/training/basic/FragmentBasics/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/development/samples/training/location-aware/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...

Completed in 105 milliseconds