| /external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/jobs/ |
| D | ViewPortJob.java | 25 protected float yValue = 0f; field in ViewPortJob 29 public ViewPortJob(ViewPortHandler viewPortHandler, float xValue, float yValue, in ViewPortJob()
|
| D | MoveViewJob.java | 22 …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()
|
| D | AnimatedMoveViewJob.java | 24 …oveViewJob getInstance(ViewPortHandler viewPortHandler, float xValue, float yValue, Transformer tr… in getInstance() 43 …public AnimatedMoveViewJob(ViewPortHandler viewPortHandler, float xValue, float yValue, Transforme… in AnimatedMoveViewJob()
|
| D | ZoomJob.java | 25 …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()
|
| D | AnimatedViewPortJob.java | 25 …public AnimatedViewPortJob(ViewPortHandler viewPortHandler, float xValue, float yValue, Transforme… in AnimatedViewPortJob()
|
| /external/libchrome/mojo/public/java/system/javatests/src/org/chromium/mojo/bindings/ |
| D | MessageHeaderTest.java | 28 final int yValue = 2; in testSimpleMessageHeader() local 53 final int yValue = 2; in testMessageWithRequestIdHeader() local
|
| /external/MPAndroidChart/MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/ |
| D | BarChartPositiveNegative.java | 152 final float yValue; field in BarChartPositiveNegative.Data 155 Data(float xValue, float yValue, String xAxisValue) { in Data()
|
| /external/replicaisland/src/com/replica/replicaisland/ |
| D | Vector2.java | 32 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/ |
| D | Vector3.java | 25 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/ |
| D | BarLineChartBase.java | 685 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/ |
| D | struct.h | 8 float xValue, yValue, zValue; member
|