/aosp14/system/core/trusty/storage/lib/ |
H A D | storage.c | 150 struct iovec rx[2] = {{&msg, sizeof(msg)}, {&rsp, sizeof(rsp)}}; in storage_open_file() local 171 struct iovec rx[1] = {{&msg, sizeof(msg)}}; in storage_close_file() local 185 struct iovec rx[1] = {{&msg, sizeof(msg)}}; in storage_delete_file() local 196 struct iovec rx[2] = {{&msg, sizeof(msg)}, {buf, size}}; in _read_chunk() local 231 struct iovec rx[1] = {{&msg, sizeof(msg)}}; in _write_req() local 273 struct iovec rx[1] = {{&msg, sizeof(msg)}}; in storage_set_file_size() local 285 struct iovec rx[2] = {{&msg, sizeof(msg)}, {&rsp, sizeof(rsp)}}; in storage_get_file_size() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
H A D | UdfpsView.kt | 140 val rx = (sensorRect.right - sensorRect.left) / 2.0f regex
|
/aosp14/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/ |
H A D | BandwidthTest.java | 267 int rx = BandwidthTestUtil.parseIntValueFromFile(rcv_stat); in fetchDataFromProc() local
|
/aosp14/frameworks/base/libs/hwui/pipeline/skia/ |
H A D | AnimatedDrawables.h | 37 uirenderer::CanvasPropertyPrimitive* rx, in AnimatedRoundRect()
|
H A D | SkiaRecordingCanvas.cpp | 113 uirenderer::CanvasPropertyPrimitive* rx, in drawRoundRect()
|
/aosp14/frameworks/base/graphics/java/android/graphics/ |
H A D | BaseCanvas.java | 392 public void drawRoundRect(float left, float top, float right, float bottom, float rx, float ry, in drawRoundRect() 399 public void drawRoundRect(@NonNull RectF rect, float rx, float ry, @NonNull Paint paint) { in drawRoundRect() 696 public void punchHole(float left, float top, float right, float bottom, float rx, float ry, in punchHole() 796 float bottom, float rx, float ry, long nativePaint); in nDrawRoundRect() 853 float bottom, float rx, float ry, float alpha); in nPunchHole()
|
H A D | BaseRecordingCanvas.java | 385 float rx, float ry, @NonNull Paint paint) { in drawRoundRect() 391 public final void drawRoundRect(@NonNull RectF rect, float rx, float ry, @NonNull Paint paint) { in drawRoundRect() 622 public void punchHole(float left, float top, float right, float bottom, float rx, float ry, in punchHole() 685 float bottom, float rx, float ry, long nativePaint); in nDrawRoundRect() 759 float bottom, float rx, float ry, float alpha); in nPunchHole()
|
H A D | Path.java | 623 public void addRoundRect(@NonNull RectF rect, float rx, float ry, @NonNull Direction dir) { in addRoundRect() 634 public void addRoundRect(float left, float top, float right, float bottom, float rx, float ry, in addRoundRect() 865 float right, float bottom, float rx, float ry, int dir); in nAddRoundRect()
|
H A D | RecordingCanvas.java | 252 CanvasProperty<Float> right, CanvasProperty<Float> bottom, CanvasProperty<Float> rx, in drawRoundRect()
|
/aosp14/frameworks/base/core/java/android/inputmethodservice/navigationbar/ |
H A D | KeyButtonRipple.java | 138 final float rx = horizontal ? radius : cx; in drawSoftware() local
|
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/navigationbar/buttons/ |
H A D | KeyButtonRipple.java | 140 final float rx = horizontal ? radius : cx; in drawSoftware() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
H A D | NotificationSwipeHelper.java | 506 final int rx = (int) ev.getRawX(); in isTouchInView() local
|
/aosp14/frameworks/base/libs/hwui/ |
H A D | SkiaCanvas.cpp | 529 void SkiaCanvas::drawRoundRect(float left, float top, float right, float bottom, float rx, float ry, in drawRoundRect() 848 uirenderer::CanvasPropertyPrimitive* rx, in drawRoundRect()
|
/aosp14/frameworks/base/libs/hwui/jni/ |
H A D | android_graphics_Canvas.cpp | 363 jfloat right, jfloat bottom, jfloat rx, jfloat ry, jlong paintHandle) { in drawRoundRect() 724 jfloat bottom, jfloat rx, jfloat ry, jfloat alpha) { in punchHole()
|
H A D | android_graphics_RenderNode.cpp | 277 …ean android_view_RenderNode_setRotationX(CRITICAL_JNI_PARAMS_COMMA jlong renderNodePtr, float rx) { in android_view_RenderNode_setRotationX()
|
H A D | Path.cpp | 172 jfloat right, jfloat bottom, jfloat rx, jfloat ry, jint dirHandle) { in addRoundRectXY()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |