Searched refs:mForegroundInfo (Results 1 – 2 of 2) sorted by relevance
4498 private ForegroundInfo mForegroundInfo; field in View5761 if (mForegroundInfo == null) {5762 mForegroundInfo = new ForegroundInfo();5764 mForegroundInfo.mInsidePadding = a.getBoolean(attr,5765 mForegroundInfo.mInsidePadding);14401 final Drawable fg = mForegroundInfo != null ? mForegroundInfo.mDrawable : null; in onVisibilityAggregated()15842 || (mForegroundInfo != null && mForegroundInfo.mDrawable != null)) { in setFlags()15919 if (mForegroundInfo != null) { in onScrollChanged()15920 mForegroundInfo.mBoundsChanged = true; in onScrollChanged()16882 if (mForegroundInfo != null) { in setTop()[all …]
77980 Landroid/view/View;->mForegroundInfo:Landroid/view/View$ForegroundInfo;