Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/interfaces/datasets/
H A 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()
/aosp_15_r20/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/data/
H A 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()
H A DCombinedData.java268 public boolean removeEntry(float xValue, int dataSetIndex) { in removeEntry()
H A DBaseDataSet.java465 public boolean removeEntryByXValue(float xValue) { in removeEntryByXValue()
H A DChartData.java547 public boolean removeEntry(float xValue, int dataSetIndex) { in removeEntry()
/aosp_15_r20/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/charts/
H A 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()
/aosp_15_r20/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/jobs/
H A DViewPortJob.java24 protected float xValue = 0f; field in ViewPortJob
29 public ViewPortJob(ViewPortHandler viewPortHandler, float xValue, float yValue, in ViewPortJob()
H A 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()
H A 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()
H A 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()
H A DAnimatedViewPortJob.java25 …public AnimatedViewPortJob(ViewPortHandler viewPortHandler, float xValue, float yValue, Transforme… in AnimatedViewPortJob()
/aosp_15_r20/external/libchrome/mojo/public/java/system/javatests/src/org/chromium/mojo/bindings/
H A DMessageHeaderTest.java27 final int xValue = 1; in testSimpleMessageHeader() local
52 final int xValue = 1; in testMessageWithRequestIdHeader() local
/aosp_15_r20/external/MPAndroidChart/MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/
H A DBarChartPositiveNegative.java153 final float xValue; field in BarChartPositiveNegative.Data
155 Data(float xValue, float yValue, String xAxisValue) { in Data()
/aosp_15_r20/external/replicaisland/src/com/replica/replicaisland/
H A DVector2.java32 public Vector2(float xValue, float yValue) { in Vector2()
77 public final void set(float xValue, float yValue) { in set()
/aosp_15_r20/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/matrix/
H A 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()
/aosp_15_r20/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DNormFilter.java52 float xValue = ((Float)xFrameValue.getValue()).floatValue(); in onProcess() local
/aosp_15_r20/cts/tests/tests/view/src/android/view/cts/
H A DScaleGestureDetectorTest.java116 float xValue = 500.f; in testGetScaleFactor_whenGestureCrossesBackInsideSlopRadius_returns1() local
/aosp_15_r20/external/clang/test/PCH/
H A Dstruct.h8 float xValue, yValue, zValue; member
/aosp_15_r20/developers/build/prebuilts/gradle/JumpingJack/Wearable/src/main/java/com/example/android/wearable/jumpingjack/
H A DMainActivity.java163 private void detectJump(float xValue, long timestamp) { in detectJump()
/aosp_15_r20/development/samples/browseable/JumpingJack/src/com.example.android.wearable.jumpingjack/
H A DMainActivity.java163 private void detectJump(float xValue, long timestamp) { in detectJump()
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/primitives/
H A DUnsignedLongsTest.java347 BigInteger xValue = new BigInteger(x, 16); in testToString() local
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/primitives/
H A DUnsignedLongsTest.java347 BigInteger xValue = new BigInteger(x, 16); in testToString() local
/aosp_15_r20/out/soong/.intermediates/external/MPAndroidChart/MPAndroidChart/android_common/javac/
DMPAndroidChart.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/github/ com/ ...
/aosp_15_r20/external/pdfium/third_party/lcms/src/
H A Dcmscgats.c1257 …cmsIT8* it8, KEYVALUE** Head, const char *Key, const char *Subkey, const char* xValue, WRITEMODE W… in AddToList()
/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/
H A Dsqlite3.c17807 void (*xValue)(sqlite3_context*); /* Current agg value */ member
18007 #define WAGGREGATE(zName, nArg, arg, nc, xStep, xFinal, xValue, xInverse, f) \ argument

12