OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setGradientType
(Results
1 - 3
of
3
) sorted by null
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
RoundRects.java
68
mDrawable.
setGradientType
(GradientDrawable.LINEAR_GRADIENT);
75
mDrawable.
setGradientType
(GradientDrawable.RADIAL_GRADIENT);
84
mDrawable.
setGradientType
(GradientDrawable.SWEEP_GRADIENT);
91
mDrawable.
setGradientType
(GradientDrawable.LINEAR_GRADIENT);
100
mDrawable.
setGradientType
(GradientDrawable.RADIAL_GRADIENT);
107
mDrawable.
setGradientType
(GradientDrawable.SWEEP_GRADIENT);
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
GradientDrawableTest.java
264
gradientDrawable.
setGradientType
(gradientType);
269
gradientDrawable.
setGradientType
(gradientType);
/development/samples/ApiDemos/src/com/example/android/apis/app/
PresentationActivity.java
514
drawable.
setGradientType
(GradientDrawable.RADIAL_GRADIENT);
Completed in 51 milliseconds