Home
last modified time | relevance | path

Searched defs:action (Results 1 – 25 of 55) sorted by relevance

123

/development/ndk/sources/android/ndk_helper/
DgestureDetector.cpp53 int32_t action = AMotionEvent_getAction( motion_event ); in Detect() local
98 int32_t action = AMotionEvent_getAction( motion_event ); in Detect() local
153 int32_t action = AMotionEvent_getAction( event ); in Detect() local
268 int32_t action = AMotionEvent_getAction( event ); in Detect() local
/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeyTouchEvent.java26 public MonkeyTouchEvent(int action) { in MonkeyTouchEvent()
DMonkeyTrackballEvent.java25 public MonkeyTrackballEvent(int action) { in MonkeyTrackballEvent()
DMonkeyKeyEvent.java41 public MonkeyKeyEvent(int action, int keyCode) { in MonkeyKeyEvent()
45 public MonkeyKeyEvent(long downTime, long eventTime, int action, in MonkeyKeyEvent()
/development/apps/BluetoothDebug/src/com/android/bluetoothdebug/
DDebugReceiver.java58 private static String shorten(String action) { in shorten()
/development/samples/ApiDemos/src/com/example/android/apis/nfc/
DTechFilter.java39 String action = intent.getAction(); in onCreate() local
/development/samples/NotePad/src/com/example/android/notepad/
DNotesLiveFolder.java53 final String action = intent.getAction(); in onCreate() local
/development/samples/ApiDemos/src/com/example/android/apis/appwidget/
DExampleBroadcastReceiver.java40 String action = intent.getAction(); in onReceive() local
/development/samples/devbytes/telephony/SmsSampleProject/SmsSample/src/main/java/com/example/android/smssample/receiver/
DMessagingReceiver.java36 String action = intent == null ? null : intent.getAction(); in onReceive() local
/development/samples/ApiDemos/src/com/example/android/apis/app/
DLauncherShortcuts.java63 final String action = intent.getAction(); in onCreate() local
/development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/
DWiFiDirectBroadcastReceiver.java60 String action = intent.getAction(); in onReceive() local
/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
DActionsPresets.java93 NotificationCompat.Action action = new NotificationCompat.Action.Builder( in apply() local
117 NotificationCompat.Action action = new NotificationCompat.Action.Builder( in apply() local
/development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
DBluetoothLeService.java117 private void broadcastUpdate(final String action) { in broadcastUpdate()
122 private void broadcastUpdate(final String action, in broadcastUpdate()
/development/samples/SupportLeanbackDemos/src/com/example/android/leanback/
DPlaybackOverlayFragment.java365 private void onActionClicked(Action action) { in onActionClicked()
383 private void notifyActionChanged(PlaybackControlsRow.MultiAction action) { in notifyActionChanged()
DBrowseAnimationFragment.java42 Item(String text, OnItemClickedListener action) { in Item()
/development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
DWiFiDirectBroadcastReceiver.java58 String action = intent.getAction(); in onReceive() local
/development/samples/browseable/Timer/Wearable/src/com.example.android.wearable.timer/
DTimerNotificationService.java51 String action = intent.getAction(); in onHandleIntent() local
/development/samples/training/notify-user/src/com/example/android/pingme/
DPingService.java53 String action = intent.getAction(); in onHandleIntent() local
/development/samples/browseable/SynchronizedNotifications/Application/src/com.example.android.wearable.synchronizednotifications/
DDismissListener.java74 String action = intent.getAction(); in onStartCommand() local
/development/samples/browseable/ElevationDrag/src/com.example.android.elevationdrag/
DDragFrameLayout.java106 final int action = ev.getActionMasked(); in onInterceptTouchEvent() local
/development/samples/browseable/ElizaChat/Application/src/com.example.android.wearable.elizachat/
DResponderService.java76 String action = intent.getAction(); in onStartCommand() local
/development/samples/browseable/SynchronizedNotifications/Wearable/src/com.example.android.wearable.synchronizednotifications/
DNotificationUpdateService.java68 String action = intent.getAction(); in onStartCommand() local
/development/ndk/platforms/android-3/include/
Dtermios.h59 static __inline__ int tcflow(int fd, int action) in tcflow()
/development/samples/SampleSyncAdapter/samplesyncadapter_server/
Ddashboard.py45 def send_form(self, title, action, contactId, handle, content_obj): argument
/development/samples/browseable/Quiz/Wearable/src/com.example.android.wearable.quiz/
DQuizListenerService.java145 Notification.Action action = new Notification.Action.Builder( in onDataChanged() local

123