/frameworks/support/compat/java/android/support/v4/view/ |
D | LayoutInflaterCompat.java | 71 static void forceSetFactory2(LayoutInflater inflater, LayoutInflater.Factory2 factory) { in forceSetFactory2() 95 public void setFactory(LayoutInflater inflater, LayoutInflaterFactory factory) { in setFactory() 101 public void setFactory2(LayoutInflater inflater, LayoutInflater.Factory2 factory) { in setFactory2() 116 public LayoutInflaterFactory getFactory(LayoutInflater inflater) { in getFactory() 129 public void setFactory(LayoutInflater inflater, LayoutInflaterFactory factory) { in setFactory() 134 public void setFactory2(LayoutInflater inflater, LayoutInflater.Factory2 factory) { in setFactory2() 165 public static void setFactory( in setFactory() 177 public static void setFactory2( in setFactory2() 196 public static LayoutInflaterFactory getFactory(LayoutInflater inflater) { in getFactory()
|
/frameworks/support/v7/appcompat/tests/src/android/support/v7/app/ |
D | LayoutInflaterFactoryTestCase.java | 67 final LayoutInflater inflater = LayoutInflater.from(getActivity()); in testAndroidThemeInflation() local 75 final LayoutInflater inflater = LayoutInflater.from(getActivity()); in testAppThemeInflation() local 86 LayoutInflater inflater = LayoutInflater.from(getActivity()); in testAndroidThemeWithChildrenInflation() local 102 LayoutInflater inflater = LayoutInflater.from(activity) in testThemedInflationWithUnattachedParent() local 198 LayoutInflater inflater = LayoutInflater.from(getActivity()); in testDeclarativeOnClickWithContextWrapper() local 206 LayoutInflater inflater = LayoutInflater.from(getActivity()); in verifyAppCompatWidgetInflation() local
|
D | FragmentContentIdActivity.java | 53 public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container, in onCreateView() 64 public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container, in onCreateView()
|
/frameworks/support/design/tests/src/android/support/design/widget/ |
D | TabLayoutTest.java | 68 final LayoutInflater inflater = LayoutInflater.from(mActivityTestRule.getActivity()); in testInflateTabLayoutWithTabItems() local 98 final LayoutInflater inflater = in testInflateTabLayoutWithNonTabItem() local 112 final LayoutInflater inflater = LayoutInflater.from(mActivityTestRule.getActivity()); in testTabWithCustomLayoutSelection1() local 132 final LayoutInflater inflater = LayoutInflater.from(mActivityTestRule.getActivity()); in testTabWithCustomLayoutSelection2() local 152 final LayoutInflater inflater = LayoutInflater.from(mActivityTestRule.getActivity()); in testMultipleTabsWithCustomLayoutSelection1() local 177 final LayoutInflater inflater = LayoutInflater.from(mActivityTestRule.getActivity()); in testMultipleTabsWithCustomLayoutSelection2() local 205 final LayoutInflater inflater = LayoutInflater.from(mActivityTestRule.getActivity()); in testPointerIcon() local
|
/frameworks/data-binding/integration-tests/MultiModuleTestApp/app/src/androidTest/java/com/android/databinding/multimoduletestapp/ |
D | GeneratedLayoutTest.java | 28 LayoutInflater inflater = LayoutInflater.from(getContext()); in testBindToGeneratedLayout() local 38 LayoutInflater inflater = LayoutInflater.from(getContext()); in testBindToDefault() local 48 LayoutInflater inflater = LayoutInflater.from(getContext()); in testBindToSw600() local
|
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/app/ |
D | ToolbarFragmentPagerMenu.java | 97 public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) { in onCreateOptionsMenu() 104 public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container, in onCreateView() 141 public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) { in onCreateOptionsMenu() 146 public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container, in onCreateView()
|
D | ActionBarFragmentMenu.java | 137 public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) { in onCreateOptionsMenu() 179 public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) { in onCreateOptionsMenu() 205 public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) { in onCreateOptionsMenu()
|
D | DialogFragmentUsage.java | 104 public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container, in onCreateView() 112 public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) { in onCreateOptionsMenu()
|
/frameworks/support/fragment/tests/java/android/support/v4/app/ |
D | NestedInflatedFragmentTest.java | 65 public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container, in onCreateView() 74 public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container, in onCreateView() 83 public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container, in onCreateView()
|
D | FragmentTest.java | 169 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() 177 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() 185 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView()
|
/frameworks/opt/setupwizard/library/full-support/src/com/android/setupwizardlib/ |
D | SetupWizardPreferenceLayout.java | 94 public RecyclerView onCreateRecyclerView(LayoutInflater inflater, ViewGroup parent, in onCreateRecyclerView() 100 protected View onInflateTemplate(LayoutInflater inflater, int template) { in onInflateTemplate() 111 final LayoutInflater inflater = LayoutInflater.from(getContext()); in onTemplateInflated() local
|
D | GlifPreferenceLayout.java | 95 public RecyclerView onCreateRecyclerView(LayoutInflater inflater, ViewGroup parent, in onCreateRecyclerView() 101 protected View onInflateTemplate(LayoutInflater inflater, int template) { in onInflateTemplate() 112 final LayoutInflater inflater = LayoutInflater.from(getContext()); in onTemplateInflated() local
|
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/ |
D | ItemInflaterTest.java | 40 ItemInflater inflater = new ItemInflater(InstrumentationRegistry.getContext()); in testDefaultPackage() local 47 ItemInflater inflater = new ItemInflater(InstrumentationRegistry.getContext()); in testInflate() local
|
D | ReflectionInflaterTest.java | 45 TestInflater inflater = new TestInflater(context); in testInflateXml() local 58 TestInflater inflater = new TestInflater(context); in testDefaultPackage() local
|
D | GlifLayoutTest.java | 60 LayoutInflater inflater = LayoutInflater.from(mContext); in testInflateFromXml() local 69 LayoutInflater inflater = LayoutInflater.from(mContext); in testPrimaryColorFromXml() local
|
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/ |
D | Demo0.java | 47 LayoutInflater inflater = (LayoutInflater) in sendMessage() local 53 LayoutInflater inflater = (LayoutInflater) in sendMessage() local
|
/frameworks/base/apct-tests/perftests/core/src/android/view/ |
D | ViewPerfTest.java | 41 LayoutInflater inflater = LayoutInflater.from(context); in testSimpleViewInflate() local 52 LayoutInflater inflater = LayoutInflater.from(context); in testTwelveKeyInflate() local
|
/frameworks/base/tools/layoutlib/bridge/src/android/preference/ |
D | Preference_Delegate.java | 59 PreferenceInflater inflater = new BridgePreferenceInflater(context, pm); in inflatePreference() local 74 LayoutInflater inflater = in createContainerView() local
|
/frameworks/base/tests/testables/src/android/testing/ |
D | LayoutInflaterBuilder.java | 137 private void setFactoryIfNeeded(LayoutInflater inflater) { in setFactoryIfNeeded() 160 private void setFilterIfNeeded(LayoutInflater inflater) { in setFilterIfNeeded()
|
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/ |
D | FragmentMenuSupport.java | 111 public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) { in onCreateOptionsMenu() 132 public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) { in onCreateOptionsMenu()
|
D | FragmentHideShowSupport.java | 81 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() 107 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView()
|
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/ |
D | TemplateLayout.java | 137 final LayoutInflater inflater = LayoutInflater.from(getContext()); in inflateTemplate() local 158 protected View onInflateTemplate(LayoutInflater inflater, @LayoutRes int template) { in onInflateTemplate() 180 protected final View inflateTemplate(LayoutInflater inflater, @StyleRes int fallbackTheme, in inflateTemplate()
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/ |
D | OnboardingFragment.java | 306 public View onCreateView(LayoutInflater inflater, final ViewGroup container, in onCreateView() 558 private LayoutInflater getThemeInflater(LayoutInflater inflater) { in getThemeInflater() 654 LayoutInflater inflater = getThemeInflater(LayoutInflater.from( in hideLogoView() local 837 abstract protected View onCreateBackgroundView(LayoutInflater inflater, ViewGroup container); in onCreateBackgroundView() 853 abstract protected View onCreateContentView(LayoutInflater inflater, ViewGroup container); in onCreateContentView() 869 abstract protected View onCreateForegroundView(LayoutInflater inflater, ViewGroup container); in onCreateForegroundView()
|
D | OnboardingSupportFragment.java | 309 public View onCreateView(LayoutInflater inflater, final ViewGroup container, in onCreateView() 561 private LayoutInflater getThemeInflater(LayoutInflater inflater) { in getThemeInflater() 657 LayoutInflater inflater = getThemeInflater(LayoutInflater.from( in hideLogoView() local 840 abstract protected View onCreateBackgroundView(LayoutInflater inflater, ViewGroup container); in onCreateBackgroundView() 856 abstract protected View onCreateContentView(LayoutInflater inflater, ViewGroup container); in onCreateContentView() 872 abstract protected View onCreateForegroundView(LayoutInflater inflater, ViewGroup container); in onCreateForegroundView()
|
/frameworks/support/v7/appcompat/src/android/support/v7/view/menu/ |
D | ListMenuItemView.java | 269 LayoutInflater inflater = getInflater(); in insertIconView() local 276 LayoutInflater inflater = getInflater(); in insertRadioButton() local 284 LayoutInflater inflater = getInflater(); in insertCheckBox() local
|