Searched refs:argX (Results 1 – 1 of 1) sorted by relevance
619 const auto argX = arg.xCursorPosition; variable621 *result_listener << "expected cursor position (" << x << ", " << y << "), but got (" << argX623 return (isnan(x) ? isnan(argX) : x == argX) && (isnan(y) ? isnan(argY) : y == argY);627 const auto argX = arg.pointerCoords[0].getAxisValue(AMOTION_EVENT_AXIS_RELATIVE_X);629 *result_listener << "expected relative motion (" << x << ", " << y << "), but got (" << argX631 return argX == x && argY == y;