OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RectShape
(Results
1 - 11
of
11
) sorted by null
/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();
/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
...]
/prebuilt/sdk/10/
android.jar
/prebuilt/sdk/12/
android.jar
/prebuilt/sdk/13/
android.jar
/prebuilt/sdk/14/
android.jar
/prebuilt/sdk/4/
android.jar
/prebuilt/sdk/6/
android.jar
/prebuilt/sdk/7/
android.jar
/prebuilt/sdk/8/
android.jar
/prebuilt/sdk/9/
android.jar
Completed in 213 milliseconds