Home | History | Annotate | Download | only in widget

Lines Matching defs:mBackground

46     Drawable mBackground;
66 mBackground = a.getDrawable(R.styleable.ActionBar_background);
78 mBackground == null && mStackedBackground == null);
89 if (mBackground != null) {
90 mBackground.setCallback(null);
91 unscheduleDrawable(mBackground);
93 mBackground = bg;
97 mBackground.setBounds(mActionBarView.getLeft(), mActionBarView.getTop(),
102 mBackground == null && mStackedBackground == null);
120 mBackground == null && mStackedBackground == null);
137 mBackground == null && mStackedBackground == null);
145 if (mBackground != null) mBackground.setVisible(isVisible, false);
152 return (who == mBackground && !mIsSplit) || (who == mStackedBackground && mIsStacked) ||
159 if (mBackground != null && mBackground.isStateful()) {
160 mBackground.setState(getDrawableState());
173 if (mBackground != null) {
174 mBackground.jumpToCurrentState();
313 if (mBackground != null) {
315 mBackground.setBounds(mActionBarView.getLeft(), mActionBarView.getTop(),
319 mBackground.setBounds(mContextView.getLeft(), mContextView.getTop(),
322 mBackground.setBounds(0, 0, 0, 0);