Searched refs:mBGDrawable (Results 1 – 1 of 1) sorted by relevance
2315 private Drawable mBGDrawable; field in View4565 if (mBGDrawable != null) mBGDrawable.setVisible(visibility == VISIBLE, false); in setVisibility()6724 if (mBGDrawable != null) {8608 if (mBGDrawable != null && mBGDrawable.getOpacity() == PixelFormat.OPAQUE) {10854 final Drawable background = mBGDrawable;11370 return (who == mBGDrawable) ? getResolvedLayoutDirection() : LAYOUT_DIRECTION_DEFAULT;11393 return who == mBGDrawable;11406 Drawable d = mBGDrawable;11556 if (mBGDrawable != null) {11557 mBGDrawable.jumpToCurrentState();[all …]