Searched defs:mForegroundInfo (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/android/view/
H A DView.java3981 private ForegroundInfo mForegroundInfo; field in class:View
5097 if (mForegroundInfo == null) {
5098 mForegroundInfo = new ForegroundInfo();
5100 mForegroundInfo.mInsidePadding = a.getBoolean(attr,
5101 mForegroundInfo.mInsidePadding);
12136 final Drawable fg = mForegroundInfo != null ? mForegroundInfo.mDrawable : null;
13374 || (mForegroundInfo != null && mForegroundInfo.mDrawable != null)) {
13446 if (mForegroundInfo !
[all...]

Completed in 59 milliseconds