Home
last modified time | relevance | path

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

12

/aosp12/packages/services/Telephony/src/com/android/phone/
H A DEccShortcutAdapter.java79 return inflateView(convertView, parent, material.number, material.description, in getView()
99 public abstract View inflateView(View convertView, ViewGroup parent, CharSequence number, in inflateView() method in EccShortcutAdapter
H A DEmergencyDialer.java1018 public View inflateView(View convertView, ViewGroup parent, CharSequence number, in setupEmergencyCallShortcutButton()
/aosp12/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/window/
H A DOverlayPanelViewControllerTest.java102 verify(mOverlayViewGlobalStateController).inflateView(mOverlayPanelViewController); in toggle_notInflated_inflates()
112 verify(mOverlayViewGlobalStateController, never()).inflateView(mOverlayPanelViewController); in toggle_inflated_doesNotInflate()
418 verify(mOverlayViewGlobalStateController).inflateView(mOverlayPanelViewController); in dragOpenTouchListener_isNotInflated_inflatesView()
H A DOverlayViewGlobalStateControllerTest.java945 mOverlayViewGlobalStateController.inflateView(mOverlayViewController2); in inflateView_notInflated_inflates()
954 mOverlayViewGlobalStateController.inflateView(mOverlayViewController2); in inflateView_alreadyInflated_doesNotInflate()
/aosp12/packages/apps/Car/Messenger/src/com/android/car/messenger/core/ui/shared/
H A DLoadingFrameLayout.java229 mView = inflateView(); in ViewContainer()
239 private View inflateView() { in inflateView() method in LoadingFrameLayout.ViewContainer
/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 DContactPickerFragment.java154 protected View inflateView(LayoutInflater inflater, ViewGroup container) { in inflateView() method in ContactPickerFragment
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 DPhoneNumberPickerFragment.java241 protected View inflateView(LayoutInflater inflater, ViewGroup container) { in inflateView() method in PhoneNumberPickerFragment
H A DContactEntryListFragment.java178 protected abstract View inflateView(LayoutInflater inflater, ViewGroup container); in inflateView() method in ContactEntryListFragment
785 mView = inflateView(inflater, container);
H A DGroupMemberPickerFragment.java223 protected View inflateView(LayoutInflater inflater, ViewGroup container) { in inflateView() method in GroupMemberPickerFragment
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DScreenPinningRequest.java194 inflateView(rotation); in onAttachedToWindow()
234 private void inflateView(int rotation) { in inflateView() method in ScreenPinningRequest.RequestWindowView
349 inflateView(getRotation(mContext)); in onConfigurationChanged()
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/window/
H A DOverlayViewGlobalStateController.java116 inflateView(viewController); in showView()
334 public void inflateView(OverlayViewController viewController) { in inflateView() method in OverlayViewGlobalStateController
H A DOverlayPanelViewController.java148 getOverlayViewGlobalStateController().inflateView(this); in OverlayPanelViewController()
191 getOverlayViewGlobalStateController().inflateView(this); in toggle()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardBouncer.java368 inflateView(); in reset()
465 inflateView(); in ensureView()
469 protected void inflateView() { in inflateView() method in KeyguardBouncer
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/widget/
H A DLoadingFrameLayout.java290 private View inflateView() { in inflateView() method in LoadingFrameLayout.ViewContainer
329 mView = inflateView(); in show()
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
H A DAdapterHelper.java48 Pair<View, Boolean> pair = context.inflateView(dataBindingItem.getViewReference(), in getView()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DKeyguardBouncerTest.java140 mBouncer.inflateView(); in testInflateView_doesntCrash()
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/notification/
H A DNotificationPanelViewController.java184 getOverlayViewGlobalStateController().inflateView(this); in NotificationPanelViewController()
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderSessionImpl.java683 Pair<View, Boolean> pair = context.inflateView( in postInflateProcess()
695 Pair<View, Boolean> pair = context.inflateView( in postInflateProcess()
/aosp12/frameworks/base/core/java/android/widget/
H A DRemoteViews.java5537 View result = inflateView(context, rvToApply, parent);
5554 View result = inflateView(context, rvToApply, parent, applyThemeResId, null);
5564 View result = inflateView(context, rvToApply, parent, 0, colorResources);
5569 private View inflateView(Context context, RemoteViews rv, ViewGroup parent) {
5570 return inflateView(context, rv, parent, 0, null);
5573 private View inflateView(Context context, RemoteViews rv, @Nullable ViewGroup parent,
5723 mResult = inflateView(mContext, mRV, mParent, 0, mColorResources);
/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

12