Home | History | Annotate | Download | only in widget

Lines Matching refs:mBackground

119     private Drawable mBackground;
201 mBackground = a.getDrawable(R.styleable.PopupWindow_popupBackground);
218 if (mBackground instanceof StateListDrawable) {
219 StateListDrawable background = (StateListDrawable) mBackground;
333 return mBackground;
345 mBackground = background;
969 if (mBackground != null) {
1015 if (mBackground != null) {
1029 popupViewContainer.setBackground(mBackground);
1088 if (mBackground != null) {
1089 p.format = mBackground.getOpacity();
1334 if (mBackground != null) {
1335 mBackground.getPadding(mTempRect);