Searched refs:mAxis (Results 1 – 7 of 7) sorted by relevance
46 return mEnv->GetIntField(mAxis, gAxisClassInfo.mTag); in getTag()50 return mEnv->GetFloatField(mAxis, gAxisClassInfo.mStyleValue); in getStyleValue()
57 AxisHelper(JNIEnv* env, jobject axis) : mEnv(env), mAxis(axis) {} in AxisHelper()64 jobject mAxis; variable
701 if (range.mAxis == axis) { in getMotionRange()726 if (range.mAxis == axis && range.mSource == source) { in getMotionRange()846 private int mAxis; field in InputDevice.MotionRange856 mAxis = axis; in MotionRange()870 return mAxis; in getAxis()972 out.writeInt(range.mAxis); in writeToParcel()1029 description.append(" ").append(MotionEvent.axisToString(range.mAxis)); in toString()
136 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()
231 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()
147 SLVec3D mAxis; member172 SLVec3D mAxis; member
79969 Landroid/view/InputDevice$MotionRange;->mAxis:I