Home | History | Annotate | Download | only in launcher2

Lines Matching refs:Bitmap

29 import android.graphics.Bitmap;
221 final Bitmap outline = (Bitmap)anim.getTag();
242 // The animation holds a reference to the drag outline bitmap as long is it's
243 // running. This way the bitmap can be GCed when the animations are complete.
423 final Bitmap b = (Bitmap) mDragOutlineAnims[i].getTag();
433 final Bitmap b = mPressedOrFocusedIcon.getPressedOrFocusedBackground();
1053 void visualizeDropLocation(View v, Bitmap dragOutline, int originX, int originY,