Home | History | Annotate | Download | only in accessibility

Lines Matching refs:actionMasked

865         final int actionMasked = prototype.getActionMasked();
867 if (actionMasked != MotionEvent.ACTION_MOVE) {
974 * @param actionMasked The masked action.
978 private int computeInjectionAction(int actionMasked, int pointerIndex) {
979 switch (actionMasked) {
1002 return actionMasked;