Searched refs:getActionMasked (Results 1 – 12 of 12) sorted by relevance
60 assertEquals(MotionEvent.ACTION_MOVE, event.getActionMasked()); in getActionMaskedStripsPointerIndexFromAction()62 assertEquals(MotionEvent.ACTION_MOVE, event.getActionMasked()); in getActionMaskedStripsPointerIndexFromAction()
53 if (event.getActionMasked() == MotionEvent.ACTION_DOWN) { in addMovement()55 } else if (event.getActionMasked() != MotionEvent.ACTION_MOVE) { in addMovement()
309 public int getActionMasked() { in getActionMasked() method in NativeInput.MotionEvent
70 int action = event.getActionMasked(); in onTouchEvent()
89 int action = event.getActionMasked(); in onCreate()
58 switch (event.getActionMasked()) { in onTouchEvent()
70 int action = MotionEventCompat.getActionMasked(event); in onTouchEvent()
211 int action = event.getActionMasked(); in onTouchEvent()
132 switch (event.getActionMasked()) {
214 const #204 = Asciz getActionMasked;969 public final int getActionMasked();
218 #204 = Utf8 getActionMasked1119 public final int getActionMasked();
511 "getActionMasked",