Searched defs:mForegroundBoundsChanged (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DRowContainerView.java34 private boolean mForegroundBoundsChanged = true; field in class:RowContainerView
96 mForegroundBoundsChanged = true;
103 if (mForegroundBoundsChanged) {
104 mForegroundBoundsChanged = false;
/frameworks/base/core/java/android/widget/
H A DFrameLayout.java98 boolean mForegroundBoundsChanged = false; field in class:FrameLayout
527 mForegroundBoundsChanged = true;
590 mForegroundBoundsChanged = true;
603 if (mForegroundBoundsChanged) {
604 mForegroundBoundsChanged = false;

Completed in 82 milliseconds