Searched refs:inflateView (Results 1 - 9 of 9) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/list/
H A DEmailAddressPickerFragment.java63 protected View inflateView(LayoutInflater inflater, ViewGroup container) { method in class:EmailAddressPickerFragment
H A DPostalAddressPickerFragment.java78 protected View inflateView(LayoutInflater inflater, ViewGroup container) { method in class:PostalAddressPickerFragment
H A DContactPickerFragment.java193 protected View inflateView(LayoutInflater inflater, ViewGroup container) { method in class:ContactPickerFragment
H A DDefaultContactBrowseListFragment.java109 protected View inflateView(LayoutInflater inflater, ViewGroup container) { method in class:DefaultContactBrowseListFragment
H A DJoinContactListFragment.java157 protected View inflateView(LayoutInflater inflater, ViewGroup container) { method in class:JoinContactListFragment
/packages/apps/Dialer/src/com/android/dialer/list/
H A DSearchFragment.java378 protected View inflateView(LayoutInflater inflater, ViewGroup container) { method in class:SearchFragment
379 final LinearLayout parent = (LinearLayout) super.inflateView(inflater, container);
H A DAllContactsFragment.java145 protected View inflateView(LayoutInflater inflater, ViewGroup container) { method in class:AllContactsFragment
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DContactEntryListFragment.java160 protected abstract View inflateView(LayoutInflater inflater, ViewGroup container); method in class:ContactEntryListFragment
734 mView = inflateView(inflater, container);
H A DPhoneNumberPickerFragment.java283 protected View inflateView(LayoutInflater inflater, ViewGroup container) { method in class:PhoneNumberPickerFragment

Completed in 98 milliseconds