/aosp14/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | DisplayShapeTest.java | 52 path.computeBounds(actualRect, false); in testGetPath() 100 path.computeBounds(actualRect, false); in testRotate_90() 113 path.computeBounds(actualRect, false); in testRotate_270() 126 path.computeBounds(actualRect, false); in testOffset() 138 path.computeBounds(actualRect, false); in testPhysicalPixelDisplaySizeRatio()
|
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/ |
H A D | ThemedBatteryDrawable.kt | 373 scaledFill.computeBounds(fillRect, true) 390 perimeterPath.computeBounds(RectF(), true) 395 errorPerimeterPath.computeBounds(RectF(), true) 401 fillMask.computeBounds(fillRect, true)
|
/aosp14/frameworks/base/core/tests/coretests/src/android/graphics/drawable/ |
H A D | AdaptiveIconDrawableTest.java | 138 pathFromDrawable.computeBounds(boundFromDrawable, true); in testGetIconMask_withoutBounds() 141 pathFromDeviceConfig.computeBounds(boundFromDeviceConfig, true); in testGetIconMask_withoutBounds() 162 mIconDrawable.getIconMask().computeBounds(maskBounds, true); in testGetIconMaskAfterSetBounds()
|
/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
H A D | ScaledPathsActivity.java | 57 mPath.computeBounds(mPathBounds, true); in PathsView()
|
H A D | PathsActivity.java | 92 mPath.computeBounds(mPathBounds, true); in PathsView()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/ |
H A D | PathSpecCornerPathRenderer.java | 62 mRoundedPath.computeBounds(bounds, true); in PathSpecCornerPathRenderer()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
H A D | CameraAvailabilityListener.kt | 61 cutoutProtectionPath.computeBounds(computed, false /* unused */)
|
H A D | FaceScanningOverlay.kt | 435 path.computeBounds(boundingRectangle, true)
|
/aosp14/frameworks/base/libs/hwui/ |
H A D | VertexBuffer.h | 107 void computeBounds(int vertexCount = 0) {
|
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/view/ |
H A D | CutoutSpecificationBenchmark.java | 74 p.computeBounds(rectF, false /* unused */); in toRectAndAddToRegion()
|
/aosp14/frameworks/base/core/java/android/gesture/ |
H A D | Gesture.java | 236 path.computeBounds(bounds, true); in toBitmap()
|
H A D | GestureOverlayView.java | 298 path.computeBounds(bounds, true); in setGesture()
|
/aosp14/frameworks/base/core/java/android/accessibilityservice/ |
H A D | GestureDescription.java | 288 path.computeBounds(bounds, false /* unused */); in StrokeDescription()
|
/aosp14/frameworks/base/libs/hwui/jni/ |
H A D | Path.cpp | 62 static void computeBounds(JNIEnv* env, jclass clazz, jlong objHandle, jobject jbounds) { in computeBounds() function in android::SkPathGlue 539 {"nComputeBounds", "(JLandroid/graphics/RectF;)V", (void*)SkPathGlue::computeBounds},
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | CutoutSpecification.java | 265 p.computeBounds(mTmpRectF, false /* unused */);
|
/aosp14/frameworks/base/graphics/java/android/graphics/ |
H A D | Path.java | 298 public void computeBounds(@NonNull RectF bounds, boolean exact) { in computeBounds() method in Path
|
/aosp14/frameworks/base/core/tests/coretests/src/android/text/ |
H A D | LayoutTest.java | 610 path.computeBounds(bounds, false); in testGetCursorPath()
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | Editor.java | 4789 mSelectionPath.computeBounds(mSelectionBounds, true); in onGetContentRect() 7289 mPath.computeBounds(mTempRectF, false); in invalidate()
|
H A D | TextView.java | 8359 mHighlightPath.computeBounds(TEMP_RECTF, false); in invalidateCursorPath() 9139 mHighlightPath.computeBounds(TEMP_RECTF, true); in getFocusedRect()
|
/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 ... |
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 6605 HSPLandroid/graphics/Path;->computeBounds(Landroid/graphics/RectF;Z)V
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 6608 HSPLandroid/graphics/Path;->computeBounds(Landroid/graphics/RectF;Z)V
|
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 16154 method public void computeBounds(@NonNull android.graphics.RectF, boolean);
|