Searched defs:mExpand (Results 1 - 2 of 2) sorted by last modified time

/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DRowsFragment.java140 boolean mExpand = true; field in class:RowsFragment
198 mExpand = expand;
207 setRowViewExpanded(vh, mExpand);
361 // All views share the same mExpand value. When we attach a view to grid view,
362 // we should make sure it pick up the latest mExpand value we set early on other
364 // but again it should use the unchanged mExpand value, so we don't need do any
366 setRowViewExpanded(vh, mExpand);
H A DRowsSupportFragment.java143 boolean mExpand = true; field in class:RowsSupportFragment
201 mExpand = expand;
210 setRowViewExpanded(vh, mExpand);
364 // All views share the same mExpand value. When we attach a view to grid view,
365 // we should make sure it pick up the latest mExpand value we set early on other
367 // but again it should use the unchanged mExpand value, so we don't need do any
369 setRowViewExpanded(vh, mExpand);

Completed in 47 milliseconds