Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInputDevice.java609 if (range.mAxis == axis) { in getMotionRange()
634 if (range.mAxis == axis && range.mSource == source) { in getMotionRange()
697 private int mAxis; field in InputDevice.MotionRange
707 mAxis = axis; in MotionRange()
721 return mAxis; in getAxis()
821 out.writeInt(range.mAxis); in writeToParcel()
876 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