Home
last modified time | relevance | path

Searched refs:onCreateView (Results 1 – 25 of 161) sorted by relevance

1234567

/development/samples/browseable/SwipeRefreshListFragment/src/com.example.android.swiperefreshlistfragment/
DSwipeRefreshListFragment.java39 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() method in SwipeRefreshListFragment
43 final View listFragmentView = super.onCreateView(inflater, container, savedInstanceState); in onCreateView()
/development/samples/training/threadsample/src/com/example/android/threadsample/
DPhotoFragment.java102 public View onCreateView(LayoutInflater inflater, ViewGroup viewGroup, Bundle bundle) { in onCreateView() method in PhotoFragment
103 super.onCreateView(inflater, viewGroup, bundle); in onCreateView()
/development/samples/browseable/Flashlight/Wearable/src/com.example.android.wearable.flashlight/
DMainActivity.java99 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() method in MainActivity.WhiteLightFragment
110 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() method in MainActivity.PartyLightFragment
/development/samples/browseable/GridViewPager/Wearable/src/com.example.android.wearable.gridviewpager/
DCustomFragment.java28 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() method in CustomFragment
/development/samples/ApiDemos/src/com/example/android/apis/app/
DFragmentHideShow.java73 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() method in FragmentHideShow.FirstFragment
99 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() method in FragmentHideShow.SecondFragment
DFragmentArgumentsFragment.java47 @Override public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() method in FragmentArgumentsFragment
/development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
DCardFlipActivity.java172 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() method in CardFlipActivity.CardFrontFragment
186 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() method in CardFlipActivity.CardBackFragment
DScreenSlidePageFragment.java65 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() method in ScreenSlidePageFragment
/development/samples/devbytes/animation/SlidingFragments/src/com/example/android/slidingfragments/
DImageFragment.java29 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() method in ImageFragment
DTextFragment.java33 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() method in TextFragment
/development/samples/Support4Demos/src/com/example/android/supportv4/app/
DFragmentHideShowSupport.java74 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() method in FragmentHideShowSupport.FirstFragment
100 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() method in FragmentHideShowSupport.SecondFragment
DFragmentTabsFragmentSupport.java32 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() method in FragmentTabsFragmentSupport
/development/samples/training/TabCompat/src/com/example/android/tabcompat/
DMainActivity.java109 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() method in MainActivity.PhotosFragment
121 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() method in MainActivity.VideosFragment
/development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/
DArticleFragment.java45 …public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) { in onCreateView() method in ArticleFragment
/development/samples/browseable/JumpingJack/Wearable/src/com.example.android.wearable.jumpingjack/fragments/
DSettingsFragment.java35 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() method in SettingsFragment
/development/samples/Support13Demos/src/com/example/android/supportv13/app/
DFragmentTabsFragment.java31 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() method in FragmentTabsFragment
DCountingFragment.java59 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() method in CountingFragment
/development/samples/training/EffectiveNavigation/src/com/example/android/effectivenavigation/
DMainActivity.java152 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() method in MainActivity.LaunchpadSectionFragment
195 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() method in MainActivity.DummySectionFragment
/development/samples/training/basic/FragmentBasics/src/com/example/fragments/
DArticleFragment.java30 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() method in ArticleFragment
/development/samples/browseable/CardEmulation/src/com.example.android.cardemulation/
DCardEmulationFragment.java42 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() method in CardEmulationFragment
/development/samples/browseable/ElevationBasic/src/com.example.android.elevationbasic/
DElevationBasicFragment.java40 public View onCreateView( in onCreateView() method in ElevationBasicFragment
/development/samples/browseable/FloatingActionButtonBasic/src/com.example.android.floatingactionbuttonbasic/
DFloatingActionButtonBasicFragment.java39 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() method in FloatingActionButtonBasicFragment
/development/samples/browseable/NetworkConnect/src/com.example.android.networkconnect/
DSimpleTextFragment.java51 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() method in SimpleTextFragment
/development/samples/browseable/BasicNetworking/src/com.example.android.basicnetworking/
DSimpleTextFragment.java52 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() method in SimpleTextFragment
/development/samples/Support7Demos/src/com/example/android/supportv7/app/
DToolbarFragmentPagerMenu.java108 public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container, in onCreateView() method in ToolbarFragmentPagerMenu.MenuFragment
150 public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container, in onCreateView() method in ToolbarFragmentPagerMenu.Menu2Fragment

1234567