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

/frameworks/base/core/java/android/view/
H A DView.java4208 private ForegroundInfo mForegroundInfo; field in class:View
5377 if (mForegroundInfo == null) {
5378 mForegroundInfo = new ForegroundInfo();
5380 mForegroundInfo.mInsidePadding = a.getBoolean(attr,
5381 mForegroundInfo.mInsidePadding);
12930 final Drawable fg = mForegroundInfo != null ? mForegroundInfo.mDrawable : null;
14201 || (mForegroundInfo != null && mForegroundInfo.mDrawable != null)) {
14278 if (mForegroundInfo !
[all...]

Completed in 72 milliseconds