Home
last modified time | relevance | path

Searched defs:layoutInflater (Results 1 – 11 of 11) sorted by relevance

/frameworks/support/compat/java/android/support/v4/view/
DLayoutInflaterCompat.java29 public void setFactory(LayoutInflater layoutInflater, LayoutInflaterFactory factory); in setFactory()
30 public LayoutInflaterFactory getFactory(LayoutInflater layoutInflater); in getFactory()
35 public void setFactory(LayoutInflater layoutInflater, LayoutInflaterFactory factory) { in setFactory()
40 public LayoutInflaterFactory getFactory(LayoutInflater layoutInflater) { in getFactory()
47 public void setFactory(LayoutInflater layoutInflater, LayoutInflaterFactory factory) { in setFactory()
54 public void setFactory(LayoutInflater layoutInflater, LayoutInflaterFactory factory) { in setFactory()
/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
DOnboardingDemoFragment.java78 protected View onCreateBackgroundView(LayoutInflater layoutInflater, ViewGroup viewGroup) { in onCreateBackgroundView()
84 protected View onCreateContentView(LayoutInflater layoutInflater, ViewGroup viewGroup) { in onCreateContentView()
92 protected View onCreateForegroundView(LayoutInflater layoutInflater, ViewGroup viewGroup) { in onCreateForegroundView()
DOnboardingDemoSupportFragment.java80 protected View onCreateBackgroundView(LayoutInflater layoutInflater, ViewGroup viewGroup) { in onCreateBackgroundView()
86 protected View onCreateContentView(LayoutInflater layoutInflater, ViewGroup viewGroup) { in onCreateContentView()
94 protected View onCreateForegroundView(LayoutInflater layoutInflater, ViewGroup viewGroup) { in onCreateForegroundView()
/frameworks/support/design/tests/src/android/support/design/testutils/
DTestUtilsActions.java67 final LayoutInflater layoutInflater = in replaceTabLayout() local
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/app/
DActionBarSettingsActionProviderActivity.java73 LayoutInflater layoutInflater = LayoutInflater.from(getContext()); in onCreateActionView() local
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/util/
DSortedListActivity.java76 public SortedListAdapter(LayoutInflater layoutInflater, Item... items) { in SortedListAdapter()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconAreaController.java56 LayoutInflater layoutInflater = LayoutInflater.from(context); in initializeNotificationAreaViews() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DGlobalScreenshot.java443 LayoutInflater layoutInflater = (LayoutInflater) in GlobalScreenshot() local
/frameworks/base/core/java/android/preference/
DPreference.java514 final LayoutInflater layoutInflater = in onCreateView() local
/frameworks/base/core/java/android/widget/
DCalendarViewLegacyDelegate.java314 LayoutInflater layoutInflater = (LayoutInflater) mContext in CalendarViewLegacyDelegate() local
DAbsListView.java6024 final LayoutInflater layoutInflater = LayoutInflater.from(getContext()); in getTextFilterInput() local