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

/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DDetailsSupportFragment.java99 mRowsSupportFragment.setEntranceTransitionState(false);
290 if (mRowsSupportFragment == null) {
293 mRowsSupportFragment.setSelectedPosition(mPosition, mSmooth);
330 RowsSupportFragment mRowsSupportFragment; field in class:DetailsSupportFragment
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
[all...]
H A DPlaybackSupportFragment.java120 if (mRowsSupportFragment == null) {
123 mRowsSupportFragment.setSelectedPosition(mPosition, mSmooth);
131 RowsSupportFragment mRowsSupportFragment; field in class:PlaybackSupportFragment
267 if (mRowsSupportFragment == null) {
270 return mRowsSupportFragment.getVerticalGridView();
726 setVerticalGridViewLayout(mRowsSupportFragment.getVerticalGridView());
858 mRowsSupportFragment = (RowsSupportFragment) getChildFragmentManager().findFragmentById(
860 if (mRowsSupportFragment == null) {
861 mRowsSupportFragment = new RowsSupportFragment();
863 .replace(R.id.playback_controls_dock, mRowsSupportFragment)
[all...]
H A DSearchSupportFragment.java142 if (mRowsSupportFragment != null
143 && mRowsSupportFragment.getAdapter() != mResultAdapter) {
144 if (!(mRowsSupportFragment.getAdapter() == null && mResultAdapter.size() == 0)) {
145 mRowsSupportFragment.setAdapter(mResultAdapter);
146 mRowsSupportFragment.setSelectedPosition(0);
164 if (mRowsSupportFragment == null) {
185 mRowsSupportFragment.setAdapter(mResultAdapter);
194 + " adapter " + mRowsSupportFragment.getAdapter());
213 RowsSupportFragment mRowsSupportFragment; field in class:SearchSupportFragment
339 mRowsSupportFragment
[all...]
/frameworks/support/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
H A DRowsSupportActivity.java29 private RowsSupportFragment mRowsSupportFragment; field in class:RowsSupportActivity
37 mRowsSupportFragment = (RowsSupportFragment) getSupportFragmentManager().findFragmentById(
57 mRowsSupportFragment.setTitleHelper(titleHelper);
/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
H A DRowsSupportActivity.java29 private RowsSupportFragment mRowsSupportFragment; field in class:RowsSupportActivity
37 mRowsSupportFragment = (RowsSupportFragment) getSupportFragmentManager().findFragmentById(
57 mRowsSupportFragment.setTitleHelper(titleHelper);

Completed in 101 milliseconds