Home | History | Annotate | Download | only in phototable

Lines Matching refs:mA

54     private int mA = INVALID_POINTER;
74 int a = ev.findPointerIndex(mA);
163 mA = ev.getPointerId(ev.getActionIndex());
179 if (mA == ev.getPointerId(ev.getActionIndex())) {
181 mA = mB;
188 if (mA != INVALID_POINTER) {
189 int idx = ev.findPointerIndex(mA);
227 if (mA != INVALID_POINTER) {
228 int idx = ev.findPointerIndex(mA);
248 mA = INVALID_POINTER;