Home | History | Annotate | Download | only in widget

Lines Matching defs:mStackedBackground

46     private Drawable mStackedBackground;
65 mStackedBackground = a.getDrawable(
77 mBackground == null && mStackedBackground == null);
101 mBackground == null && mStackedBackground == null);
106 if (mStackedBackground != null) {
107 mStackedBackground.setCallback(null);
108 unscheduleDrawable(mStackedBackground);
110 mStackedBackground = bg;
113 if ((mIsStacked && mStackedBackground != null)) {
114 mStackedBackground.setBounds(mTabContainer.getLeft(), mTabContainer.getTop(),
119 mBackground == null && mStackedBackground == null);
136 mBackground == null && mStackedBackground == null);
145 if (mStackedBackground != null) mStackedBackground.setVisible(isVisible, false);
151 return (who == mBackground && !mIsSplit) || (who == mStackedBackground && mIsStacked) ||
161 if (mStackedBackground != null && mStackedBackground.isStateful()) {
162 mStackedBackground.setState(getDrawableState());
175 if (mStackedBackground != null) {
176 mStackedBackground.jumpToCurrentState();
192 if (mStackedBackground != null) {
193 mStackedBackground.setLayoutDirection(layoutDirection);
335 if (hasTabs && mStackedBackground != null) {
336 mStackedBackground.setBounds(tabContainer.getLeft(), tabContainer.getTop(),
362 if (mStackedBackground != null && mIsStacked) {
363 mStackedBackground.draw(canvas);
398 if (mIsStacked && (mStackedBackground == null
399 || mStackedBackground.getOpacity() != PixelFormat.OPAQUE)) {