Home
last modified time | relevance | path

Searched defs:gradient (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/tests/graphics/HwAccelerationTest/src/com/android/test/hwui/
DGradientsActivity.java123 LinearGradient gradient = new LinearGradient(0, 0, 200, 0, 0xFF000000, 0, in GradientView() local
148 RadialGradient gradient = new RadialGradient(0.0f, 0.0f, 100.0f, 0xff000000, 0xffffffff, in RadialGradientView() local
173 SweepGradient gradient = new SweepGradient(100.0f, 100.0f, 0xff000000, 0xffffffff); in SweepGradientView() local
DGradientStopsActivity.java47 LinearGradient gradient = new LinearGradient(0.0f, 0.0f, 256.0f, 0.0f, in onDraw() local
DRenderEffectShaderActivity.java69 LinearGradient gradient = new LinearGradient( in onLayout() local
DBlurActivity.java76 LinearGradient gradient = new LinearGradient( in onLayout() local
DColorBitmapActivity.java90 LinearGradient gradient = new LinearGradient( in authorGradientBuffer() local
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DGhostedViewTransitionAnimatorController.kt177 val gradient = findGradientDrawable(drawable) ?: return 0f in getCurrentTopCornerRadius() constant
187 val gradient = findGradientDrawable(drawable) ?: return 0f in getCurrentBottomCornerRadius() constant
490 val gradient = findGradientDrawable(background) ?: return in savePreviousBackgroundRadii() constant
/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/android/layoutlib/test/myapplication/
DR$color.class ... complex_gradient public static final int complex_radial_gradient public static final int gradient public static final int multiple_alpha_items_gradient public static final int multiple_offset_items_gradient ...
DR$drawable.class ... clipped_even_odd public static final int corner public static final int gradient public static final int headset public static final int ic_launcher ...
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/viewmodel/
DMediaRecommendationsViewModel.kt282 val gradient = in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/
DMediaControlPanel.java1073 GradientDrawable gradient = (GradientDrawable) mContext.getDrawable( in addGradientToPlayerAlbum() local
1088 GradientDrawable gradient = (GradientDrawable) mContext.getDrawable( in addGradientToRecommendationAlbum() local
1094 private LayerDrawable setupGradientColorOnDrawable(Drawable albumArt, GradientDrawable gradient, in setupGradientColorOnDrawable()
/frameworks/base/graphics/java/android/graphics/drawable/
DGradientDrawable.java484 public void setGradientType(@GradientType int gradient) { in setGradientType()
/frameworks/base/libs/hwui/
DVectorDrawable.h231 void setFillGradient(SkShader* gradient) { in setFillGradient()
237 void setStrokeGradient(SkShader* gradient) { in setStrokeGradient()