-
public final class GenericMotionRotaryInputAccumulatorAccumulator to trigger callbacks based on MotionEvent from rotary input.
This should normally be passed events received from android.view.View.onGenericMotionEvent.
-
-
Method Summary
Modifier and Type Method Description final BooleanonGenericMotionEvent(MotionEvent event)Process a MotionEvent. -
-
Method Detail
-
onGenericMotionEvent
final Boolean onGenericMotionEvent(MotionEvent event)
Process a MotionEvent.
- Parameters:
event- the MotionEvent to be processed.
-
-
-
-