/frameworks/support/frameworks/support/samples/ViewPager2Demos/src/main/java/com/example/androidx/viewpager2/cards/ |
H A D | CardView.java | 33 public CardView(LayoutInflater layoutInflater, ViewGroup container) { argument 34 mView = layoutInflater.inflate(R.layout.item_card_layout, container, false);
|
/frameworks/support/samples/ViewPager2Demos/src/main/java/com/example/androidx/viewpager2/cards/ |
H A D | CardView.java | 33 public CardView(LayoutInflater layoutInflater, ViewGroup container) { argument 34 mView = layoutInflater.inflate(R.layout.item_card_layout, container, false);
|
/frameworks/support/fragment/src/androidTest/java/androidx/fragment/app/ |
H A D | FragmentTransactionTest.java | 196 assertEquals(fragment1.layoutInflater, fragment1.getLayoutInflater()); 200 LayoutInflater layoutInflater = fragment1.layoutInflater; 209 assertSame(layoutInflater, fragment1.getLayoutInflater()); 214 assertNotSame(layoutInflater, fragment1.getLayoutInflater()); 216 layoutInflater = fragment1.layoutInflater; 217 assertSame(layoutInflater, fragment1.getLayoutInflater()); 469 public LayoutInflater layoutInflater; field in class:FragmentTransactionTest.OnGetLayoutInflaterFragment 475 layoutInflater [all...] |
/frameworks/support/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/util/ |
H A D | SortedListActivity.java | 78 public SortedListAdapter(LayoutInflater layoutInflater, Item... items) { argument 79 mLayoutInflater = layoutInflater;
|
/frameworks/support/frameworks/support/samples/SupportLeanbackDemos/src/main/java/com/example/android/leanback/ |
H A D | OnboardingDemoFragment.java | 80 protected View onCreateBackgroundView(LayoutInflater layoutInflater, ViewGroup viewGroup) { argument 81 mBackgroundView = layoutInflater.inflate(R.layout.onboarding_image, viewGroup, false); 86 protected View onCreateContentView(LayoutInflater layoutInflater, ViewGroup viewGroup) { argument 87 mContentView = layoutInflater.inflate(R.layout.onboarding_content, viewGroup, false); 94 protected View onCreateForegroundView(LayoutInflater layoutInflater, ViewGroup viewGroup) { argument
|
H A D | OnboardingDemoSupportFragment.java | 83 protected View onCreateBackgroundView(LayoutInflater layoutInflater, ViewGroup viewGroup) { argument 84 mBackgroundView = layoutInflater.inflate(R.layout.onboarding_image, viewGroup, false); 89 protected View onCreateContentView(LayoutInflater layoutInflater, ViewGroup viewGroup) { argument 90 mContentView = layoutInflater.inflate(R.layout.onboarding_content, viewGroup, false); 97 protected View onCreateForegroundView(LayoutInflater layoutInflater, ViewGroup viewGroup) { argument
|
/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/util/ |
H A D | SortedListActivity.java | 78 public SortedListAdapter(LayoutInflater layoutInflater, Item... items) { argument 79 mLayoutInflater = layoutInflater;
|
/frameworks/support/samples/SupportLeanbackDemos/src/main/java/com/example/android/leanback/ |
H A D | OnboardingDemoFragment.java | 80 protected View onCreateBackgroundView(LayoutInflater layoutInflater, ViewGroup viewGroup) { argument 81 mBackgroundView = layoutInflater.inflate(R.layout.onboarding_image, viewGroup, false); 86 protected View onCreateContentView(LayoutInflater layoutInflater, ViewGroup viewGroup) { argument 87 mContentView = layoutInflater.inflate(R.layout.onboarding_content, viewGroup, false); 94 protected View onCreateForegroundView(LayoutInflater layoutInflater, ViewGroup viewGroup) { argument
|
H A D | OnboardingDemoSupportFragment.java | 83 protected View onCreateBackgroundView(LayoutInflater layoutInflater, ViewGroup viewGroup) { argument 84 mBackgroundView = layoutInflater.inflate(R.layout.onboarding_image, viewGroup, false); 89 protected View onCreateContentView(LayoutInflater layoutInflater, ViewGroup viewGroup) { argument 90 mContentView = layoutInflater.inflate(R.layout.onboarding_content, viewGroup, false); 97 protected View onCreateForegroundView(LayoutInflater layoutInflater, ViewGroup viewGroup) { argument
|