Home
last modified time | relevance | path

Searched defs:xValue (Results 1 – 22 of 22) sorted by relevance

/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/interfaces/datasets/
DIDataSet.java89 T getEntryForXValue(float xValue, float closestToY, DataSet.Rounding rounding); in getEntryForXValue()
104 T getEntryForXValue(float xValue, float closestToY); in getEntryForXValue()
115 List<T> getEntriesForXValue(float xValue); in getEntriesForXValue()
139 int getEntryIndex(float xValue, float closestToY, DataSet.Rounding rounding); in getEntryIndex()
215 boolean removeEntryByXValue(float xValue); in removeEntryByXValue()
/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/jobs/
DViewPortJob.java24 protected float xValue = 0f; field in ViewPortJob
29 public ViewPortJob(ViewPortHandler viewPortHandler, float xValue, float yValue, in ViewPortJob()
DMoveViewJob.java22 …public static MoveViewJob getInstance(ViewPortHandler viewPortHandler, float xValue, float yValue,… in getInstance()
36 …public MoveViewJob(ViewPortHandler viewPortHandler, float xValue, float yValue, Transformer trans,… in MoveViewJob()
DAnimatedMoveViewJob.java24 …public static AnimatedMoveViewJob getInstance(ViewPortHandler viewPortHandler, float xValue, float… 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 …public ZoomJob(ViewPortHandler viewPortHandler, float scaleX, float scaleY, float xValue, float yV… 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.java27 final int xValue = 1; in testSimpleMessageHeader() local
52 final int xValue = 1; in testMessageWithRequestIdHeader() local
/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/data/
DDataSet.java302 public T getEntryForXValue(float xValue, float closestToY, Rounding rounding) { in getEntryForXValue()
311 public T getEntryForXValue(float xValue, float closestToY) { in getEntryForXValue()
321 public int getEntryIndex(float xValue, float closestToY, Rounding rounding) { in getEntryIndex()
406 public List<T> getEntriesForXValue(float xValue) { in getEntriesForXValue()
DCombinedData.java268 public boolean removeEntry(float xValue, int dataSetIndex) { in removeEntry()
DBaseDataSet.java465 public boolean removeEntryByXValue(float xValue) { in removeEntryByXValue()
DChartData.java547 public boolean removeEntry(float xValue, int dataSetIndex) { in removeEntry()
/external/MPAndroidChart/MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/
DBarChartPositiveNegative.java153 final float xValue; 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()
840 public void moveViewToX(float xValue) { in moveViewToX()
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()
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
/external/guava/guava-tests/test/com/google/common/primitives/
DUnsignedLongsTest.java338 BigInteger xValue = new BigInteger(x, 16); in testToString() local
/external/guava/android/guava-tests/test/com/google/common/primitives/
DUnsignedLongsTest.java338 BigInteger xValue = new BigInteger(x, 16); in testToString() local
/external/pdfium/third_party/lcms/src/
Dcmscgats.c1257 …cmsIT8* it8, KEYVALUE** Head, const char *Key, const char *Subkey, const char* xValue, WRITEMODE W… in AddToList()
/external/sqlite/dist/orig/
Dsqlite3.c17132 void (*xValue)(sqlite3_context*); /* Current agg value */ member
17322 #define WAGGREGATE(zName, nArg, arg, nc, xStep, xFinal, xValue, xInverse, f) \ argument
/external/sqlite/dist/
Dsqlite3.c17132 void (*xValue)(sqlite3_context*); /* Current agg value */ member
17322 #define WAGGREGATE(zName, nArg, arg, nc, xStep, xFinal, xValue, xInverse, f) \ argument
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c17255 void (*xValue)(sqlite3_context*); /* Current agg value */ member
17431 #define WAGGREGATE(zName, nArg, arg, nc, xStep, xFinal, xValue, xInverse, f) \ argument