Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DFontUtils.cpp46 return mEnv->GetIntField(mAxis, gAxisClassInfo.mTag); in getTag()
50 return mEnv->GetFloatField(mAxis, gAxisClassInfo.mStyleValue); in getStyleValue()
DFontUtils.h57 AxisHelper(JNIEnv* env, jobject axis) : mEnv(env), mAxis(axis) {} in AxisHelper()
64 jobject mAxis; variable
/frameworks/base/core/java/android/view/
DInputDevice.java701 if (range.mAxis == axis) { in getMotionRange()
726 if (range.mAxis == axis && range.mSource == source) { in getMotionRange()
846 private int mAxis; field in InputDevice.MotionRange
856 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()
/frameworks/wilhelm/src/itf/
DI3DMacroscopic.cpp136 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.cpp231 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.h147 SLVec3D mAxis; member
172 SLVec3D mAxis; member
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt79969 Landroid/view/InputDevice$MotionRange;->mAxis:I