Searched refs:mForegroundInfo (Results 1 – 2 of 2) sorted by relevance
4995 private ForegroundInfo mForegroundInfo; field in View6380 if (mForegroundInfo == null) {6381 mForegroundInfo = new ForegroundInfo();6383 mForegroundInfo.mInsidePadding = a.getBoolean(attr,6384 mForegroundInfo.mInsidePadding);16928 final Drawable fg = mForegroundInfo != null ? mForegroundInfo.mDrawable : null; in onVisibilityAggregated()18463 || (mForegroundInfo != null && mForegroundInfo.mDrawable != null)) { in setFlags()18571 if (mForegroundInfo != null) { in onScrollChanged()18572 mForegroundInfo.mBoundsChanged = true; in onScrollChanged()19542 if (mForegroundInfo != null) { in setTop()[all …]
62908 Landroid/view/View;->mForegroundInfo:Landroid/view/View$ForegroundInfo;