HomeSort by relevance Sort by last modified time
    Searched refs:shapeDrawable (Results 1 - 3 of 3) sorted by null

  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
ShapeDrawableTest.java 32 import android.graphics.drawable.ShapeDrawable;
34 import android.graphics.drawable.ShapeDrawable.ShaderFactory;
45 new ShapeDrawable();
47 new ShapeDrawable(null);
49 new ShapeDrawable(new RectShape());
53 ShapeDrawable shapeDrawable = new ShapeDrawable();
56 shapeDrawable.draw(null);
63 ShapeDrawable shapeDrawable = new ShapeDrawable()
    [all...]
  /frameworks/base/core/java/android/widget/
ProgressBar.java 34 import android.graphics.drawable.ShapeDrawable;
351 final ShapeDrawable shapeDrawable = new ShapeDrawable(getDrawableShape());
355 shapeDrawable.getPaint().setShader(bitmapShader);
357 return (clip) ? new ClipDrawable(shapeDrawable, Gravity.LEFT,
358 ClipDrawable.HORIZONTAL) : shapeDrawable;
    [all...]
  /packages/apps/MusicFX/src/com/android/musicfx/seekbar/
ProgressBar.java 34 import android.graphics.drawable.ShapeDrawable;
347 final ShapeDrawable shapeDrawable = new ShapeDrawable(getDrawableShape());
351 shapeDrawable.getPaint().setShader(bitmapShader);
353 return (clip) ? new ClipDrawable(shapeDrawable, Gravity.LEFT,
354 ClipDrawable.HORIZONTAL) : shapeDrawable;
    [all...]

Completed in 76 milliseconds