Home
last modified time | relevance | path

Searched refs:onCreateView (Results 1 – 25 of 170) 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/browseable/GridViewPager/src/com.example.android.wearable.gridviewpager/
DCustomFragment.java28 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() method in CustomFragment
/development/samples/browseable/Flashlight/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/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/DeviceOwner/src/com.example.android.deviceowner/
DInstructionFragment.java40 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() method in InstructionFragment
/development/samples/browseable/DataLayer/Wearable/src/com.example.android.wearable.datalayer/fragments/
DDiscoveryFragment.java35 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() method in DiscoveryFragment
DAssetFragment.java39 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() method in AssetFragment
/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/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/browseable/RuntimePermissions/src/com.example.android.system.runtimepermissions/
DRuntimePermissionsFragment.java31 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() method in RuntimePermissionsFragment
/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/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/browseable/JumpingJack/src/com.example.android.wearable.jumpingjack/fragments/
DSettingsFragment.java35 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() method in SettingsFragment
/development/samples/ApiDemos/src/com/example/android/apis/app/
DFragmentHideShow.java79 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() method in FragmentHideShow.FirstFragment
105 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/browseable/ElevationBasic/src/com.example.android.elevationbasic/
DElevationBasicFragment.java39 public View onCreateView( in onCreateView() method in ElevationBasicFragment
/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/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/browseable/BasicNetworking/src/com.example.android.basicnetworking/
DSimpleTextFragment.java52 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() method in SimpleTextFragment
/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/CardEmulation/src/com.example.android.cardemulation/
DCardEmulationFragment.java42 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() method in CardEmulationFragment
/development/samples/browseable/RevealEffectBasic/src/com.example.android.revealeffectbasic/
DRevealEffectBasicFragment.java45 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() method in RevealEffectBasicFragment
/development/samples/browseable/BluetoothAdvertisements/src/com.example.android.bluetoothadvertisements/
DScannerFragment.java92 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() method in ScannerFragment
95 final View view = super.onCreateView(inflater, container, savedInstanceState); in onCreateView()

1234567