OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mShape
(Results
1 - 4
of
4
) sorted by null
/cts/tests/tests/animation/src/android/animation/cts/
ShapeHolder.java
30
private ShapeDrawable
mShape
;
61
mShape
= value;
65
return
mShape
;
73
mShape
.getPaint().setColor(value);
86
mShape
.setAlpha((int)((alpha * 255f) + .5f));
90
return
mShape
.getShape().getWidth();
94
Shape s =
mShape
.getShape();
99
return
mShape
.getShape().getHeight();
103
Shape s =
mShape
.getShape();
108
mShape
= s
[
all
...]
/frameworks/base/graphics/java/android/graphics/drawable/
ShapeDrawable.java
91
mShapeState.
mShape
= s;
98
return mShapeState.
mShape
;
105
mShapeState.
mShape
= s;
243
if (state.
mShape
!= null) {
248
onDraw(state.
mShape
, canvas, paint);
309
if (mShapeState.
mShape
== null) {
467
if (mShapeState.
mShape
!= null) {
472
mShapeState.
mShape
.resize(w, h);
482
if (mShapeState.
mShape
!= null) {
483
mShapeState.
mShape
.getOutline(outline)
[
all
...]
GradientDrawable.java
442
return mGradientState.
mShape
;
681
final boolean useLayer = haveStroke && haveFill && st.
mShape
!= LINE &&
725
switch (st.
mShape
) {
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
IconFactory.java
335
private final int
mShape
;
340
mShape
= shape;
380
if (
mShape
== SHAPE_CIRCLE) {
382
} else if (
mShape
== SHAPE_RECT) {
388
if (
mShape
== SHAPE_CIRCLE) {
390
} else if (
mShape
== SHAPE_RECT) {
Completed in 228 milliseconds