Home
last modified time | relevance | path

Searched defs:inflateView (Results 1 – 18 of 18) sorted by relevance

/aosp12/packages/apps/Contacts/src/com/android/contacts/list/
H A DEmailAddressPickerFragment.java60 protected View inflateView(LayoutInflater inflater, ViewGroup container) { in inflateView() method in EmailAddressPickerFragment
H A DPostalAddressPickerFragment.java75 protected View inflateView(LayoutInflater inflater, ViewGroup container) { in inflateView() method in PostalAddressPickerFragment
H A DMultiSelectPhoneNumbersListFragment.java122 protected View inflateView(LayoutInflater inflater, ViewGroup container) { in inflateView() method in MultiSelectPhoneNumbersListFragment
H A DMultiSelectEmailAddressesListFragment.java137 protected View inflateView(LayoutInflater inflater, ViewGroup container) { in inflateView() method in MultiSelectEmailAddressesListFragment
H A DJoinContactListFragment.java159 protected View inflateView(LayoutInflater inflater, ViewGroup container) { in inflateView() method in JoinContactListFragment
H A DContactPickerFragment.java154 protected View inflateView(LayoutInflater inflater, ViewGroup container) { in inflateView() method in ContactPickerFragment
H A DPhoneNumberPickerFragment.java241 protected View inflateView(LayoutInflater inflater, ViewGroup container) { in inflateView() method in PhoneNumberPickerFragment
H A DGroupMemberPickerFragment.java223 protected View inflateView(LayoutInflater inflater, ViewGroup container) { in inflateView() method in GroupMemberPickerFragment
H A DContactEntryListFragment.java178 protected abstract View inflateView(LayoutInflater inflater, ViewGroup container); in inflateView() method in ContactEntryListFragment
H A DDefaultContactBrowseListFragment.java418 protected View inflateView(LayoutInflater inflater, ViewGroup container) { in inflateView() method in DefaultContactBrowseListFragment
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DEccShortcutAdapter.java99 public abstract View inflateView(View convertView, ViewGroup parent, CharSequence number, in inflateView() method in EccShortcutAdapter
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/window/
H A DOverlayViewGlobalStateController.java334 public void inflateView(OverlayViewController viewController) { in inflateView() method in OverlayViewGlobalStateController
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DScreenPinningRequest.java234 private void inflateView(int rotation) { in inflateView() method in ScreenPinningRequest.RequestWindowView
/aosp12/packages/apps/Car/Messenger/src/com/android/car/messenger/core/ui/shared/
H A DLoadingFrameLayout.java239 private View inflateView() { in inflateView() method in LoadingFrameLayout.ViewContainer
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/widget/
H A DLoadingFrameLayout.java290 private View inflateView() { in inflateView() method in LoadingFrameLayout.ViewContainer
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardBouncer.java469 protected void inflateView() { in inflateView() method in KeyguardBouncer
/aosp12/packages/apps/Contacts/src/com/android/contacts/group/
H A DGroupMembersFragment.java757 protected View inflateView(LayoutInflater inflater, ViewGroup container) { in inflateView() method in GroupMembersFragment
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java483 public Pair<View, Boolean> inflateView(ResourceReference layout, ViewGroup parent, in inflateView() method in BridgeContext