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

/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DGuidedStepFragment.java255 private GuidedActionAdapter mSubAdapter; field in class:GuidedStepFragment
997 mSubAdapter = null;
1074 mSubAdapter = new GuidedActionAdapter(null, new GuidedActionAdapter.ClickListener() {
1087 mAdapterGroup.addAdpter(mSubAdapter, null);
1093 mActionsStylist.getSubActionsGridView().setAdapter(mSubAdapter);
H A DGuidedStepSupportFragment.java257 private GuidedActionAdapter mSubAdapter; field in class:GuidedStepSupportFragment
999 mSubAdapter = null;
1076 mSubAdapter = new GuidedActionAdapter(null, new GuidedActionAdapter.ClickListener() {
1089 mAdapterGroup.addAdpter(mSubAdapter, null);
1095 mActionsStylist.getSubActionsGridView().setAdapter(mSubAdapter);

Completed in 260 milliseconds