Home
last modified time | relevance | path

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

12345678910>>...12

/frameworks/support/design/tests/src/android/support/design/widget/
DTabLayoutTest.java49 final LayoutInflater inflater = LayoutInflater.from(mActivityTestRule.getActivity()); in testInflateTabLayoutWithTabItems() local
79 final LayoutInflater inflater = in testInflateTabLayoutWithNonTabItem() local
93 final LayoutInflater inflater = LayoutInflater.from(mActivityTestRule.getActivity()); in testTabWithCustomLayoutSelection1() local
113 final LayoutInflater inflater = LayoutInflater.from(mActivityTestRule.getActivity()); in testTabWithCustomLayoutSelection2() local
133 final LayoutInflater inflater = LayoutInflater.from(mActivityTestRule.getActivity()); in testMultipleTabsWithCustomLayoutSelection1() local
158 final LayoutInflater inflater = LayoutInflater.from(mActivityTestRule.getActivity()); in testMultipleTabsWithCustomLayoutSelection2() 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.java98 public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) { in onCreateOptionsMenu()
105 public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container, in onCreateView()
142 public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) { in onCreateOptionsMenu()
147 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()
DDialogFragmentUsage.java107 public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container, in onCreateView()
115 public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) { in onCreateOptionsMenu()
/frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/
DItemInflaterTest.java31 ItemInflater inflater = new ItemInflater(getInstrumentation().getContext()); in testDefaultPackage() local
38 ItemInflater inflater = new ItemInflater(getInstrumentation().getContext()); in testInflate() local
/frameworks/opt/setupwizard/library/full-support/src/com/android/setupwizardlib/
DSetupWizardPreferenceLayout.java98 public RecyclerView onCreateRecyclerView(LayoutInflater inflater, ViewGroup parent, in onCreateRecyclerView()
104 protected View onInflateTemplate(LayoutInflater inflater, int template) { in onInflateTemplate()
115 final LayoutInflater inflater = LayoutInflater.from(getContext()); in onTemplateInflated() local
DGlifPreferenceLayout.java99 public RecyclerView onCreateRecyclerView(LayoutInflater inflater, ViewGroup parent, in onCreateRecyclerView()
105 protected View onInflateTemplate(LayoutInflater inflater, int template) { in onInflateTemplate()
116 final LayoutInflater inflater = LayoutInflater.from(getContext()); in onTemplateInflated() 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/support/compat/gingerbread/android/support/v4/view/
DLayoutInflaterCompatBase.java44 static void setFactory(LayoutInflater inflater, LayoutInflaterFactory factory) { in setFactory()
48 static LayoutInflaterFactory getFactory(LayoutInflater inflater) { in getFactory()
/frameworks/support/fragment/tests/java/android/support/v4/app/
DFragmentTest.java153 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView()
161 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView()
169 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView()
/frameworks/support/v7/appcompat/tests/src/android/support/v7/app/
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/v17/leanback/src/android/support/v17/leanback/app/
DOnboardingSupportFragment.java255 public View onCreateView(LayoutInflater inflater, final ViewGroup container, in onCreateView()
334 private LayoutInflater getThemeInflater(LayoutInflater inflater) { in getThemeInflater()
416 LayoutInflater inflater = getThemeInflater(LayoutInflater.from(getActivity())); in initializeViews() local
536 abstract protected View onCreateBackgroundView(LayoutInflater inflater, ViewGroup container); in onCreateBackgroundView()
552 abstract protected View onCreateContentView(LayoutInflater inflater, ViewGroup container); in onCreateContentView()
568 abstract protected View onCreateForegroundView(LayoutInflater inflater, ViewGroup container); in onCreateForegroundView()
DOnboardingFragment.java253 public View onCreateView(LayoutInflater inflater, final ViewGroup container, in onCreateView()
332 private LayoutInflater getThemeInflater(LayoutInflater inflater) { in getThemeInflater()
414 LayoutInflater inflater = getThemeInflater(LayoutInflater.from(getActivity())); in initializeViews() local
534 abstract protected View onCreateBackgroundView(LayoutInflater inflater, ViewGroup container); in onCreateBackgroundView()
550 abstract protected View onCreateContentView(LayoutInflater inflater, ViewGroup container); in onCreateContentView()
566 abstract protected View onCreateForegroundView(LayoutInflater inflater, ViewGroup container); in onCreateForegroundView()
/frameworks/support/compat/honeycomb/android/support/v4/view/
DLayoutInflaterCompatHC.java48 static void setFactory(LayoutInflater inflater, LayoutInflaterFactory factory) { in setFactory()
70 static void forceSetFactory2(LayoutInflater inflater, LayoutInflater.Factory2 factory) { in forceSetFactory2()
/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/support/compat/java/android/support/v4/view/
DLayoutInflaterCompat.java84 public static void setFactory(LayoutInflater inflater, LayoutInflaterFactory factory) { in setFactory()
98 public static LayoutInflaterFactory getFactory(LayoutInflater inflater) { in getFactory()
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
DFragmentMenuSupport.java112 public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) { in onCreateOptionsMenu()
133 public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) { in onCreateOptionsMenu()
DFragmentHideShowSupport.java80 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView()
106 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView()
/frameworks/support/compat/api21/android/support/v4/view/
DLayoutInflaterCompatLollipop.java23 static void setFactory(LayoutInflater inflater, LayoutInflaterFactory factory) { in setFactory()
/frameworks/base/tests/BiDiTests/src/com/android/bidi/
DBiDiTestRelativeLayout2Ltr.java28 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView()
DBiDiTestFrameLayoutRtl.java28 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView()
DBiDiTestTextViewDirectionLtr.java27 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView()
DBiDiTestFrameLayoutLtr.java28 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView()
DBiDiTestLinearLayoutLocale.java28 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView()

12345678910>>...12