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 139 private boolean mExpand = true;
197 mExpand = expand;
206 setRowViewExpanded(vh, mExpand);
356 // All views share the same mExpand value. When we attach a view to grid view,
357 // we should make sure it pick up the latest mExpand value we set early on other
359 // but again it should use the unchanged mExpand value, so we don't need do any
361 setRowViewExpanded(vh, mExpand);
RowsSupportFragment.java 141 private boolean mExpand = true;
199 mExpand = expand;
208 setRowViewExpanded(vh, mExpand);
358 // All views share the same mExpand value. When we attach a view to grid view,
359 // we should make sure it pick up the latest mExpand value we set early on other
361 // but again it should use the unchanged mExpand value, so we don't need do any
363 setRowViewExpanded(vh, mExpand);
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 

Completed in 3692 milliseconds