HomeSort by relevance Sort by last modified time
    Searched defs:mExpand (Results 1 - 3 of 3) sorted by null

  /frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
RowsFragment.java 143 boolean mExpand = true;
202 mExpand = expand;
211 setRowViewExpanded(vh, mExpand);
365 // All views share the same mExpand value. When we attach a view to grid view,
366 // we should make sure it pick up the latest mExpand value we set early on other
368 // but again it should use the unchanged mExpand value, so we don't need do any
370 setRowViewExpanded(vh, mExpand);
RowsSupportFragment.java 140 boolean mExpand = true;
199 mExpand = expand;
208 setRowViewExpanded(vh, mExpand);
362 // All views share the same mExpand value. When we attach a view to grid view,
363 // we should make sure it pick up the latest mExpand value we set early on other
365 // but again it should use the unchanged mExpand value, so we don't need do any
367 setRowViewExpanded(vh, mExpand);
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 

Completed in 77 milliseconds