Home | History | Annotate | Download | only in widget

Lines Matching refs:getDrawable

192         mLogo = a.getDrawable(R.styleable.ActionBar_logo);
206 mIcon = a.getDrawable(R.styleable.ActionBar_icon);
732 setIcon(mContext.getResources().getDrawable(resId));
743 setLogo(mContext.getResources().getDrawable(resId));
1432 mUpView.setImageDrawable(resId != 0 ? getResources().getDrawable(resId) : null);
1469 mDefaultUpIndicator = mUpView.getDrawable();