Searched defs:mActionFragment (Results 1 - 10 of 10) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/
H A DBaseSettingsActivity.java40 protected Fragment mActionFragment; field in class:BaseSettingsActivity
78 mActionFragment = ActionFragment.newInstance(mActions);
79 setContentAndActionFragments(mContentFragment, mActionFragment);
90 mActionFragment = ActionFragment.newInstance(mActions);
91 setContentAndActionFragments(mContentFragment, mActionFragment);
137 mActionFragment = getActionFragment();
139 if ((mActionFragment != null) && (mActionFragment instanceof ActionFragment)) {
140 ActionFragment actFrag = (ActionFragment) mActionFragment;
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
H A DBluetoothPairingDialog.java73 private ActionFragment mActionFragment; field in class:BluetoothPairingDialog
320 mActionFragment = ActionFragment.newInstance(mActions);
378 setContentAndActionFragments(mContentFragment, mActionFragment);
H A DAddAccessoryActivity.java93 private ActionFragment mActionFragment; field in class:AddAccessoryActivity
225 mActionFragment = ActionFragment.newInstance(mActions);
227 setContentAndActionFragments(mContentFragment, mActionFragment);
384 int selectedIndex = mActionFragment.getSelectedItemPosition() + 1;
388 mActionFragment.setSelectionSmooth(selectedIndex);
416 if (mActionFragment != null && mBtPairer != null) {
439 ActionAdapter adapter = (ActionAdapter) mActionFragment.getAdapter();
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/display/widi/
H A DWifiDisplayActivity.java47 private ActionFragment mActionFragment; field in class:WifiDisplayActivity
56 mActionFragment = ActionFragment.newInstance(getMainActions());
60 mActionFragment);
129 ((ActionAdapter) mActionFragment.getAdapter()).setActions(getMainActions());
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/privacy/
H A DPrivacyActivity.java68 private ActionFragment mActionFragment; field in class:PrivacyActivity
92 mActionFragment = ActionFragment.newInstance(getFactoryResetActions());
93 setContentAndActionFragments(mContentFragment, mActionFragment);
393 ((ActionAdapter) mActionFragment.getAdapter()).setActions(getMainActions());
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
H A DLanguageActivity.java129 private ActionFragment mActionFragment; field in class:LanguageActivity
140 setContentAndActionFragments(mContentFragment, mActionFragment);
216 mActionFragment = ActionFragment.newInstance(mActions);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accounts/
H A DAccountSyncSettings.java80 private ActionFragment mActionFragment; field in class:AccountSyncSettings
110 mActionFragment = ActionFragment.newInstance(getActions(mAccountManager.getAccounts()));
114 getResources().getColor(R.color.icon_background)), mActionFragment);
361 int count = mActionFragment.getAdapter().getCount();
363 Action action = (Action) mActionFragment.getAdapter().getItem(i);
430 ((ActionAdapter) mActionFragment.getAdapter()).setActions(result);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
H A DAppManagementActivity.java66 private ActionFragment mActionFragment; field in class:AppManagementActivity
81 mActionFragment = ActionFragment.newInstance(getActions());
89 getResources().getColor(R.color.icon_background)), mActionFragment);
359 ((ActionAdapter) mActionFragment.getAdapter()).setActions(getActions());
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/display/daydream/
H A DDaydreamActivity.java63 private ActionFragment mActionFragment; field in class:DaydreamActivity
72 mActionFragment = ActionFragment.newInstance(getMainActions());
73 setContentAndActionFragments(mContentFragment, mActionFragment);
218 ((ActionAdapter) mActionFragment.getAdapter()).setActions(getMainActions());
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
H A DStorageActivity.java53 private ActionFragment mActionFragment; field in class:StorageActivity
104 mActionFragment = ActionFragment.newInstance(getActions());
109 setContentAndActionFragments(mContentFragment, mActionFragment);
152 ((ActionAdapter) mActionFragment.getAdapter()).setActions(actions);

Completed in 80 milliseconds