Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DMultiTouchFilter.java17 final int actualEvent = action & MotionEvent.ACTION_MASK; in updateTouch() local
19 if (actualEvent == MotionEvent.ACTION_POINTER_UP || in updateTouch()
20 actualEvent == MotionEvent.ACTION_UP || in updateTouch()
21 actualEvent == MotionEvent.ACTION_CANCEL) { in updateTouch()