HomeSort by relevance Sort by last modified time
    Searched defs:mShape (Results 1 - 10 of 10) 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 96 mShapeState.mShape = s;
103 return mShapeState.mShape;
110 mShapeState.mShape = s;
248 if (state.mShape != null) {
253 onDraw(state.mShape, canvas, paint);
324 if (mShapeState.mShape == null) {
488 if (mShapeState.mShape != null) {
493 mShapeState.mShape.resize(w, h);
503 if (mShapeState.mShape != null) {
504 mShapeState.mShape.getOutline(outline)
    [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) {
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
android-all-stubs.jar 

Completed in 476 milliseconds