OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rectshape
(Results
1 - 15
of
15
) sorted by null
/cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
RectShapeTest.java
30
import android.graphics.drawable.shapes.
RectShape
;
34
@TestTargetClass(android.graphics.drawable.shapes.
RectShape
.class)
44
method = "
RectShape
",
48
new
RectShape
();
65
RectShape
rectShape
= new
RectShape
();
71
rectShape
.resize(TEST_WIDTH, TEST_HEIGHT);
73
rectShape
.draw(canvas, paint);
77
rectShape
.draw(canvas, paint)
[
all
...]
/frameworks/base/graphics/java/android/graphics/drawable/shapes/
RectShape.java
27
* the
RectShape
to a {@link android.graphics.drawable.ShapeDrawable}.
29
public class
RectShape
extends Shape {
33
*
RectShape
constructor.
35
public
RectShape
() {}
55
public
RectShape
clone() throws CloneNotSupportedException {
56
final
RectShape
shape = (
RectShape
) super.clone();
OvalShape.java
28
public class OvalShape extends
RectShape
{
ArcShape.java
30
public class ArcShape extends
RectShape
{
RoundRectShape.java
31
public class RoundRectShape extends
RectShape
{
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
ShapeDrawableTest.java
40
import android.graphics.drawable.shapes.
RectShape
;
67
new ShapeDrawable(new
RectShape
());
183
ShapeDrawable shapeDrawable = new ShapeDrawable(new
RectShape
());
317
RectShape
rectShape
= new
RectShape
();
318
shapeDrawable.setShape(
rectShape
);
319
assertSame(
rectShape
, shapeDrawable.getShape());
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectCalendarsSyncAdapter.java
22
import android.graphics.drawable.shapes.
RectShape
;
43
private
RectShape
r = new
RectShape
();
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
ShapeDrawable1.java
93
mDrawables[0] = new ShapeDrawable(new
RectShape
());
/frameworks/base/core/java/android/widget/
RatingBar.java
21
import android.graphics.drawable.shapes.
RectShape
;
243
return new
RectShape
();
/packages/apps/Settings/src/com/android/settings/deviceinfo/
StorageVolumePreferenceCategory.java
24
import android.graphics.drawable.shapes.
RectShape
;
369
ShapeDrawable shape = new ShapeDrawable(new
RectShape
());
/frameworks/base/graphics/java/android/graphics/drawable/
ShapeDrawable.java
35
* {@link android.graphics.drawable.shapes.
RectShape
}.
/frameworks/ex/common/java/com/android/ex/editstyledtext/
EditStyledText.java
42
import android.graphics.drawable.shapes.
RectShape
;
[
all
...]
/frameworks/base/
preloaded-classes
441
android.graphics.drawable.shapes.
RectShape
[
all
...]
/dalvik/hit/samples/
android.hprof
[
all
...]
/frameworks/base/docs/html/
sitemap.txt
[
all
...]
Completed in 173 milliseconds