Home
last modified time | relevance | path

Searched defs:y (Results 1 – 25 of 583) sorted by relevance

12345678910>>...24

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/classifier/
H A DClassifierTest.java90 protected MotionEvent appendDownEvent(float x, float y) { in appendDownEvent()
94 protected MotionEvent appendDownEvent(float x, float y, long eventTime) { in appendDownEvent()
98 protected MotionEvent appendMoveEvent(float x, float y) { in appendMoveEvent()
102 protected MotionEvent appendMoveEvent(float x, float y, long eventTime) { in appendMoveEvent()
107 protected MotionEvent appendUpEvent(float x, float y) { in appendUpEvent()
111 protected MotionEvent appendUpEvent(float x, float y, long eventTime) { in appendUpEvent()
115 private MotionEvent appendMotionEvent(int actionType, float x, float y) { in appendMotionEvent()
135 protected MotionEvent appendTrackpadDownEvent(float x, float y) { in appendTrackpadDownEvent()
148 private MotionEvent appendTrackpadMotionEvent(int actionType, float x, float y, in appendTrackpadMotionEvent()
155 private MotionEvent appendTrackpadMotionEvent(int actionType, float x, float y, in appendTrackpadMotionEvent()
[all …]
/aosp14/frameworks/base/libs/hwui/
H A DSafeMath.h36 size_t mul(size_t x, size_t y) { in mul()
40 size_t add(size_t x, size_t y) { in add()
62 static size_t Add(size_t x, size_t y) { in Add()
68 static size_t Mul(size_t x, size_t y) { in Mul()
75 uint32_t mul32(uint32_t x, uint32_t y) { in mul32()
84 uint64_t mul64(uint64_t x, uint64_t y) { in mul64()
/aosp14/frameworks/base/rs/java/android/renderscript/
H A DMatrix3f.java68 public float get(int x, int y) { in get()
78 public void set(int x, int y, float v) { in set()
117 public void loadRotate(float rot, float x, float y, float z) { in loadRotate()
171 public void loadScale(float x, float y) { in loadScale()
184 public void loadScale(float x, float y, float z) { in loadScale()
198 public void loadTranslate(float x, float y) { in loadTranslate()
248 public void rotate(float rot, float x, float y, float z) { in rotate()
273 public void scale(float x, float y) { in scale()
287 public void scale(float x, float y, float z) { in scale()
300 public void translate(float x, float y) { in translate()
H A DMatrix2f.java68 public float get(int x, int y) { in get()
78 public void set(int x, int y, float v) { in set()
124 public void loadScale(float x, float y) { in loadScale()
179 public void scale(float x, float y) { in scale()
H A DMatrix4f.java70 public float get(int x, int y) { in get()
80 public void set(int x, int y, float v) { in set()
155 public void loadRotate(float rot, float x, float y, float z) { in loadRotate()
200 public void loadScale(float x, float y, float z) { in loadScale()
215 public void loadTranslate(float x, float y, float z) { in loadTranslate()
374 public void rotate(float rot, float x, float y, float z) { in rotate()
388 public void scale(float x, float y, float z) { in scale()
402 public void translate(float x, float y, float z) { in translate()
/aosp14/frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
H A DPoint.java30 public float y; field in Point
37 public Point(float x, float y) { in Point()
42 public void set(float x, float y) { in set()
52 public Point plus(float x, float y) { in plus()
60 public Point minus(float x, float y) { in minus()
72 public Point mult(float x, float y) { in mult()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskTapPointerEventListener.java52 private void restorePointerIcon(int x, int y) { in restorePointerIcon()
67 final int y; in onPointerEvent() local
87 final int y = (int) motionEvent.getY(); in onPointerEvent() local
128 final int y = (int) motionEvent.getY(); in onPointerEvent() local
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DPointF.java28 public float y; field in PointF
32 public PointF(float x, float y) { in PointF()
57 public final void set(float x, float y) { in set()
83 public final boolean equals(float x, float y) { in equals()
122 public static float length(float x, float y) { in length()
H A DMovie.java49 private native void nDraw(long nativeCanvas, float x, float y, long paintHandle); in nDraw()
51 public void draw(Canvas canvas, float x, float y, Paint paint) { in draw()
52 nDraw(canvas.getNativeCanvasWrapper(), x, y, in draw() local
56 public void draw(Canvas canvas, float x, float y) { in draw()
57 nDraw(canvas.getNativeCanvasWrapper(), x, y, 0); in draw() local
H A DPoint.java29 public int y; field in Point
33 public Point(int x, int y) { in Point()
45 public void set(int x, int y) { in set()
78 public final boolean equals(int x, int y) { in equals()
/aosp14/frameworks/base/core/java/android/gesture/
H A DGesturePoint.java28 public final float y; field in GesturePoint
32 public GesturePoint(float x, float y, long t) { in GesturePoint()
41 final float y = in.readFloat(); in deserialize() local
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
H A DDragPositioningCallback.java44 void onDragPositioningStart(@CtrlType int ctrlType, float x, float y); in onDragPositioningStart()
52 Rect onDragPositioningMove(float x, float y); in onDragPositioningMove()
60 Rect onDragPositioningEnd(float x, float y); in onDragPositioningEnd()
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/libcore/regression/
H A DBigIntegerPerfTest.java41 BigInteger y = new BigInteger(1024, r); in timeRandomDivision() local
52 BigInteger y = new BigInteger(1024, r); in timeRandomGcd() local
63 BigInteger y = new BigInteger(1024, r); in timeRandomMultiplication() local
/aosp14/system/core/healthd/
H A Dhealthd_draw.cpp128 int y = (screen_height_ - h) / 2; in draw_surface_centered() local
141 int HealthdDraw::draw_text(const GRFont* font, int x, int y, const char* str) { in draw_text()
154 const int length, int* x, int* y) { in determine_xy()
200 int x, y; in draw_clock() local
224 int x, y; in draw_percent() local
246 int y; in draw_unknown() local
/aosp14/frameworks/base/core/java/com/android/internal/graphics/palette/
H A DContrast.java32 public static float lighterY(float y, float contrast) { in lighterY()
49 public static float darkerY(float y, float contrast) { in darkerY()
80 public static float yToLstar(float y) { in yToLstar()
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DViewFilter.java97 float y = 0.0f; in getTargetRect() local
101 float y = 0.5f - 0.5f * relativeAR; in getTargetRect() local
108 float y = 0.5f - 0.5f * relativeAR; in getTargetRect() local
112 float y = 0.0f; in getTargetRect() local
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DGLCanvas.java54 public abstract void translate(float x, float y, float z); in translate()
56 public abstract void translate(float x, float y); in translate()
60 public abstract void rotate(float angle, float x, float y, float z); in rotate()
90 public abstract void fillRect(float x, float y, float width, float height, int color); in fillRect()
94 BasicTexture texture, int x, int y, int width, int height); in drawTexture()
96 public abstract void drawMesh(BasicTexture tex, int x, int y, int xyBuffer, in drawMesh()
104 int x, int y, int w, int h); in drawTexture()
110 float ratio, int x, int y, int w, int h); in drawMixed()
214 public abstract void getBounds(Rect bounds, int x, int y, int width, int height); in getBounds()
/aosp14/frameworks/base/core/java/android/util/
H A DSpline.java40 public static Spline createSpline(float[] x, float[] y) { in createSpline()
71 public static Spline createMonotoneCubicSpline(float[] x, float[] y) { in createMonotoneCubicSpline()
90 public static Spline createLinearSpline(float[] x, float[] y) { in createLinearSpline()
129 public MonotoneCubicSpline(float[] x, float[] y) { in MonotoneCubicSpline()
237 public LinearSpline(float[] x, float[] y) { in LinearSpline()
H A DHalf.java399 public static int compare(@HalfFloat short x, @HalfFloat short y) { in compare()
600 public static @HalfFloat short min(@HalfFloat short x, @HalfFloat short y) { in min()
617 public static @HalfFloat short max(@HalfFloat short x, @HalfFloat short y) { in max()
631 public static boolean less(@HalfFloat short x, @HalfFloat short y) { in less()
645 public static boolean lessEquals(@HalfFloat short x, @HalfFloat short y) { in lessEquals()
659 public static boolean greater(@HalfFloat short x, @HalfFloat short y) { in greater()
673 public static boolean greaterEquals(@HalfFloat short x, @HalfFloat short y) { in greaterEquals()
687 public static boolean equals(@HalfFloat short x, @HalfFloat short y) { in equals()
/aosp14/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DInteractionController.java213 public boolean clickNoSync(int x, int y) { in clickNoSync()
233 public boolean clickAndSync(final int x, final int y, long timeout) { in clickAndSync()
252 public boolean clickAndWaitForNewWindow(final int x, final int y, long timeout) { in clickAndWaitForNewWindow()
269 private Runnable clickRunnable(final int x, final int y) { in clickRunnable()
/aosp14/frameworks/base/media/mca/filterpacks/native/base/
H A Dvec_types.h91 T dot(const Vec<T,dim> &x, const Vec<T,dim> &y) { in dot()
127 Vec(float x, float y) { in Vec()
142 Vec(float x, float y, float z) { in Vec()
158 Vec(float x, float y, float z, float w) { in Vec()
/aosp14/frameworks/base/media/mca/filterfw/native/core/
H A Dgeometry.h31 Point(float x, float y) : x_(x), y_(y) {} in Point()
34 float y() const { return y_; } in y() function
72 float x, y, width, height; member
/aosp14/system/core/libsparse/
H A Dsparse_defs.h42 #define DIV_ROUND_UP(x, y) (((x) + (y)-1) / (y)) argument
43 #define ALIGN(x, y) ((y)*DIV_ROUND_UP((x), (y))) argument
44 #define ALIGN_DOWN(x, y) ((y) * ((x) / (y))) argument
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/utils/
H A DTouchEventGenerator.java38 public static MotionEvent downEvent(int displayId, float x, float y) { in downEvent()
42 public static MotionEvent moveEvent(int displayId, float x, float y) { in moveEvent()
46 public static MotionEvent upEvent(int displayId, float x, float y) { in upEvent()
51 float y) { in generateSingleTouchEvent()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DMagnificationGestureDetector.java68 boolean onStart(float x, float y); in onStart()
78 boolean onFinish(float x, float y); in onFinish()
145 private void stopSingleTapDetectionIfNeeded(float x, float y) { in stopSingleTapDetectionIfNeeded()
167 private boolean notifyDraggingGestureIfNeeded(View view, float x, float y) { in notifyDraggingGestureIfNeeded()

12345678910>>...24