Searched refs:frag (Results 1 – 6 of 6) sorted by relevance
49 PinnedAppPickerDialog frag = new PinnedAppPickerDialog(); in newInstance() local50 frag.mAppListAdapter = appListAdapter; in newInstance()51 frag.mAppPickerCallback = callback; in newInstance()52 return frag; in newInstance()
38 … ContentFragment frag = (ContentFragment) getFragmentManager().findFragmentById(R.id.content_frag); in onCreate() local39 frag.updateContentAndRecycleBitmap(category, position); in onCreate()
81 ContentFragment frag = (ContentFragment) getFragmentManager() in onCreate() local83 if (frag != null) mDualFragments = true; in onCreate()335 ContentFragment frag = (ContentFragment) getFragmentManager() in onItemSelected() local337 frag.updateContentAndRecycleBitmap(category, position); in onItemSelected()346 MyDialogFragment frag = new MyDialogFragment(); in newInstance() local349 frag.setArguments(args); in newInstance()350 return frag; in newInstance()
82 ContentFragment frag = (ContentFragment) getFragmentManager() in onActivityCreated() local84 if (frag != null) mDualFragments = true; in onActivityCreated()
77 MyAlertDialogFragment frag = new MyAlertDialogFragment(); in newInstance() local80 frag.setArguments(args); in newInstance()81 return frag; in newInstance()
109 Fragment frag = getFragmentManager().findFragmentByTag("services"); in onRestart() local110 if (frag != null) { in onRestart()111 getFragmentManager().beginTransaction().remove(frag).commit(); in onRestart()