Searched refs:mBGDrawable (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DView.java1738 private Drawable mBGDrawable; field in class:View
3117 if (mBGDrawable != null) mBGDrawable.setVisible(visibility == VISIBLE, false);
4689 if (mBGDrawable != null) {
5306 if (mBGDrawable != null && mBGDrawable.getOpacity() == PixelFormat.OPAQUE) {
6854 final Drawable background = mBGDrawable;
7359 return who == mBGDrawable;
7372 Drawable d = mBGDrawable;
7559 if (mBGDrawable !
[all...]

Completed in 34 milliseconds