Searched defs:mExpand (Results 1 - 2 of 2) sorted by path

/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DRowsFragment.java116 private boolean mExpand = true; field in class:RowsFragment
168 mExpand = expand;
177 setRowViewExpanded(vh, mExpand);
344 // All views share the same mExpand value. When we attach a view to grid view,
345 // we should make sure it pick up the latest mExpand value we set early on other
347 // but again it should use the unchanged mExpand value, so we don't need do any
349 setRowViewExpanded(vh, mExpand);
476 return mRowScaleEnabled && !mExpand;
H A DRowsSupportFragment.java118 private boolean mExpand = true; field in class:RowsSupportFragment
170 mExpand = expand;
179 setRowViewExpanded(vh, mExpand);
346 // All views share the same mExpand value. When we attach a view to grid view,
347 // we should make sure it pick up the latest mExpand value we set early on other
349 // but again it should use the unchanged mExpand value, so we don't need do any
351 setRowViewExpanded(vh, mExpand);
478 return mRowScaleEnabled && !mExpand;

Completed in 58 milliseconds