Home
last modified time | relevance | path

Searched defs:inflater (Results 1 – 25 of 227) sorted by relevance

12345678910

/development/samples/Support7Demos/src/com/example/android/supportv7/app/
DToolbarFragmentPagerMenu.java101 public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) { in onCreateOptionsMenu()
108 public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container, in onCreateView()
145 public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) { in onCreateOptionsMenu()
150 public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container, in onCreateView()
DActionBarFragmentMenu.java138 public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) { in onCreateOptionsMenu()
180 public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) { in onCreateOptionsMenu()
206 public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) { in onCreateOptionsMenu()
DToolbarUsage.java61 MenuInflater inflater = getMenuInflater(); in onCreateOptionsMenu() local
/development/samples/browseable/AdapterTransition/src/com.example.android.adaptertransition/
DAdapterTransitionFragment.java89 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView()
119 public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) { in onCreateOptionsMenu()
182 private void inflateAbsList(LayoutInflater inflater, ViewGroup container, in inflateAbsList()
235 LayoutInflater inflater = LayoutInflater.from(getActivity()); in swapAbsListView() local
/development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
DCardFlipActivity.java172 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView()
186 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView()
/development/samples/Support4Demos/src/com/example/android/supportv4/app/
DFragmentHideShowSupport.java74 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView()
100 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView()
DFragmentMenuSupport.java112 public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) { in onCreateOptionsMenu()
133 public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) { in onCreateOptionsMenu()
DFragmentTabsFragmentSupport.java32 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView()
/development/samples/ApiDemos/src/com/example/android/apis/app/
DFragmentHideShow.java73 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView()
99 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView()
DFragmentMenu.java110 public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) { in onCreateOptionsMenu()
128 public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) { in onCreateOptionsMenu()
DFragmentArgumentsFragment.java47 @Override public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView()
/development/samples/browseable/GridViewPager/Wearable/src/com.example.android.wearable.gridviewpager/
DCustomFragment.java28 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView()
/development/samples/browseable/Flashlight/Wearable/src/com.example.android.wearable.flashlight/
DMainActivity.java99 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView()
110 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView()
/development/samples/browseable/DoneBar/src/com.example.android.donebar/
DDoneBarActivity.java36 final LayoutInflater inflater = (LayoutInflater) getActionBar().getThemedContext() in onCreate() local
DDoneButtonActivity.java37 final LayoutInflater inflater = (LayoutInflater) getActionBar().getThemedContext() in onCreate() local
/development/samples/browseable/SwipeRefreshLayoutBasic/src/com.example.android.swiperefreshlayoutbasic/
DSwipeRefreshLayoutBasicFragment.java80 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView()
141 public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) { in onCreateOptionsMenu()
/development/samples/browseable/SwipeRefreshMultipleViews/src/com.example.android.swiperefreshmultipleviews/
DSwipeRefreshMultipleViewsFragment.java86 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView()
158 public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) { in onCreateOptionsMenu()
/development/samples/browseable/JumpingJack/Wearable/src/com.example.android.wearable.jumpingjack/fragments/
DSettingsFragment.java35 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView()
/development/samples/Support13Demos/src/com/example/android/supportv13/app/
DFragmentTabsFragment.java31 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView()
/development/samples/training/TabCompat/src/com/example/android/tabcompat/
DMainActivity.java109 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView()
121 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView()
/development/samples/devbytes/animation/SlidingFragments/src/com/example/android/slidingfragments/
DImageFragment.java29 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView()
/development/samples/browseable/ElevationBasic/src/com.example.android.elevationbasic/
DElevationBasicFragment.java41 LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) { in onCreateView()
/development/samples/browseable/RevealEffectBasic/src/com.example.android.revealeffectbasic/
DRevealEffectBasicFragment.java45 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView()
/development/samples/training/EffectiveNavigation/src/com/example/android/effectivenavigation/
DMainActivity.java152 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView()
195 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView()
/development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/
DArticleFragment.java45 …public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) { in onCreateView()

12345678910