Searched refs:directionFlags (Results 1 – 1 of 1) sorted by relevance
1137 private void updateDxDy(MotionEvent ev, int directionFlags, int pointerIndex) { in updateDxDy() argument1144 if ((directionFlags & LEFT) == 0) { in updateDxDy()1147 if ((directionFlags & RIGHT) == 0) { in updateDxDy()1150 if ((directionFlags & UP) == 0) { in updateDxDy()1153 if ((directionFlags & DOWN) == 0) { in updateDxDy()