HomeSort by relevance Sort by last modified time
    Searched defs:newDrawable (Results 1 - 25 of 30) sorted by null

1 2

  /frameworks/base/graphics/java/android/graphics/drawable/
ColorDrawable.java 172 public Drawable newDrawable() {
177 public Drawable newDrawable(Resources res) {
TransitionDrawable.java 253 public Drawable newDrawable() {
258 public Drawable newDrawable(Resources res) {
AnimationDrawable.java 331 public Drawable newDrawable() {
336 public Drawable newDrawable(Resources res) {
LevelListDrawable.java 191 public Drawable newDrawable() {
196 public Drawable newDrawable(Resources res) {
MipmapDrawable.java 288 public Drawable newDrawable() {
293 public Drawable newDrawable(Resources res) {
BitmapDrawable.java 533 public Drawable newDrawable() {
538 public Drawable newDrawable(Resources res) {
ClipDrawable.java 256 mDrawable = orig.mDrawable.getConstantState().newDrawable(res);
258 mDrawable = orig.mDrawable.getConstantState().newDrawable();
268 public Drawable newDrawable() {
273 public Drawable newDrawable(Resources res) {
InsetDrawable.java 274 mDrawable = orig.mDrawable.getConstantState().newDrawable(res);
276 mDrawable = orig.mDrawable.getConstantState().newDrawable();
288 public Drawable newDrawable() {
293 public Drawable newDrawable(Resources res) {
NinePatchDrawable.java 433 public Drawable newDrawable() {
438 public Drawable newDrawable(Resources res) {
ScaleDrawable.java 274 mDrawable = orig.mDrawable.getConstantState().newDrawable(res);
276 mDrawable = orig.mDrawable.getConstantState().newDrawable();
288 public Drawable newDrawable() {
293 public Drawable newDrawable(Resources res) {
ShapeDrawable.java 416 public Drawable newDrawable() {
421 public Drawable newDrawable(Resources res) {
StateListDrawable.java 295 public Drawable newDrawable() {
300 public Drawable newDrawable(Resources res) {
AnimatedRotateDrawable.java 317 mDrawable = source.mDrawable.getConstantState().newDrawable(res);
319 mDrawable = source.mDrawable.getConstantState().newDrawable();
333 public Drawable newDrawable() {
338 public Drawable newDrawable(Resources res) {
Drawable.java     [all...]
RotateDrawable.java 314 mDrawable = source.mDrawable.getConstantState().newDrawable(res);
316 mDrawable = source.mDrawable.getConstantState().newDrawable();
330 public Drawable newDrawable() {
335 public Drawable newDrawable(Resources res) {
LayerDrawable.java 630 r.mDrawable = or.mDrawable.getConstantState().newDrawable(res);
632 r.mDrawable = or.mDrawable.getConstantState().newDrawable();
654 public Drawable newDrawable() {
659 public Drawable newDrawable(Resources res) {
  /packages/apps/Contacts/src/com/android/contacts/util/
ImageViewDrawableSetter.java 94 final Drawable newDrawable = (compressed == null)
102 if (newDrawable == null) return previousBitmap();
106 mTarget.setImageDrawable(newDrawable);
111 beforeAndAfter[1] = newDrawable;
119 mPreviousDrawable = newDrawable;
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
ClipDrawableTest.java 391 public Drawable newDrawable() {
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java     [all...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/6/
android.jar 

Completed in 8273 milliseconds

1 2