/cts/tests/src/android/view/cts/ |
MockView.java | 30 import android.view.MotionEvent; 210 public boolean onTouchEvent(MotionEvent event) { 216 public boolean onTrackballEvent(MotionEvent event) {
|
/packages/apps/Mms/src/com/android/mms/ui/ |
RecipientsEditor.java | 38 import android.view.MotionEvent; 245 public boolean onTouchEvent(MotionEvent ev) { 250 if (action == MotionEvent.ACTION_DOWN) {
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
BitmapMesh.java | 114 @Override public boolean onTouchEvent(MotionEvent event) {
|
Vertices.java | 100 @Override public boolean onTouchEvent(MotionEvent event) {
|
/development/samples/TicTacToeLib/src/com/example/android/tictactoe/library/ |
GameView.java | 38 import android.view.MotionEvent;
294 public boolean onTouchEvent(MotionEvent event) {
297 if (action == MotionEvent.ACTION_DOWN) {
300 } else if (action == MotionEvent.ACTION_UP) {
|
/frameworks/base/core/java/android/view/ |
Window.java | 143 public boolean dispatchTouchEvent(MotionEvent event); 155 public boolean dispatchTrackballEvent(MotionEvent event); [all...] |
/packages/apps/Camera/src/com/android/camera/ui/ |
HeadUpDisplay.java | 35 import android.view.MotionEvent; 289 protected boolean dispatchTouchEvent(MotionEvent event) { 303 protected boolean onTouch(MotionEvent event) { 310 case MotionEvent.ACTION_UP:
|
/packages/apps/Contacts/src/com/android/contacts/ |
TabStripView.java | 26 import android.view.MotionEvent;
|
/packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/ |
MagicSmokeRS.java | 47 import android.view.MotionEvent; 194 public void onTouchEvent(MotionEvent event) { 196 case MotionEvent.ACTION_DOWN: 199 case MotionEvent.ACTION_MOVE:
|
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis5/ |
Visualization5RS.java | 39 import android.view.MotionEvent; 128 public void onTouchEvent(MotionEvent event) { 130 case MotionEvent.ACTION_DOWN: 133 case MotionEvent.ACTION_MOVE:
|
/cts/tests/tests/app/src/android/app/cts/ |
InstrumentationTest.java | 41 import android.view.MotionEvent; 63 private MotionEvent mMotionEvent; 72 // use coordinates for MotionEvent that do not include the status bar 77 mMotionEvent = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_DOWN, x, y, 266 args = {MotionEvent.class} 272 MotionEvent motionEvent = mActivity.getMotionEvent(); 273 assertEquals(mMotionEvent.getMetaState(), motionEvent.getMetaState()); 274 assertEquals(mMotionEvent.getEventTime(), motionEvent.getEventTime()) [all...] |
LifecycleTest.java | 38 import android.view.MotionEvent; 320 args = {MotionEvent.class} 325 args = {MotionEvent.class} 355 args = {MotionEvent.class} 360 args = {MotionEvent.class} 1002 args = {MotionEvent.class} 1007 args = {MotionEvent.class} 1037 args = {MotionEvent.class} 1042 args = {MotionEvent.class} [all...] |
LaunchTest.java | 36 import android.view.MotionEvent; 308 args = {MotionEvent.class} 313 args = {MotionEvent.class} 343 args = {MotionEvent.class} 348 args = {MotionEvent.class} 991 args = {MotionEvent.class} 996 args = {MotionEvent.class} 1026 args = {MotionEvent.class} 1031 args = {MotionEvent.class} [all...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
PopupWindowTest.java | 37 import android.view.MotionEvent; [all...] |
SlidingDrawerTest.java | 35 import android.view.MotionEvent; 460 args = {MotionEvent.class} 469 args = {MotionEvent.class}
|
/packages/apps/Gallery/src/com/android/camera/ |
ViewImage.java | 36 import android.view.MotionEvent; 230 public boolean dispatchTouchEvent(MotionEvent m) { 303 public boolean onTouch(View v, MotionEvent event) { 310 public boolean onTouch(View v, MotionEvent event) { 330 public boolean onScroll(MotionEvent e1, MotionEvent e2, 341 public boolean onSingleTapUp(MotionEvent e) { 348 public boolean onSingleTapConfirmed(MotionEvent e) { 356 public boolean onDoubleTap(MotionEvent e) { [all...] |
CropImage.java | 44 import android.view.MotionEvent; 622 private void recomputeFocus(MotionEvent event) { 644 public boolean onTouchEvent(MotionEvent event) { 651 case MotionEvent.ACTION_DOWN: 672 case MotionEvent.ACTION_UP: 696 case MotionEvent.ACTION_MOVE: 719 case MotionEvent.ACTION_UP: 722 case MotionEvent.ACTION_MOVE:
|
/development/apps/Term/src/com/android/term/ |
Term.java | 54 import android.view.MotionEvent; [all...] |
/packages/apps/Calendar/src/com/android/calendar/ |
MonthView.java | 50 import android.view.MotionEvent; 276 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, 305 public boolean onDown(MotionEvent e) { 312 public void setSelectedCell(MotionEvent e) { 329 public void onShowPress(MotionEvent e) { 338 public void onLongPress(MotionEvent e) { 352 public boolean onScroll(MotionEvent e1, MotionEvent e2, 368 public boolean onSingleTapUp(MotionEvent e) [all...] |
/frameworks/base/core/java/android/content/res/ |
CompatibilityInfo.java | 26 import android.view.MotionEvent; 302 public void translateEventInScreenToAppWindow(MotionEvent event) {
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
CropImage.java | 45 import android.view.MotionEvent; 736 private void recomputeFocus(MotionEvent event) { 758 public boolean onTouchEvent(MotionEvent event) { 765 case MotionEvent.ACTION_DOWN: // CR: inline case blocks. 791 case MotionEvent.ACTION_UP: 815 case MotionEvent.ACTION_MOVE: 836 case MotionEvent.ACTION_UP: 839 case MotionEvent.ACTION_MOVE: [all...] |
TimeBar.java | 36 import android.view.MotionEvent; 462 public boolean onTouchEvent(MotionEvent event) { 474 case MotionEvent.ACTION_DOWN: 477 case MotionEvent.ACTION_UP: 478 case MotionEvent.ACTION_CANCEL:
|
/cts/tests/tests/view/src/android/view/cts/ |
ViewGroupTest.java | 40 import android.view.MotionEvent; 70 private MotionEvent mMotionEvent; 731 args = {android.view.MotionEvent.class} 748 public boolean onTouch(View v, MotionEvent event) { 760 MotionEvent me = MotionEvent.obtain(SystemClock.uptimeMillis(), 761 SystemClock.uptimeMillis(), MotionEvent.ACTION_DOWN, 775 args = {android.view.MotionEvent.class} 779 MotionEvent me = MotionEvent.obtain(SystemClock.uptimeMillis() [all...] |
WindowTest.java | 46 import android.view.MotionEvent; 836 args = {android.view.MotionEvent.class} 841 args = {android.view.MotionEvent.class} [all...] |
/frameworks/base/core/java/com/android/internal/widget/ |
SlidingTab.java | 30 import android.view.MotionEvent; 503 public boolean onInterceptTouchEvent(MotionEvent event) { 525 case MotionEvent.ACTION_DOWN: { 574 public boolean onTouchEvent(MotionEvent event) { 581 case MotionEvent.ACTION_MOVE: 609 case MotionEvent.ACTION_UP: 610 case MotionEvent.ACTION_CANCEL: [all...] |