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

/frameworks/base/core/java/android/view/
H A DView.java4019 private ForegroundInfo mForegroundInfo; field in class:View
5135 if (mForegroundInfo == null) {
5136 mForegroundInfo = new ForegroundInfo();
5138 mForegroundInfo.mInsidePadding = a.getBoolean(attr,
5139 mForegroundInfo.mInsidePadding);
12191 final Drawable fg = mForegroundInfo != null ? mForegroundInfo.mDrawable : null;
13442 || (mForegroundInfo != null && mForegroundInfo.mDrawable != null)) {
13514 if (mForegroundInfo !
[all...]

Completed in 42 milliseconds