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

1 2

  /packages/apps/Contacts/src/com/android/contacts/util/
ImageViewDrawableSetter.java 100 final Drawable newDrawable = (compressed == null)
108 if (newDrawable == null) return previousBitmap();
112 mTarget.setImageDrawable(newDrawable);
117 beforeAndAfter[1] = newDrawable;
125 mPreviousDrawable = newDrawable;
  /frameworks/base/graphics/java/android/graphics/drawable/
ColorDrawable.java 193 public Drawable newDrawable() {
198 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) {
ClipDrawable.java 266 mDrawable = orig.mDrawable.getConstantState().newDrawable(res);
268 mDrawable = orig.mDrawable.getConstantState().newDrawable();
279 public Drawable newDrawable() {
284 public Drawable newDrawable(Resources res) {
InsetDrawable.java 292 mDrawable = orig.mDrawable.getConstantState().newDrawable(res);
294 mDrawable = orig.mDrawable.getConstantState().newDrawable();
307 public Drawable newDrawable() {
312 public Drawable newDrawable(Resources res) {
NinePatchDrawable.java 488 public Drawable newDrawable() {
493 public Drawable newDrawable(Resources res) {
ScaleDrawable.java 279 mDrawable = orig.mDrawable.getConstantState().newDrawable(res);
281 mDrawable = orig.mDrawable.getConstantState().newDrawable();
294 public Drawable newDrawable() {
299 public Drawable newDrawable(Resources res) {
ShapeDrawable.java 432 public Drawable newDrawable() {
437 public Drawable newDrawable(Resources res) {
StateListDrawable.java 308 public Drawable newDrawable() {
313 public Drawable newDrawable(Resources res) {
AnimatedRotateDrawable.java 322 mDrawable = source.mDrawable.getConstantState().newDrawable(res);
324 mDrawable = source.mDrawable.getConstantState().newDrawable();
339 public Drawable newDrawable() {
344 public Drawable newDrawable(Resources res) {
BitmapDrawable.java 667 public Drawable newDrawable() {
672 public Drawable newDrawable(Resources res) {
Drawable.java     [all...]
RotateDrawable.java 319 mDrawable = source.mDrawable.getConstantState().newDrawable(res);
321 mDrawable = source.mDrawable.getConstantState().newDrawable();
336 public Drawable newDrawable() {
341 public Drawable newDrawable(Resources res) {
LayerDrawable.java 669 r.mDrawable = or.mDrawable.getConstantState().newDrawable(res);
671 r.mDrawable = or.mDrawable.getConstantState().newDrawable();
695 public Drawable newDrawable() {
700 public Drawable newDrawable(Resources res) {
  /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...]
  /packages/apps/Launcher3/src/com/android/launcher3/
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/17/
android.jar 

Completed in 900 milliseconds

1 2