Home
last modified time | relevance | path

Searched defs:yValue (Results 1 – 11 of 11) sorted by relevance

/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/jobs/
DViewPortJob.java25 protected float yValue = 0f; field in ViewPortJob
29 public ViewPortJob(ViewPortHandler viewPortHandler, float xValue, float yValue, in ViewPortJob()
DMoveViewJob.java22 …oveViewJob getInstance(ViewPortHandler viewPortHandler, float xValue, float yValue, Transformer tr… in getInstance()
36 …public MoveViewJob(ViewPortHandler viewPortHandler, float xValue, float yValue, Transformer trans,… in MoveViewJob()
DAnimatedMoveViewJob.java24 …oveViewJob getInstance(ViewPortHandler viewPortHandler, float xValue, float yValue, Transformer tr… in getInstance()
43 …public AnimatedMoveViewJob(ViewPortHandler viewPortHandler, float xValue, float yValue, Transforme… in AnimatedMoveViewJob()
DZoomJob.java25 …etInstance(ViewPortHandler viewPortHandler, float scaleX, float scaleY, float xValue, float yValue, in getInstance()
48 …ortHandler viewPortHandler, float scaleX, float scaleY, float xValue, float yValue, Transformer tr… in ZoomJob()
DAnimatedViewPortJob.java25 …public AnimatedViewPortJob(ViewPortHandler viewPortHandler, float xValue, float yValue, Transforme… in AnimatedViewPortJob()
/external/libchrome/mojo/public/java/system/javatests/src/org/chromium/mojo/bindings/
DMessageHeaderTest.java28 final int yValue = 2; in testSimpleMessageHeader() local
53 final int yValue = 2; in testMessageWithRequestIdHeader() local
/external/MPAndroidChart/MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/
DBarChartPositiveNegative.java152 final float yValue; field in BarChartPositiveNegative.Data
155 Data(float xValue, float yValue, String xAxisValue) { in Data()
/external/replicaisland/src/com/replica/replicaisland/
DVector2.java32 public Vector2(float xValue, float yValue) { in Vector2()
77 public final void set(float xValue, float yValue) { in set()
/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/matrix/
DVector3.java25 public Vector3(float xValue, float yValue, float zValue) { in Vector3()
84 public final void set(float xValue, float yValue, float zValue) { in set()
/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/charts/
DBarLineChartBase.java685 public void zoom(float scaleX, float scaleY, float xValue, float yValue, AxisDependency axis) { in zoom()
717 …public void zoomAndCenterAnimated(float scaleX, float scaleY, float xValue, float yValue, AxisDepe… in zoomAndCenterAnimated()
857 public void moveViewTo(float xValue, float yValue, AxisDependency axis) { in moveViewTo()
878 public void moveViewToAnimated(float xValue, float yValue, AxisDependency axis, long duration) { in moveViewToAnimated()
899 public void centerViewToY(float yValue, AxisDependency axis) { in centerViewToY()
918 public void centerViewTo(float xValue, float yValue, AxisDependency axis) { in centerViewTo()
940 … public void centerViewToAnimated(float xValue, float yValue, AxisDependency axis, long duration) { in centerViewToAnimated()
/external/clang/test/PCH/
Dstruct.h8 float xValue, yValue, zValue; member