Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DView.java4995 private ForegroundInfo mForegroundInfo; field in View
6380 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 …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt62908 Landroid/view/View;->mForegroundInfo:Landroid/view/View$ForegroundInfo;