HomeSort by relevance Sort by last modified time
    Searched full:createfragment (Results 1 - 5 of 5) sorted by null

  /developers/build/prebuilts/gradle/SlidingTabsColors/Application/src/main/java/com/example/android/slidingtabscolors/
SlidingTabsColorsFragment.java 59 Fragment createFragment() {
212 * Here we return the value returned from {@link SamplePagerItem#createFragment()}.
216 return mTabs.get(i).createFragment();
  /developers/samples/android/ui/views/SlidingTabs/SlidingTabsColors/Application/src/main/java/com/example/android/slidingtabscolors/
SlidingTabsColorsFragment.java 59 Fragment createFragment() {
212 * Here we return the value returned from {@link SamplePagerItem#createFragment()}.
216 return mTabs.get(i).createFragment();
  /development/samples/browseable/SlidingTabsColors/src/com.example.android.slidingtabscolors/
SlidingTabsColorsFragment.java 59 Fragment createFragment() {
212 * Here we return the value returned from {@link SamplePagerItem#createFragment()}.
216 return mTabs.get(i).createFragment();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
LayoutDescriptors.java 165 ViewElementDescriptor fragmentTag = createFragment(frameLayoutAttrs, styleMap);
393 private ViewElementDescriptor createFragment(AttributeDescriptor[] viewLayoutAttribs,
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
BackgroundManager.java 654 createFragment(activity);
658 private void createFragment(Activity activity) {
    [all...]

Completed in 202 milliseconds