Searched refs:IS_PAGE_ROW (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DBrowseFragment.java85 private static final String IS_PAGE_ROW = "isPageRow"; field in class:BrowseFragment
1032 outState.putBoolean(IS_PAGE_ROW, mIsPageRow);
1121 && savedInstanceState.getBoolean(IS_PAGE_ROW, false);
H A DBrowseSupportFragment.java87 private static final String IS_PAGE_ROW = "isPageRow"; field in class:BrowseSupportFragment
1034 outState.putBoolean(IS_PAGE_ROW, mIsPageRow);
1123 && savedInstanceState.getBoolean(IS_PAGE_ROW, false);

Completed in 58 milliseconds