Home | History | Annotate | Download | only in tests

Lines Matching refs:Axes

2488     enum Axes {
2594 void prepareAxes(int axes);
2611 void SingleTouchInputMapperTest::prepareAxes(int axes) {
2612 if (axes & POSITION) {
2618 if (axes & PRESSURE) {
2622 if (axes & TOOL) {
2626 if (axes & DISTANCE) {
2630 if (axes & TILT) {
3738 void prepareAxes(int axes);
3756 void MultiTouchInputMapperTest::prepareAxes(int axes) {
3757 if (axes & POSITION) {
3763 if (axes & TOUCH) {
3766 if (axes & MINOR) {
3771 if (axes & TOOL) {
3774 if (axes & MINOR) {
3779 if (axes & ORIENTATION) {
3783 if (axes & PRESSURE) {
3787 if (axes & DISTANCE) {
3791 if (axes & ID) {
3795 if (axes & SLOT) {
3800 if (axes & TOOL_TYPE) {