Searched refs:mAxis (Results 1 – 9 of 9) sorted by relevance
74 private ChartAxis mAxis; field in ChartSweepView158 mAxis = Preconditions.checkNotNull(axis, "missing axis"); in init()285 if (mLabelTemplate != null && mAxis != null) { in invalidateLabel()354 return mAxis; in getAxis()372 return mAxis.convertToPoint(mValue); in getPoint()549 setValue(mAxis.convertToValue(effectiveY));552 setValue(mAxis.convertToValue(effectiveX));557 return mAxis.shouldAdjustAxis(getValue());606 if (mAxis instanceof InvertedChartAxis) {615 final float afterPoint = mAxis.convertToPoint(afterValue) + margin;[all …]
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()
755 if (range.mAxis == axis) { in getMotionRange()780 if (range.mAxis == axis && range.mSource == source) { in getMotionRange()981 private int mAxis; field in InputDevice.MotionRange991 mAxis = axis; in MotionRange()1005 return mAxis; in getAxis()1109 out.writeInt(range.mAxis); in writeToParcel()1170 description.append(" ").append(MotionEvent.axisToString(range.mAxis)); in toString()
45 return mEnv->GetIntField(mAxis, gAxisClassInfo.mTag); in getTag()49 return mEnv->GetFloatField(mAxis, gAxisClassInfo.mStyleValue); in getStyleValue()
58 AxisHelper(JNIEnv* env, jobject axis) : mEnv(env), mAxis(axis) {} in AxisHelper()65 jobject mAxis; variable
215 private final int mAxis;219 mAxis = axis;229 return mAxis == MotionEvent.AXIS_X
147 SLVec3D mAxis; member172 SLVec3D mAxis; member
63531 Landroid/view/InputDevice$MotionRange;->mAxis:I