Home | History | Annotate | Download | only in widget

Lines Matching refs:mBackground

113     private Drawable mBackground;
185 mBackground = a.getDrawable(R.styleable.PopupWindow_popupBackground);
200 if (mBackground instanceof StateListDrawable) {
201 StateListDrawable background = (StateListDrawable) mBackground;
313 return mBackground;
323 mBackground = background;
904 if (mBackground != null) {
950 if (mBackground != null) {
964 popupViewContainer.setBackgroundDrawable(mBackground);
1009 if (mBackground != null) {
1010 p.format = mBackground.getOpacity();
1234 if (mBackground != null) {
1235 mBackground.getPadding(mTempRect);