Home
last modified time | relevance | path

Searched defs:bottom1 (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/analysis/interpolation/
H A DFieldHermiteInterpolator.java112 final T[] bottom1 = bottomDiagonal.get(n - (j + 1)); in addSamplePoint() local
H A DHermiteInterpolator.java104 final double[] bottom1 = bottomDiagonal.get(n - (j + 1)); in addSamplePoint() local
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/
H A DTileLayoutTest.java166 ArgumentCaptor<Integer> bottom1 = ArgumentCaptor.forClass(Integer.class); in testMeasureLayout_CallsLayoutOnTilesWithNeighboredBounds() local
/aosp_15_r20/external/replicaisland/src/com/replica/replicaisland/
H A DAABoxCollisionVolume.java94 private boolean boxIntersect(float left1, float right1, float top1, float bottom1, in boxIntersect()
/aosp_15_r20/cts/tests/camera/src/android/hardware/cts/
H A DCameraTest.java2747 int bottom1, int weight1, int left2, int top2, int right2, in makeAreas()