Home
last modified time | relevance | path

Searched refs:keyAction (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/back/
DBackAnimationController.java317 int keyAction, in onBackMotion() argument
325 /* keyAction = */ keyAction, in onBackMotion()
453 int keyAction, in onMotionEvent() argument
468 if (keyAction == MotionEvent.ACTION_DOWN) { in onMotionEvent()
472 } else if (keyAction == MotionEvent.ACTION_MOVE) { in onMotionEvent()
481 } else if (keyAction == MotionEvent.ACTION_UP || keyAction == MotionEvent.ACTION_CANCEL) { in onMotionEvent()
483 "Finishing gesture with event action: %d", keyAction); in onMotionEvent()
484 if (keyAction == MotionEvent.ACTION_CANCEL) { in onMotionEvent()
DBackAnimation.java48 int keyAction, in onBackMotion() argument