Home | History | Annotate | Download | only in widget

Lines Matching defs:mBackground

45     private Drawable mBackground;
64 mBackground = a.getDrawable(com.android.internal.R.styleable.ActionBar_background);
77 mBackground == null && mStackedBackground == null);
88 if (mBackground != null) {
89 mBackground.setCallback(null);
90 unscheduleDrawable(mBackground);
92 mBackground = bg;
96 mBackground.setBounds(mActionBarView.getLeft(), mActionBarView.getTop(),
101 mBackground == null && mStackedBackground == null);
119 mBackground == null && mStackedBackground == null);
136 mBackground == null && mStackedBackground == null);
144 if (mBackground != null) mBackground.setVisible(isVisible, false);
151 return (who == mBackground && !mIsSplit) || (who == mStackedBackground && mIsStacked) ||
162 final Drawable background = mBackground;
185 if (mBackground != null) {
186 mBackground.jumpToCurrentState();
202 if (mBackground != null) {
203 mBackground.setLayoutDirection(layoutDirection);
337 if (mBackground != null) {
339 mBackground.setBounds(mActionBarView.getLeft(), mActionBarView.getTop(),
343 mBackground.setBounds(mActionContextView.getLeft(), mActionContextView.getTop(),
346 mBackground.setBounds(0, 0, 0, 0);
375 if (mBackground != null) {
376 mBackground.draw(canvas);
392 if (mBackground != null) {
393 mBackground.getOutline(outline);
418 if (!isCollapsed(mActionBarView) && mBackground != null
419 && mBackground.getOpacity() == PixelFormat.OPAQUE) {