Home | History | Annotate | Download | only in phototable

Lines Matching refs:mA

51     private int mA = INVALID_POINTER;
69 int a = ev.findPointerIndex(mA);
136 mA = ev.getPointerId(ev.getActionIndex());
152 if (mA == ev.getPointerId(ev.getActionIndex())) {
154 mA = mB;
161 if (mA != INVALID_POINTER) {
162 int idx = ev.findPointerIndex(mA);
200 if (mA != INVALID_POINTER) {
201 int idx = ev.findPointerIndex(mA);
227 mA = INVALID_POINTER;