/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/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/ |
D | ItemInflaterTest.java | 31 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/ |
D | SetupWizardPreferenceLayout.java | 98 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
|
D | GlifPreferenceLayout.java | 99 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/ |
D | Demo0.java | 47 LayoutInflater inflater = (LayoutInflater) in sendMessage() local 53 LayoutInflater inflater = (LayoutInflater) in sendMessage() local
|
/frameworks/support/v4/tests/java/android/support/v4/app/ |
D | FragmentTest.java | 153 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/ |
D | LayoutInflaterCompatBase.java | 44 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/ |
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/v17/leanback/src/android/support/v17/leanback/app/ |
D | OnboardingSupportFragment.java | 255 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()
|
D | OnboardingFragment.java | 253 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/ |
D | LayoutInflaterCompatHC.java | 48 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/ |
D | Preference_Delegate.java | 59 PreferenceInflater inflater = new BridgePreferenceInflater(context, pm); in inflatePreference() local 74 LayoutInflater inflater = in createContainerView() local
|
/frameworks/support/v4/java/android/support/v4/view/ |
D | LayoutInflaterCompat.java | 84 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/ |
D | LayoutInflaterCompatLollipop.java | 23 static void setFactory(LayoutInflater inflater, LayoutInflaterFactory factory) { in setFactory()
|
/frameworks/support/v7/appcompat/src/android/support/v7/view/menu/ |
D | ListMenuItemView.java | 256 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/ |
D | HybridGroupManager.java | 52 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/ |
D | BiDiTestTableLayoutRtl.java | 28 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView()
|
D | BiDiTestRelativeLayoutLtr.java | 28 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView()
|
D | BiDiTestGridLayoutRtl.java | 28 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView()
|
D | BiDiTestTextViewRtl.java | 28 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView()
|
D | BiDiTestCanvas2.java | 32 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView()
|
D | BiDiTestLinearLayoutRtl.java | 28 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView()
|
D | BiDiTestViewPaddingMixed.java | 13 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView()
|
D | BiDiTestTextViewLtr.java | 28 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView()
|
D | BiDiTestFrameLayoutLocale.java | 28 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView()
|