Home
last modified time | relevance | path

Searched refs:computeBounds (Results 1 – 23 of 23) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DDisplayShapeTest.java52 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 DThemedBatteryDrawable.kt373 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 DAdaptiveIconDrawableTest.java138 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 DScaledPathsActivity.java57 mPath.computeBounds(mPathBounds, true); in PathsView()
H A DPathsActivity.java92 mPath.computeBounds(mPathBounds, true); in PathsView()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/
H A DPathSpecCornerPathRenderer.java62 mRoundedPath.computeBounds(bounds, true); in PathSpecCornerPathRenderer()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DCameraAvailabilityListener.kt61 cutoutProtectionPath.computeBounds(computed, false /* unused */)
H A DFaceScanningOverlay.kt435 path.computeBounds(boundingRectangle, true)
/aosp14/frameworks/base/libs/hwui/
H A DVertexBuffer.h107 void computeBounds(int vertexCount = 0) {
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/view/
H A DCutoutSpecificationBenchmark.java74 p.computeBounds(rectF, false /* unused */); in toRectAndAddToRegion()
/aosp14/frameworks/base/core/java/android/gesture/
H A DGesture.java236 path.computeBounds(bounds, true); in toBitmap()
H A DGestureOverlayView.java298 path.computeBounds(bounds, true); in setGesture()
/aosp14/frameworks/base/core/java/android/accessibilityservice/
H A DGestureDescription.java288 path.computeBounds(bounds, false /* unused */); in StrokeDescription()
/aosp14/frameworks/base/libs/hwui/jni/
H A DPath.cpp62 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 DCutoutSpecification.java265 p.computeBounds(mTmpRectF, false /* unused */);
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DPath.java298 public void computeBounds(@NonNull RectF bounds, boolean exact) { in computeBounds() method in Path
/aosp14/frameworks/base/core/tests/coretests/src/android/text/
H A DLayoutTest.java610 path.computeBounds(bounds, false); in testGetCursorPath()
/aosp14/frameworks/base/core/java/android/widget/
H A DEditor.java4789 mSelectionPath.computeBounds(mSelectionBounds, true); in onGetContentRect()
7289 mPath.computeBounds(mTempRectF, false); in invalidate()
H A DTextView.java8359 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 Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt6605 HSPLandroid/graphics/Path;->computeBounds(Landroid/graphics/RectF;Z)V
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt6608 HSPLandroid/graphics/Path;->computeBounds(Landroid/graphics/RectF;Z)V
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt16154 method public void computeBounds(@NonNull android.graphics.RectF, boolean);