| /frameworks/base/apct-tests/perftests/core/src/android/graphics/perftests/ | 
| D | OutlinePerfTest.java | 37         Outline outline = new Outline();  in testSetEmpty()  local46         Outline outline = new Outline();  in testSetRoundRect()  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 | ArcShape.java | 70     public void getOutline(Outline outline) {  in getOutline()
 | 
| D | Shape.java | 114     public void getOutline(@NonNull Outline outline) {}  in getOutline()
 | 
| D | RoundRectShape.java | 88     public void getOutline(Outline outline) {  in getOutline()
 | 
| /frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/modifiers/ | 
| D | FadingBackground.kt | 90         val outline =  in drawOutline()  constant
 | 
| /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/libs/WindowManager/Shell/src/com/android/wm/shell/common/ | 
| D | TriangleShape.java | 74     public void getOutline(@NonNull Outline outline) {  in getOutline()
 | 
| /frameworks/base/tools/aapt2/compile/ | 
| D | Image.h | 145   Bounds outline;  variable
 | 
| /frameworks/base/libs/hwui/ | 
| D | Outline.h | 60     void setPath(const SkPath* outline, float alpha) {  in setPath()
 | 
| D | RenderProperties.cpp | 175     auto& outline = mPrimitiveFields.mOutline;  in debugOutputProperties()  local
 | 
| /frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/ | 
| D | ExpandableController.kt | 200                 val outline =  in launchController()  constant
 | 
| D | Expandable.kt | 488         val outline = shape.createOutline(size, layoutDirection, this)  in drawBackground()  constant
 | 
| /frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/theme/ | 
| D | AndroidColorScheme.kt | 77     val outline = getColor(context, R.attr.materialColorOutline)  constant
 | 
| /frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ | 
| D | AuthPanelController.java | 66     public void getOutline(View view, Outline outline) {  in getOutline()
 | 
| /frameworks/base/graphics/java/android/graphics/drawable/ | 
| D | ColorDrawable.java | 282     public void getOutline(@NonNull Outline outline) {  in getOutline()
 | 
| D | InsetDrawable.java | 307     public void getOutline(@NonNull Outline outline) {  in getOutline()
 | 
| /frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ | 
| D | BadgedImageView.java | 133     private void getOutline(Outline outline) {  in getOutline()
 | 
| /frameworks/base/core/tests/coretests/src/android/graphics/drawable/ | 
| D | AdaptiveIconDrawableTest.java | 181         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/core/java/android/widget/ | 
| D | Magnifier.java | 1089                 final Outline outline = new Outline();  in updateContentFactors()  local1160             final Outline outline = new Outline();  in createRenderNodeForBitmap()  local
 1186             final Outline outline = new Outline();  in createRenderNodeForOverlay()  local
 
 | 
| /frameworks/base/libs/hwui/pipeline/skia/ | 
| D | RenderNodeDrawable.cpp | 84 static void clipOutline(const Outline& outline, SkCanvas* canvas, const SkRect* pendingClip) {  in clipOutline()
 |