Lines Matching refs:oldDrawable
389 Drawable oldDrawable = getResources().getDrawable(mImageIds[oldState]).mutate();
390 oldDrawable.setState(enabledState);
400 oldDrawable.setBounds(0, oldBitmapOffset, oldDrawable.getIntrinsicWidth(), oldDrawable.getIntrinsicHeight()+oldBitmapOffset);
402 oldDrawable.draw(canvas);
409 oldDrawable.setBounds(oldBitmapOffset, 0, oldDrawable.getIntrinsicWidth()+oldBitmapOffset, oldDrawable.getIntrinsicHeight());
411 oldDrawable.draw(canvas);