Searched refs:mForeground (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DFrameLayout.java64 private Drawable mForeground; field in class:FrameLayout
160 if (mForegroundGravity == Gravity.FILL && mForeground != null) {
162 if (mForeground.getPadding(padding)) {
184 return super.verifyDrawable(who) || (who == mForeground);
190 if (mForeground != null) mForeground.jumpToCurrentState();
199 if (mForeground != null && mForeground.isStateful()) {
200 mForeground.setState(getDrawableState());
225 if (mForeground !
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsActivity.java50 private boolean mForeground; field in class:RecentsActivity
57 if (mShowing && !mForeground) {
94 mForeground = false;
140 mForeground = true;
241 return mForeground;

Completed in 50 milliseconds