Home
last modified time | relevance | path

Searched refs:inflateView (Results 1 – 15 of 15) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/app/list/
DSearchFragment.java404 protected View inflateView(LayoutInflater inflater, ViewGroup container) { in inflateView() method in SearchFragment
405 final LinearLayout parent = (LinearLayout) super.inflateView(inflater, container); in inflateView()
DAllContactsFragment.java144 protected View inflateView(LayoutInflater inflater, ViewGroup container) { in inflateView() method in AllContactsFragment
/packages/apps/Contacts/src/com/android/contacts/list/
DEmailAddressPickerFragment.java60 protected View inflateView(LayoutInflater inflater, ViewGroup container) { in inflateView() method in EmailAddressPickerFragment
DPostalAddressPickerFragment.java75 protected View inflateView(LayoutInflater inflater, ViewGroup container) { in inflateView() method in PostalAddressPickerFragment
DContactEntryListFragment.java178 protected abstract View inflateView(LayoutInflater inflater, ViewGroup container); in inflateView() method in ContactEntryListFragment
785 mView = inflateView(inflater, container);
DMultiSelectPhoneNumbersListFragment.java122 protected View inflateView(LayoutInflater inflater, ViewGroup container) { in inflateView() method in MultiSelectPhoneNumbersListFragment
DContactPickerFragment.java154 protected View inflateView(LayoutInflater inflater, ViewGroup container) { in inflateView() method in ContactPickerFragment
DMultiSelectEmailAddressesListFragment.java137 protected View inflateView(LayoutInflater inflater, ViewGroup container) { in inflateView() method in MultiSelectEmailAddressesListFragment
DJoinContactListFragment.java159 protected View inflateView(LayoutInflater inflater, ViewGroup container) { in inflateView() method in JoinContactListFragment
DPhoneNumberPickerFragment.java241 protected View inflateView(LayoutInflater inflater, ViewGroup container) { in inflateView() method in PhoneNumberPickerFragment
DGroupMemberPickerFragment.java223 protected View inflateView(LayoutInflater inflater, ViewGroup container) { in inflateView() method in GroupMemberPickerFragment
DDefaultContactBrowseListFragment.java418 protected View inflateView(LayoutInflater inflater, ViewGroup container) { in inflateView() method in DefaultContactBrowseListFragment
/packages/apps/Dialer/java/com/android/contacts/common/list/
DContactEntryListFragment.java165 protected abstract View inflateView(LayoutInflater inflater, ViewGroup container); in inflateView() method in ContactEntryListFragment
692 mView = inflateView(inflater, container);
DPhoneNumberPickerFragment.java372 protected View inflateView(LayoutInflater inflater, ViewGroup container) { in inflateView() method in PhoneNumberPickerFragment
/packages/apps/Contacts/src/com/android/contacts/group/
DGroupMembersFragment.java765 protected View inflateView(LayoutInflater inflater, ViewGroup container) { in inflateView() method in GroupMembersFragment