HomeSort by relevance Sort by last modified time
    Searched refs:motionEvent (Results 26 - 27 of 27) sorted by null

12

  /frameworks/base/services/java/com/android/server/wm/
WindowManagerService.java 119 import android.view.MotionEvent;
623 if (event instanceof MotionEvent
626 final MotionEvent motionEvent = (MotionEvent)event;
628 final float newX = motionEvent.getRawX();
629 final float newY = motionEvent.getRawY();
631 switch (motionEvent.getAction()) {
632 case MotionEvent.ACTION_DOWN: {
638 case MotionEvent.ACTION_MOVE:
    [all...]
  /frameworks/base/core/java/android/view/
ViewRootImpl.java     [all...]

Completed in 1360 milliseconds

12