Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInputDevice.java678 if (range.mAxis == axis) { in getMotionRange()
703 if (range.mAxis == axis && range.mSource == source) { in getMotionRange()
774 private int mAxis; field in InputDevice.MotionRange
784 mAxis = axis; in MotionRange()
798 return mAxis; in getAxis()
899 out.writeInt(range.mAxis); in writeToParcel()
956 description.append(" ").append(MotionEvent.axisToString(range.mAxis)); in toString()
/frameworks/wilhelm/src/itf/
DI3DMacroscopic.c136 thiz->mAxis = axis; in I3DMacroscopic_Rotate()
233 thiz->mAxis.x = 0x55555555; in I3DMacroscopic_init()
234 thiz->mAxis.y = 0x55555555; in I3DMacroscopic_init()
235 thiz->mAxis.z = 0x55555555; in I3DMacroscopic_init()
DI3DLocation.c231 thiz->mAxis = axis; in I3DLocation_Rotate()
289 thiz->mAxis.x = 0x55555555; in I3DLocation_init()
290 thiz->mAxis.y = 0x55555555; in I3DLocation_init()
291 thiz->mAxis.z = 0x55555555; in I3DLocation_init()
/frameworks/wilhelm/src/
Ditfstruct.h145 SLVec3D mAxis; member
170 SLVec3D mAxis; member