HomeSort by relevance Sort by last modified time
    Searched refs:AppListFragment (Results 1 - 13 of 13) sorted by null

  /developers/samples/android/ui/actionbarcompat/ActionBarCompat-SearchView/src/main/src/com/example/android/actionbarcompat/searchview/
SearchActivity.java 35 private AppListFragment mAppListFragment;
42 // Retrieve the AppListFragment from the layout
43 mAppListFragment = (AppListFragment) getSupportFragmentManager()
106 // Propagate query to our AppListFragment
115 // Propagate query to our AppListFragment
AppListFragment.java 42 public class AppListFragment extends ListFragment {
  /frameworks/base/tests/MusicBrowserDemo/src/com/example/android/musicbrowserdemo/
MainActivity.java 44 fm.beginTransaction().add(android.R.id.content, new AppListFragment()).commit();
AppListFragment.java 42 public class AppListFragment extends ListFragment {
47 public AppListFragment() {
61 Log.i("AppListFragment", "Item clicked: " + position + " -- " + item.component);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentTabs.java 52 .setTabListener(new TabListener<LoaderCustom.AppListFragment>(
53 this, "apps", LoaderCustom.AppListFragment.class)));
LoaderCustom.java 75 AppListFragment list = new AppListFragment();
401 public static class AppListFragment extends ListFragment
FragmentTabsFragment.java 56 LoaderCustom.AppListFragment.class, null);
  /frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentTabs.java 45 LoaderCustomSupport.AppListFragment.class, null);
FragmentTabsFragmentSupport.java 42 LoaderCustomSupport.AppListFragment.class, null);
LoaderCustomSupport.java 75 AppListFragment list = new AppListFragment();
403 public static class AppListFragment extends ListFragment
FragmentTabsPager.java 60 LoaderCustomSupport.AppListFragment.class, null);
  /development/samples/ShortcutDemo/launcher/src/com/example/android/pm/shortcutlauncherdemo/
ShortcutLauncherMain.java 83 return new AppListFragment();
AppListFragment.java 43 public class AppListFragment extends MyBaseListFragment {

Completed in 672 milliseconds