Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/widget/
H A DChartSweepView.java74 private ChartAxis mAxis; field in ChartSweepView
158 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 …]
/aosp12/frameworks/wilhelm/src/itf/
H A 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()
H A 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()
/aosp12/frameworks/base/core/java/android/view/
H A DInputDevice.java755 if (range.mAxis == axis) { in getMotionRange()
780 if (range.mAxis == axis && range.mSource == source) { in getMotionRange()
981 private int mAxis; field in InputDevice.MotionRange
991 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()
/aosp12/frameworks/base/libs/hwui/jni/
H A DFontUtils.cpp45 return mEnv->GetIntField(mAxis, gAxisClassInfo.mTag); in getTag()
49 return mEnv->GetFloatField(mAxis, gAxisClassInfo.mStyleValue); in getStyleValue()
H A DFontUtils.h58 AxisHelper(JNIEnv* env, jobject axis) : mEnv(env), mAxis(axis) {} in AxisHelper()
65 jobject mAxis; variable
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
H A DMotionPauseDetector.java215 private final int mAxis;
219 mAxis = axis;
229 return mAxis == MotionEvent.AXIS_X
/aosp12/frameworks/wilhelm/src/
H A Ditfstruct.h147 SLVec3D mAxis; member
172 SLVec3D mAxis; member
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt63531 Landroid/view/InputDevice$MotionRange;->mAxis:I