Searched defs:inflateView (Results 1 - 15 of 15) sorted by relevance

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

Completed in 179 milliseconds