Home
last modified time | relevance | path

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

12345678910>>...13

/frameworks/support/compat/java/android/support/v4/view/
DLayoutInflaterCompat.java71 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/
DLayoutInflaterFactoryTestCase.java67 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
DFragmentContentIdActivity.java53 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/
DTabLayoutTest.java68 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/
DGeneratedLayoutTest.java28 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/
DToolbarFragmentPagerMenu.java97 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()
DActionBarFragmentMenu.java137 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()
DDialogFragmentUsage.java104 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/
DNestedInflatedFragmentTest.java65 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()
DFragmentTest.java169 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/
DSetupWizardPreferenceLayout.java94 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
DGlifPreferenceLayout.java95 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/
DItemInflaterTest.java40 ItemInflater inflater = new ItemInflater(InstrumentationRegistry.getContext()); in testDefaultPackage() local
47 ItemInflater inflater = new ItemInflater(InstrumentationRegistry.getContext()); in testInflate() local
DReflectionInflaterTest.java45 TestInflater inflater = new TestInflater(context); in testInflateXml() local
58 TestInflater inflater = new TestInflater(context); in testDefaultPackage() local
DGlifLayoutTest.java60 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/
DDemo0.java47 LayoutInflater inflater = (LayoutInflater) in sendMessage() local
53 LayoutInflater inflater = (LayoutInflater) in sendMessage() local
/frameworks/base/apct-tests/perftests/core/src/android/view/
DViewPerfTest.java41 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/
DPreference_Delegate.java59 PreferenceInflater inflater = new BridgePreferenceInflater(context, pm); in inflatePreference() local
74 LayoutInflater inflater = in createContainerView() local
/frameworks/base/tests/testables/src/android/testing/
DLayoutInflaterBuilder.java137 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/
DFragmentMenuSupport.java111 public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) { in onCreateOptionsMenu()
132 public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) { in onCreateOptionsMenu()
DFragmentHideShowSupport.java81 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/
DTemplateLayout.java137 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/
DOnboardingFragment.java306 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()
DOnboardingSupportFragment.java309 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/
DListMenuItemView.java269 LayoutInflater inflater = getInflater(); in insertIconView() local
276 LayoutInflater inflater = getInflater(); in insertRadioButton() local
284 LayoutInflater inflater = getInflater(); in insertCheckBox() local

12345678910>>...13