Home | History | Annotate | Download | only in launcher3

Lines Matching refs:mIcon

33     final Drawable mIcon;
50 mIcon = icon;
75 mIcon.setBounds(bounds);
148 mIcon.draw(canvas);
159 mIcon.setAlpha(alpha);
164 mIcon.setColorFilter(cf);
182 if (mIcon instanceof FastBitmapDrawable) {
183 ((FastBitmapDrawable) mIcon).setGhostModeEnabled(level <= 0);
219 return mIcon.getIntrinsicHeight();
224 return mIcon.getIntrinsicWidth();
231 if (!(mIcon instanceof FastBitmapDrawable)) {
236 ((FastBitmapDrawable) mIcon).getBitmap(), 20);