/frameworks/base/apct-tests/perftests/core/src/android/graphics/perftests/ |
D | OutlinePerfTest.java | 37 Outline outline = new Outline(); in testSetEmpty() local 46 Outline outline = new Outline(); in testSetRoundRect() local
|
/frameworks/layoutlib/bridge/src/android/view/ |
D | ViewGroup_Delegate.java | 58 Outline outline = child.mAttachInfo.mTmpOutline; in drawChild() local 71 Outline outline) { in drawShadow() 120 private static BufferedImage getPathShadow(Outline outline, Canvas canvas, float elevation, in getPathShadow()
|
D | RectShadowPainter.java | 53 Rect outline = new Rect(); in paintShadow() local
|
/frameworks/base/core/java/android/view/ |
D | ViewOutlineProvider.java | 87 public abstract void getOutline(View view, Outline outline); in getOutline()
|
/frameworks/base/graphics/java/android/graphics/drawable/shapes/ |
D | OvalShape.java | 41 public void getOutline(Outline outline) { in getOutline()
|
D | RectShape.java | 44 public void getOutline(Outline outline) { in getOutline()
|
D | Shape.java | 114 public void getOutline(@NonNull Outline outline) {} in getOutline()
|
D | ArcShape.java | 70 public void getOutline(Outline outline) { in getOutline()
|
D | RoundRectShape.java | 88 public void getOutline(Outline outline) { in getOutline()
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | MyLittleTextureView.java | 58 Outline outline = new Outline(); in onCreate() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/ |
D | TriangleShape.java | 72 public void getOutline(@NonNull Outline outline) { in getOutline()
|
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/ |
D | AnimateableViewBounds.java | 55 public void getOutline(View view, Outline outline) { in getOutline()
|
/frameworks/base/tools/aapt2/compile/ |
D | Image.h | 145 Bounds outline; variable
|
/frameworks/base/libs/hwui/ |
D | RenderProperties.cpp | 167 auto& outline = mPrimitiveFields.mOutline; in debugOutputProperties() local
|
D | Outline.h | 60 void setConvexPath(const SkPath* outline, float alpha) { in setConvexPath()
|
D | RenderNode.h | 168 const Outline& outline = properties().getOutline(); in nothingToDraw() local
|
/frameworks/layoutlib/bridge/src/android/view/shadow/ |
D | SpotShadowVertexCalculator.java | 88 float[] outline = new float[polyLength * 2]; in calculateShadow() local
|
D | HighQualityShadowPainter.java | 37 public static void paintRectShadow(ViewGroup parent, Outline outline, float elevation, in paintRectShadow()
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | ColorDrawable.java | 282 public void getOutline(@NonNull Outline outline) { in getOutline()
|
D | InsetDrawable.java | 306 public void getOutline(@NonNull Outline outline) { in getOutline()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/ |
D | BubbleFlyoutView.java | 378 private void getOutline(Outline outline) { in getOutline()
|
/frameworks/base/core/tests/coretests/src/android/graphics/drawable/ |
D | AdaptiveIconDrawableTest.java | 186 Outline outline = new Outline(); in testGetOutline_withBounds() local
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | ActionBarContainer.java | 385 public void getOutline(@NonNull Outline outline) { in getOutline()
|
/frameworks/base/libs/hwui/pipeline/skia/ |
D | RenderNodeDrawable.cpp | 78 static void clipOutline(const Outline& outline, SkCanvas* canvas, const SkRect* pendingClip) { in clipOutline()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
D | FaceDialogView.java | 130 public void getOutline(View view, Outline outline) { in getOutline()
|