Home
last modified time | relevance | path

Searched defs:x1 (Results 1 – 25 of 37) sorted by relevance

12

/aosp14/frameworks/base/core/tests/coretests/src/android/view/stylus/
H A DHandwritingInitiatorTest.java130 final int x1 = (sHwArea1.left + sHwArea1.right) / 2; in onTouchEvent_startHandwriting_when_stylusMoveOnce_withinHWArea() local
155 final int x1 = (sHwArea1.left + sHwArea1.right) / 2; in onTouchEvent_startHandwritingOnce_when_stylusMoveMultiTimes_withinHWArea() local
218 final int x1 = (sHwArea1.left + sHwArea1.right) / 2; in onTouchEvent_startHandwriting_inputConnectionBuiltAfterStylusMove() local
271 final int x1 = (sHwArea1.left + sHwArea1.right) / 2; in onTouchEvent_tryAcceptDelegation_delegatorCallbackCreatesInputConnection() local
294 final int x1 = (sHwArea1.left + sHwArea1.right) / 2; in onTouchEvent_tryAcceptDelegation_delegatorCallbackFocusesDelegate() local
314 final int x1 = (sHwArea1.left + sHwArea1.right) / 2; in onTouchEvent_startHandwriting_delegate_touchEventsHandled() local
350 final int x1 = (rect.left + rect.right) / 2; in onTouchEvent_notStartHandwriting_whenHandwritingNotAvailable() local
369 final int x1 = 200; in onTouchEvent_notStartHandwriting_when_stylusTap_withinHWArea() local
385 final int x1 = 10; in onTouchEvent_notStartHandwriting_when_stylusMove_outOfHWArea() local
401 final int x1 = 10; in onTouchEvent_notStartHandwriting_when_stylusMove_afterTimeOut() local
[all …]
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DLinearGradient.java69 public LinearGradient(float x0, float y0, float x1, float y1, @NonNull @ColorInt int[] colors, in LinearGradient()
92 public LinearGradient(float x0, float y0, float x1, float y1, @NonNull @ColorLong long[] colors, in LinearGradient()
101 private LinearGradient(float x0, float y0, float x1, float y1, in LinearGradient()
129 public LinearGradient(float x0, float y0, float x1, float y1, in LinearGradient()
149 public LinearGradient(float x0, float y0, float x1, float y1, in LinearGradient()
163 private native long nativeCreate(long matrix, float x0, float y0, float x1, float y1, in nativeCreate()
H A DPath.java373 public void quadTo(float x1, float y1, float x2, float y2) { in quadTo()
413 public void conicTo(float x1, float y1, float x2, float y2, float weight) { in conicTo()
450 public void cubicTo(float x1, float y1, float x2, float y2, in cubicTo()
460 public void rCubicTo(float x1, float y1, float x2, float y2, in rCubicTo()
844 private static native void nQuadTo(long nPath, float x1, float y1, float x2, float y2); in nQuadTo()
846 private static native void nConicTo(long nPath, float x1, float y1, float x2, float y2, in nConicTo()
850 private static native void nCubicTo(long nPath, float x1, float y1, float x2, float y2, in nCubicTo()
852 private static native void nRCubicTo(long nPath, float x1, float y1, float x2, float y2, in nRCubicTo()
/aosp14/frameworks/base/core/java/android/view/animation/
H A DPathInterpolator.java128 float x1 = a.getFloat(R.styleable.PathInterpolator_controlX1, 0); in parseInterpolatorFromTypeArray() local
156 private void initCubic(float x1, float y1, float x2, float y2) { in initCubic()
/aosp14/frameworks/base/tests/MotionPrediction/src/test/motionprediction/
H A DDrawingView.kt35 val x1 = to.getX() regex
/aosp14/frameworks/base/core/java/android/transition/
H A DCircularPropagation.java100 private static double distance(float x1, float y1, float x2, float y2) { in distance()
/aosp14/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DRotateFilter.java142 Point x1 = new Point(0.5f * (cosTheta + sinTheta + 1f), in updateParameters() local
/aosp14/frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
H A DQuad.java80 float x1 = Collections.max(xs); in boundingBox() local
/aosp14/frameworks/base/tests/UiBench/gradle/wrapper/
H A Dgradle-wrapper.jar ... .wrapper.Install x0 java.io.File x1 String x2 static synthetic org.gradle.wrapper. ...
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DGLCanvas.java83 public abstract void drawLine(float x1, float y1, float x2, float y2, GLPaint paint); in drawLine()
87 public abstract void drawRect(float x1, float y1, float x2, float y2, GLPaint paint); in drawRect()
/aosp14/frameworks/base/core/java/android/widget/
H A DEditorTouchState.java211 public static boolean isDistanceWithin(float x1, float y1, float x2, float y2, in isDistanceWithin()
/aosp14/frameworks/base/media/mca/filterfw/jni/
H A Djni_shader_program.cpp140 jfloat x1, in Java_android_filterfw_core_ShaderProgram_setSourceRegion()
158 jfloat x1, in Java_android_filterfw_core_ShaderProgram_setTargetRegion()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DPathInterpolatorBuilder.java50 private void initCubic(float x1, float y1, float x2, float y2) { in initCubic()
/aosp14/frameworks/base/packages/SettingsLib/Spa/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
/aosp14/frameworks/base/startop/apps/ColorChanging/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
/aosp14/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DShaderProgram.java268 public native boolean setSourceRegion(float x0, float y0, float x1, float y1, in setSourceRegion()
271 private native boolean setTargetRegion(float x0, float y0, float x1, float y1, in setTargetRegion()
/aosp14/frameworks/base/tests/TouchLatency/gradle/wrapper/
H A Dgradle-wrapper.jar ... x0 org.gradle.wrapper.Download$1 x1 } org/gradle/wrapper/Download.class ...
/aosp14/frameworks/base/core/java/android/util/
H A DMathUtils.java102 public static float dist(float x1, float y1, float x2, float y2) { in dist()
108 public static float dist(float x1, float y1, float z1, float x2, float y2, float z2) { in dist()
/aosp14/frameworks/base/services/core/java/com/android/server/power/
H A DWirelessChargerDetector.java345 private static boolean hasMoved(float x1, float y1, float z1, in hasMoved()
/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/
H A DBrightnessMappingStrategyTest.java593 final int x1 = 1000; in testGammaCorrectionLowChangeAtCenter() local
625 final int x1 = 1000; in testGammaCorrectionHighChangeAtCenter() local
/aosp14/frameworks/base/libs/hwui/jni/
H A DPath.cpp93 static void quadTo__FFFF(JNIEnv* env, jclass clazz, jlong objHandle, jfloat x1, jfloat y1, in quadTo__FFFF()
105 static void conicTo(JNIEnv* env, jclass clazz, jlong objHandle, jfloat x1, jfloat y1, jfloat x2, in conicTo()
117 static void cubicTo__FFFFFF(JNIEnv* env, jclass clazz, jlong objHandle, jfloat x1, jfloat y1, in cubicTo__FFFFFF()
123 static void rCubicTo(JNIEnv* env, jclass clazz, jlong objHandle, jfloat x1, jfloat y1, in rCubicTo()
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/geometry/
H A DQuad.java326 private Quad(float x0, float y0, float x1, float y1, float x2, float y2, float x3, float y3) { in Quad()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipResizeGestureHandler.java443 float x1 = ev.getRawX(mSecondIndex); in onPinchResize() local
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DDropBoxTest.java410 DropBoxManager.Entry x1 = dropbox.getNextEntry(null, x0.getTimeMillis()); in testGetNextEntry() local
/aosp14/frameworks/base/core/java/android/view/
H A DHandwritingInitiator.java648 private boolean largerThanTouchSlop(float x1, float y1, float x2, float y2) { in largerThanTouchSlop()

12