Searched refs:fragment (Results 201 - 211 of 211) sorted by relevance

123456789

/packages/apps/Settings/src/com/android/settings/accounts/
H A DAccountSettings.java515 * fragment.
520 * Resource id of the title shown to the user in the new fragment.
525 * Full class name of the fragment to display when this tile is
532 * Optional arguments to supply to the fragment when it is
538 int titleResId, String fragment, Bundle fragmentArguments,
544 mFragment = fragment;
537 AccountPreference(Context context, CharSequence title, String titleResPackageName, int titleResId, String fragment, Bundle fragmentArguments, Drawable icon) argument
/packages/apps/TV/src/com/android/tv/ui/
H A DTvOverlayManager.java273 // Don't remove the fragment because new fragment will be replaced with
274 // this fragment.
313 * Checks whether the setup fragment is active or not.
320 * Checks whether the new sources fragment is active or not.
408 private void showFragment(final Fragment fragment) { argument
415 .replace(R.id.fragment_container, fragment).commit();
424 // In L, NPE happens if there is no next fragment when removing or hiding a fragment
426 // A workaround is just replacing with a dummy fragment
[all...]
/packages/apps/Calendar/src/com/android/calendar/
H A DAllInOneActivity.java880 // Create new fragment
967 // Show/hide secondary fragment
1152 // do not create the event info fragment here, it will be created by the Agenda
1153 // fragment
1195 EventInfoFragment fragment = new EventInfoFragment(this,
1200 fragment.setDialogParams(event.x, event.y, mActionBar.getHeight());
1208 ft.add(fragment, EVENT_INFO_FRAGMENT_TAG);
/packages/apps/Settings/src/com/android/settings/
H A DSettingsActivity.java163 * string to specify which fragment should be initially displayed.
165 * will call isValidFragment() to confirm that the fragment class name is valid for this
173 * to that fragment when it is instantiated during the initial creation
202 * that fragment.
885 * returns the class name to load as a fragment.
904 * Start a new fragment containing a preference panel. If the preferences
905 * are being displayed in multi-pane mode, the given fragment class will
908 * fragment.
910 * @param fragmentClass Full name of the class implementing the fragment.
911 * @param args Any desired arguments to supply to the fragment
999 startPreferenceFragment(Fragment fragment, boolean push) argument
[all...]
/packages/apps/Settings/src/com/android/settings/applications/
H A DManageApplications.java521 private void startAppInfoFragment(Class<?> fragment, int titleRes) { argument
522 AppInfoBase.startAppInfoFragment(fragment, titleRes, mCurrentPkgName, mCurrentUid, this,
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
H A DComposeActivity.java269 private static final String TAG_WAIT = "wait-fragment";
2443 // If we are showing the wait fragment, just exit.
2802 // Public no-args constructor needed for fragment re-instantiation
3055 // Public no-args constructor needed for fragment re-instantiation
3679 // Public no-args constructor needed for fragment re-instantiation
3960 WaitFragment fragment = getWaitFragment();
3961 if (fragment != null) {
3962 fragment.updateAccount(account);
3974 private int replaceFragment(Fragment fragment, int transition, String tag) { argument
3977 fragmentTransaction.replace(R.id.wait, fragment, ta
[all...]
/packages/apps/Camera2/src/com/android/camera/
H A DCameraActivity.java2600 TinyPlanetFragment fragment = new TinyPlanetFragment();
2604 fragment.setArguments(bundle);
2605 fragment.show(getFragmentManager(), "tiny_planet");
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
H A DCallCardPresenter.java65 * This class listens for changes to InCallState and passes it along to the fragment.
72 public void onCallUpdated(BaseFragment fragment, boolean isEmergency); argument
/packages/apps/ExactCalculator/src/com/android/calculator2/
H A DCalculator.java857 public void onClick(AlertDialogFragment fragment, int which) { argument
/packages/apps/TV/usbtuner/libs/
H A Dexoplayer_1.5.6.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/exoplayer/ ...
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 482 milliseconds

123456789