| /development/apps/GestureBuilder/src/com/android/gesture/builder/ |
| D | CreateGestureActivity.java | 111 public void onGestureStarted(GestureOverlayView overlay, MotionEvent event) { in onGestureStarted() 116 public void onGesture(GestureOverlayView overlay, MotionEvent event) { in onGesture() 119 public void onGestureEnded(GestureOverlayView overlay, MotionEvent event) { in onGestureEnded() 127 public void onGestureCancelled(GestureOverlayView overlay, MotionEvent event) { in onGestureCancelled()
|
| /development/samples/ApiDemos/src/com/example/android/apis/view/ |
| D | HoverInterceptorView.java | 48 public boolean onInterceptHoverEvent(MotionEvent event) { in onInterceptHoverEvent() 56 public boolean onHoverEvent(MotionEvent event) { in onHoverEvent()
|
| D | GameView.java | 118 public boolean onKeyDown(int keyCode, KeyEvent event) { in onKeyDown() 161 public boolean onKeyUp(int keyCode, KeyEvent event) { in onKeyUp() 207 public boolean onGenericMotionEvent(MotionEvent event) { in onGenericMotionEvent() 244 private void processJoystickInput(MotionEvent event, int historyPos) { in processJoystickInput()
|
| D | List12.java | 70 public boolean onKey(View v, int keyCode, KeyEvent event) { in onKey()
|
| D | GameControllerInput.java | 121 public boolean dispatchKeyEvent(KeyEvent event) { in dispatchKeyEvent() 142 public boolean dispatchGenericMotionEvent(MotionEvent event) { in dispatchGenericMotionEvent() 259 public boolean onKeyDown(KeyEvent event) { in onKeyDown() 272 public boolean onKeyUp(KeyEvent event) { in onKeyUp() 286 public boolean onJoystickMotion(MotionEvent event) { in onJoystickMotion()
|
| D | DraggableDot.java | 186 public boolean onDragEvent(DragEvent event) { in onDragEvent() 246 private void processDrop(DragEvent event) { in processDrop()
|
| /development/samples/browseable/WatchViewStub/src/com.example.android.google.wearable.watchviewstub/ |
| D | MainActivity.java | 75 public boolean dispatchTouchEvent(MotionEvent event) { in dispatchTouchEvent() 81 public void onLongPress(MotionEvent event) { in onLongPress()
|
| /development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/ |
| D | CardLayout.java | 61 public boolean onTouchEvent(MotionEvent event) { in onTouchEvent() 72 public boolean onInterceptTouchEvent(MotionEvent event) { in onInterceptTouchEvent()
|
| D | CardActionButton.java | 47 public boolean onTouchEvent(MotionEvent event) { in onTouchEvent()
|
| /development/samples/browseable/XYZTouristAttractions/Wearable/src/com.example.android.xyztouristattractions/ui/ |
| D | AttractionsActivity.java | 142 public boolean dispatchTouchEvent(MotionEvent event) { in dispatchTouchEvent() 147 public boolean onTouchEvent(MotionEvent event) { in onTouchEvent() 167 public void onLongPress(MotionEvent event) { in onLongPress()
|
| /development/ndk/sources/android/ndk_helper/ |
| D | gestureDetector.cpp | 139 int32_t PinchDetector::FindIndex( const AInputEvent* event, int32_t id ) in FindIndex() 150 GESTURE_STATE PinchDetector::Detect( const AInputEvent* event ) in Detect() 254 int32_t DragDetector::FindIndex( const AInputEvent* event, int32_t id ) in FindIndex() 265 GESTURE_STATE DragDetector::Detect( const AInputEvent* event ) in Detect()
|
| /development/samples/browseable/DelayedConfirmation/Wearable/src/com.example.android.wearable.delayedconfirmation/ |
| D | WearableMessageListenerService.java | 32 public void onMessageReceived(MessageEvent event) { in onMessageReceived()
|
| /development/samples/browseable/SkeletonWearableApp/src/com.example.android.google.wearable.app/ |
| D | MainActivity.java | 58 public boolean dispatchTouchEvent(MotionEvent event) { in dispatchTouchEvent() 64 public void onLongPress(MotionEvent event) { in onLongPress()
|
| /development/cmds/monkey/src/com/android/commands/monkey/ |
| D | MonkeyPowerEvent.java | 87 ContentValues event = new ContentValues(); in bufferLogEvent() local 109 ContentValues event = events[i]; in writeLogEvents() local
|
| /development/ndk/platforms/android-21/arch-x86/include/asm/ |
| D | ist.h | 26 __u32 event; member
|
| /development/ndk/platforms/android-9/arch-x86/include/asm/ |
| D | ist.h | 26 __u32 event; member
|
| /development/ndk/platforms/android-21/arch-x86_64/include/asm/ |
| D | ist.h | 26 __u32 event; member
|
| /development/samples/Support4Demos/src/com/example/android/supportv4/widget/ |
| D | ExploreByTouchHelperActivity.java | 106 public boolean dispatchHoverEvent(MotionEvent event) { in dispatchHoverEvent() 116 public boolean onTouchEvent(MotionEvent event) { in onTouchEvent() 259 int virtualViewId, AccessibilityEvent event) { in onPopulateEventForVirtualView()
|
| /development/samples/ControllerSample/src/com/example/controllersample/ |
| D | GameView.java | 128 public boolean onKeyDown(int keyCode, KeyEvent event) { in onKeyDown() 142 public boolean onKeyUp(int keyCode, KeyEvent event) { in onKeyUp() 156 public boolean onGenericMotionEvent(MotionEvent event) { in onGenericMotionEvent() 465 private static float getCenteredAxis(MotionEvent event, InputDevice device, in getCenteredAxis() 695 public boolean onKeyUp(int keyCode, KeyEvent event) { in onKeyUp() 745 public boolean onKeyDown(int keyCode, KeyEvent event) { in onKeyDown() 819 private void processJoystickInput(MotionEvent event, int historyPos) { in processJoystickInput() 848 GameView.this.step(historyPos < 0 ? event.getEventTime() : event in processJoystickInput()
|
| /development/samples/ApiDemos/src/com/example/android/apis/accessibility/ |
| D | CustomViewAccessibilityActivity.java | 81 public void onInitializeAccessibilityEvent(AccessibilityEvent event) { in onInitializeAccessibilityEvent() 105 public void onPopulateAccessibilityEvent(AccessibilityEvent event) { in onPopulateAccessibilityEvent()
|
| /development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/ |
| D | MainActivity.java | 124 public boolean onKeyDown(int keyCode, KeyEvent event) { in onKeyDown()
|
| /development/samples/ApiDemos/src/com/example/android/apis/os/ |
| D | TriggerSensors.java | 59 public void onTrigger(TriggerEvent event) { in onTrigger()
|
| /development/samples/HoneycombGallery/src/com/example/android/hcgallery/ |
| D | ContentFragment.java | 228 boolean processDragStarted(DragEvent event) { in processDragStarted() 238 boolean processDrop(DragEvent event, ImageView imageView) { in processDrop()
|
| /development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
| D | Sweep.java | 83 @Override public boolean onKeyDown(int keyCode, KeyEvent event) { in onKeyDown()
|
| /development/samples/browseable/HdrViewfinder/src/com.example.android.hdrviewfinder/ |
| D | FixedAspectSurfaceView.java | 150 public boolean onTouchEvent(MotionEvent event) { in onTouchEvent()
|