Home
last modified time | relevance | path

Searched defs:rootView (Results 1 – 22 of 22) sorted by relevance

/development/samples/browseable/ElevationBasic/src/com.example.android.elevationbasic/
DElevationBasicFragment.java45 View rootView = inflater.inflate(R.layout.elevation_basic, container, false); in onCreateView() local
/development/samples/browseable/RevealEffectBasic/src/com.example.android.revealeffectbasic/
DRevealEffectBasicFragment.java47 final View rootView = inflater.inflate(R.layout.reveal_effect_basic, container, false); in onCreateView() local
/development/samples/browseable/FloatingActionButtonBasic/src/com.example.android.floatingactionbuttonbasic/
DFloatingActionButtonBasicFragment.java42 View rootView = inflater.inflate(R.layout.fab_layout, container, false); in onCreateView() local
/development/samples/training/EffectiveNavigation/src/com/example/android/effectivenavigation/
DMainActivity.java154 View rootView = inflater.inflate(R.layout.fragment_section_launchpad, container, false); in onCreateView() local
197 View rootView = inflater.inflate(R.layout.fragment_section_dummy, container, false); in onCreateView() local
DCollectionDemoActivity.java141 View rootView = inflater.inflate(R.layout.fragment_collection_object, container, false); in onCreateView() local
/development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
DScreenSlidePageFragment.java68 ViewGroup rootView = (ViewGroup) inflater in onCreateView() local
/development/samples/browseable/ElevationDrag/src/com.example.android.elevationdrag/
DElevationDragFragment.java56 View rootView = inflater.inflate(R.layout.ztranslation, container, false); in onCreateView() local
/development/samples/browseable/RuntimePermissions/src/com.example.android.system.runtimepermissions/contacts/
DContactsFragment.java84 View rootView = inflater.inflate(R.layout.fragment_contacts, container, false); in onCreateView() local
/development/samples/browseable/RecyclerView/src/com.example.android.recyclerview/
DRecyclerViewFragment.java67 View rootView = inflater.inflate(R.layout.recycler_view_frag, container, false); in onCreateView() local
/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
DQueueFragment.java135 View rootView = inflater.inflate(R.layout.fragment_list, container, false); in onCreateView() local
DBrowseFragment.java124 View rootView = inflater.inflate(R.layout.fragment_list, container, false); in onCreateView() local
/development/samples/browseable/MessagingService/src/com.example.android.messagingservice/
DMessagingFragment.java86 View rootView = inflater.inflate(R.layout.fragment_message_me, container, false); in onCreateView() local
/development/samples/browseable/DirectBoot/src/com.example.android.directboot/
DSchedulerFragment.java79 public void onViewCreated(final View rootView, Bundle savedInstanceState) { in onViewCreated()
/development/samples/browseable/DragAndDropAcrossApps/DropTarget/src/com.example.android/droptarget/
DDropTargetFragment.java70 View rootView = inflater.inflate(R.layout.fragment_droptarget, container, false); in onCreateView() local
/development/samples/browseable/HorizontalPaging/src/com.example.android.horizontalpaging/
DMainActivity.java212 View rootView = inflater.inflate(R.layout.fragment_main_dummy, container, false); in onCreateView() local
/development/samples/browseable/DirectorySelection/src/com.example.android.directoryselection/
DDirectorySelectionFragment.java87 public void onViewCreated(View rootView, Bundle savedInstanceState) { in onViewCreated()
/development/samples/training/NavigationDrawer/src/com/example/android/navigationdrawerexample/
DMainActivity.java229 View rootView = inflater.inflate(R.layout.fragment_planet, container, false); in onCreateView() local
/development/samples/browseable/NavigationDrawer/src/com.example.android.navigationdrawer/
DNavigationDrawerActivity.java232 View rootView = inflater.inflate(R.layout.fragment_planet, container, false); in onCreateView() local
/development/samples/browseable/AppUsageStatistics/src/com.example.android.appusagestatistics/
DAppUsageStatisticsFragment.java90 public void onViewCreated(View rootView, Bundle savedInstanceState) { in onViewCreated()
/development/samples/browseable/WearDrawers/src/com.example.android.wearable.wear.weardrawers/
DMainActivity.java227 View rootView = inflater.inflate(R.layout.fragment_planet, container, false); in onCreateView() local
/development/samples/browseable/ScopedDirectoryAccess/src/com.example.android.scopeddirectoryaccess/
DScopedDirectoryAccessFragment.java102 public void onViewCreated(final View rootView, Bundle savedInstanceState) { in onViewCreated()
/development/samples/browseable/HdrViewfinder/src/com.example.android.hdrviewfinder/
DHdrViewfinderActivity.java104 private View rootView; field in HdrViewfinderActivity