Searched refs:mAxis (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/view/
H A DInputDevice.java524 if (range.mAxis == axis) {
550 if (range.mAxis == axis && range.mSource == source) {
604 private int mAxis; field in class:InputDevice.MotionRange
612 mAxis = axis;
625 return mAxis;
700 out.writeInt(range.mAxis);
754 description.append(" ").append(MotionEvent.axisToString(range.mAxis));
/frameworks/wilhelm/src/itf/
H A DI3DLocation.c231 thiz->mAxis = axis;
289 thiz->mAxis.x = 0x55555555;
290 thiz->mAxis.y = 0x55555555;
291 thiz->mAxis.z = 0x55555555;
H A DI3DMacroscopic.c136 thiz->mAxis = axis;
233 thiz->mAxis.x = 0x55555555;
234 thiz->mAxis.y = 0x55555555;
235 thiz->mAxis.z = 0x55555555;
/frameworks/wilhelm/src/
H A Ditfstruct.h145 SLVec3D mAxis; member in struct:__anon1631
170 SLVec3D mAxis; member in struct:__anon1635

Completed in 29 milliseconds