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

  /frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
RowsSupportActivity.java 29 private RowsSupportFragment mRowsSupportFragment;
37 mRowsSupportFragment = (RowsSupportFragment) getSupportFragmentManager().findFragmentById(
57 mRowsSupportFragment.setTitleHelper(titleHelper);
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
DetailsSupportFragment.java 99 mRowsSupportFragment.setEntranceTransitionState(false);
290 if (mRowsSupportFragment == null) {
293 mRowsSupportFragment.setSelectedPosition(mPosition, mSmooth);
330 RowsSupportFragment mRowsSupportFragment;
352 int position = mRowsSupportFragment.getVerticalGridView().getSelectedPosition();
353 int subposition = mRowsSupportFragment.getVerticalGridView().getSelectedSubPosition();
377 if (mRowsSupportFragment != null) {
378 mRowsSupportFragment.setAdapter(adapter);
402 if (mRowsSupportFragment != null) {
403 mRowsSupportFragment.setOnItemViewClickedListener(listener)
    [all...]
SearchSupportFragment.java 139 if (mRowsSupportFragment != null
140 && mRowsSupportFragment.getAdapter() != mResultAdapter) {
141 if (!(mRowsSupportFragment.getAdapter() == null && mResultAdapter.size() == 0)) {
142 mRowsSupportFragment.setAdapter(mResultAdapter);
143 mRowsSupportFragment.setSelectedPosition(0);
161 if (mRowsSupportFragment == null) {
182 mRowsSupportFragment.setAdapter(mResultAdapter);
191 + " adapter " + mRowsSupportFragment.getAdapter());
210 RowsSupportFragment mRowsSupportFragment;
336 mRowsSupportFragment = new RowsSupportFragment()
    [all...]
PlaybackSupportFragment.java 117 if (mRowsSupportFragment == null) {
120 mRowsSupportFragment.setSelectedPosition(mPosition, mSmooth);
128 RowsSupportFragment mRowsSupportFragment;
264 if (mRowsSupportFragment == null) {
267 return mRowsSupportFragment.getVerticalGridView();
723 setVerticalGridViewLayout(mRowsSupportFragment.getVerticalGridView());
855 mRowsSupportFragment = (RowsSupportFragment) getChildFragmentManager().findFragmentById
    [all...]
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 

Completed in 1023 milliseconds