Home
last modified time | relevance | path

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

12345678910

/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/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/v4/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/v4/donut/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/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/v4/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/v4/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/v4/api21/android/support/v4/view/
DLayoutInflaterCompatLollipop.java23 static void setFactory(LayoutInflater inflater, LayoutInflaterFactory factory) { in setFactory()
/frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
DListMenuItemView.java256 LayoutInflater inflater = getInflater(); in insertIconView() local
263 LayoutInflater inflater = getInflater(); in insertRadioButton() local
271 LayoutInflater inflater = getInflater(); in insertCheckBox() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DHybridGroupManager.java52 LayoutInflater inflater = mContext.getSystemService(LayoutInflater.class); in inflateHybridView() local
60 LayoutInflater inflater = mContext.getSystemService(LayoutInflater.class); in inflateOverflowNumber() local
/frameworks/base/tests/BiDiTests/src/com/android/bidi/
DBiDiTestTableLayoutRtl.java28 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView()
DBiDiTestRelativeLayoutLtr.java28 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView()
DBiDiTestGridLayoutRtl.java28 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView()
DBiDiTestTextViewRtl.java28 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView()
DBiDiTestCanvas2.java32 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView()
DBiDiTestLinearLayoutRtl.java28 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView()
DBiDiTestViewPaddingMixed.java13 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView()
DBiDiTestTextViewLtr.java28 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView()
DBiDiTestFrameLayoutLocale.java28 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView()

12345678910