Lines Matching refs:mDrawable

84             r[i].mDrawable = layers[i];
205 childDrawable.mDrawable = layer;
206 childDrawable.mDrawable.setAutoMirrored(isAutoMirrored());
227 return layers[i].mDrawable;
260 return mLayerState.mChildren[index].mDrawable;
287 if (layers[i].mDrawable != null) {
289 Rect bounds = layers[i].mDrawable.getBounds();
292 layers[i].mDrawable.setCallback(null);
297 layers[i].mDrawable = drawable;
349 array[i].mDrawable.draw(canvas);
387 array[i].mDrawable.setVisible(visible, restart);
397 array[i].mDrawable.setDither(dither);
406 array[i].mDrawable.setAlpha(alpha);
415 return array[0].mDrawable.getAlpha();
426 array[i].mDrawable.setColorFilter(cf);
460 array[i].mDrawable.setAutoMirrored(mirrored);
482 if (r.mDrawable.setState(state)) {
503 if (r.mDrawable.setLevel(level)) {
523 r.mDrawable.setBounds(bounds.left + r.mInsetL + padL,
542 int w = r.mDrawable.getIntrinsicWidth()
561 int h = r.mDrawable.getIntrinsicHeight() + r.mInsetT + r.mInsetB + + padT + padB;
573 r.mDrawable.getPadding(rect);
612 array[i].mDrawable.mutate();
625 array[i].mDrawable.setLayoutDirection(layoutDirection);
631 public Drawable mDrawable;
669 r.mDrawable = or.mDrawable.getConstantState().newDrawable(res);
671 r.mDrawable = or.mDrawable.getConstantState().newDrawable();
673 r.mDrawable.setCallback(owner);
674 r.mDrawable.setLayoutDirection(or.mDrawable.getLayoutDirection());
715 int op = N > 0 ? mChildren[0].mDrawable.getOpacity() : PixelFormat.TRANSPARENT;
717 op = Drawable.resolveOpacity(op, mChildren[i].mDrawable.getOpacity());
732 if (mChildren[i].mDrawable.isStateful()) {
748 if (mChildren[i].mDrawable.getConstantState() == null) {