Home
last modified time | relevance | path

Searched refs:mForegroundInfo (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
DView.java4498 private ForegroundInfo mForegroundInfo; field in View
5761 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 …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt77980 Landroid/view/View;->mForegroundInfo:Landroid/view/View$ForegroundInfo;