Home | History | Annotate | Download | only in view

Lines Matching refs:mAxis

678             if (range.mAxis == axis) {
703 if (range.mAxis == axis && range.mSource == source) {
774 private int mAxis;
784 mAxis = axis;
798 return mAxis;
899 out.writeInt(range.mAxis);
956 description.append(" ").append(MotionEvent.axisToString(range.mAxis));