Searched refs:keyAction (Results 1 – 2 of 2) sorted by relevance
317 int keyAction, in onBackMotion() argument325 /* keyAction = */ keyAction, in onBackMotion()453 int keyAction, in onMotionEvent() argument468 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()
48 int keyAction, in onBackMotion() argument