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

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DRowContainerView.java33 private Drawable mForeground; field in class:RowContainerView
75 mForeground = d;
76 setWillNotDraw(mForeground == null);
81 if (mForeground instanceof ColorDrawable) {
82 ((ColorDrawable) mForeground.mutate()).setColor(color);
90 return mForeground;
102 if (mForeground != null) {
105 mForeground.setBounds(0, 0, getWidth(), getHeight());
107 mForeground.draw(canvas);
/frameworks/base/core/java/android/widget/
H A DFrameLayout.java70 private Drawable mForeground; field in class:FrameLayout
186 if (mForegroundGravity == Gravity.FILL && mForeground != null) {
188 if (mForeground.getPadding(padding)) {
209 if (mForeground != null) {
210 mForeground.setVisible(visibility == VISIBLE, false);
219 return super.verifyDrawable(who) || (who == mForeground);
225 if (mForeground != null) mForeground.jumpToCurrentState();
234 if (mForeground != null && 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;
242 return mForeground;

Completed in 158 milliseconds