Lines Matching full:axes
2787 enum Axes {
2914 void prepareAxes(int axes);
2931 void SingleTouchInputMapperTest::prepareAxes(int axes) {
2932 if (axes & POSITION) {
2938 if (axes & PRESSURE) {
2942 if (axes & TOOL) {
2946 if (axes & DISTANCE) {
2950 if (axes & TILT) {
4240 void prepareAxes(int axes);
4258 void MultiTouchInputMapperTest::prepareAxes(int axes) {
4259 if (axes & POSITION) {
4265 if (axes & TOUCH) {
4268 if (axes & MINOR) {
4273 if (axes & TOOL) {
4276 if (axes & MINOR) {
4281 if (axes & ORIENTATION) {
4285 if (axes & PRESSURE) {
4289 if (axes & DISTANCE) {
4293 if (axes & ID) {
4297 if (axes & SLOT) {
4302 if (axes & TOOL_TYPE) {