Home
last modified time | relevance | path

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

12

/aosp12/frameworks/native/services/surfaceflinger/
H A DLayerRenderArea.cpp36 newParent->computeBounds(drawingBounds.toFloatRect(), ui::Transform(), in ReparentForDrawing()
111 mLayer->computeBounds(maxBounds, ui::Transform(), 0.f /* shadowRadius */); in render()
H A DLayer.cpp331 void Layer::computeBounds(FloatRect parentBounds, ui::Transform parentTransform, in computeBounds() function in android::Layer
368 child->computeBounds(mBounds, mEffectiveTransform, childShadowRadius); in computeBounds()
1610 child->computeBounds(newParent->mBounds, newParent->mEffectiveTransform, in setChildrenDrawingParent()
H A DLayer.h663 void computeBounds(FloatRect parentBounds, ui::Transform parentTransform, float shadowRadius);
H A DSurfaceFlinger.cpp2484 layer->computeBounds(maxBounds, ui::Transform(), 0.f /* shadowRadius */); in computeLayerBounds()
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/
H A DThemedBatteryDrawable.kt372 scaledFill.computeBounds(fillRect, true)
389 perimeterPath.computeBounds(RectF(), true)
394 errorPerimeterPath.computeBounds(RectF(), true)
400 fillMask.computeBounds(fillRect, true)
/aosp12/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()
/aosp12/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()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/
H A DPathSpecCornerPathRenderer.java62 mRoundedPath.computeBounds(bounds, true); in PathSpecCornerPathRenderer()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DRoundedLine.java110 mPath.computeBounds(mArc1, true /* unused */); in getBounds()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DCameraAvailabilityListener.kt63 cutoutProtectionPath.computeBounds(computed, false /* unused */)
/aosp12/frameworks/base/libs/hwui/
H A DVertexBuffer.h107 void computeBounds(int vertexCount = 0) {
/aosp12/frameworks/base/apct-tests/perftests/core/src/android/view/
H A DCutoutSpecificationBenchmark.java74 p.computeBounds(rectF, false /* unused */); in toRectAndAddToRegion()
/aosp12/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()
/aosp12/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
513 {"nComputeBounds","(JLandroid/graphics/RectF;)V", (void*) SkPathGlue::computeBounds},
/aosp12/frameworks/base/core/java/android/accessibilityservice/
H A DGestureDescription.java288 path.computeBounds(bounds, false /* unused */); in StrokeDescription()
/aosp12/frameworks/base/core/java/android/view/
H A DCutoutSpecification.java222 p.computeBounds(mTmpRectF, false /* unused */);
/aosp12/frameworks/base/graphics/java/android/graphics/
H A DPath.java333 public void computeBounds(@NonNull RectF bounds, boolean exact) { in computeBounds() method in Path
/aosp12/frameworks/base/core/tests/coretests/src/android/text/
H A DLayoutTest.java610 path.computeBounds(bounds, false); in testGetCursorPath()
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DCompositionTest.cpp842 layer->computeBounds(FloatRect(0, 0, 100, 100), ui::Transform(), 0.f /* shadowRadius */); in initLayerDrawingStateAndComputeBounds()
/aosp12/frameworks/base/core/java/android/widget/
H A DEditor.java4496 mSelectionPath.computeBounds(mSelectionBounds, true); in onGetContentRect()
7009 mPath.computeBounds(mTempRectF, false); in invalidate()
H A DTextView.java7523 mHighlightPath.computeBounds(TEMP_RECTF, false); in invalidateCursorPath()
8170 mHighlightPath.computeBounds(TEMP_RECTF, true); in getFocusedRect()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt6893 HSPLandroid/graphics/Path;->computeBounds(Landroid/graphics/RectF;Z)V

12