/aosp12/packages/services/Telephony/src/com/android/phone/ |
H A D | EccShortcutAdapter.java | 79 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 D | EmergencyDialer.java | 1018 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 D | OverlayPanelViewControllerTest.java | 102 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 D | OverlayViewGlobalStateControllerTest.java | 945 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 D | LoadingFrameLayout.java | 229 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 D | EmailAddressPickerFragment.java | 60 protected View inflateView(LayoutInflater inflater, ViewGroup container) { in inflateView() method in EmailAddressPickerFragment
|
H A D | PostalAddressPickerFragment.java | 75 protected View inflateView(LayoutInflater inflater, ViewGroup container) { in inflateView() method in PostalAddressPickerFragment
|
H A D | MultiSelectPhoneNumbersListFragment.java | 122 protected View inflateView(LayoutInflater inflater, ViewGroup container) { in inflateView() method in MultiSelectPhoneNumbersListFragment
|
H A D | ContactPickerFragment.java | 154 protected View inflateView(LayoutInflater inflater, ViewGroup container) { in inflateView() method in ContactPickerFragment
|
H A D | MultiSelectEmailAddressesListFragment.java | 137 protected View inflateView(LayoutInflater inflater, ViewGroup container) { in inflateView() method in MultiSelectEmailAddressesListFragment
|
H A D | JoinContactListFragment.java | 159 protected View inflateView(LayoutInflater inflater, ViewGroup container) { in inflateView() method in JoinContactListFragment
|
H A D | PhoneNumberPickerFragment.java | 241 protected View inflateView(LayoutInflater inflater, ViewGroup container) { in inflateView() method in PhoneNumberPickerFragment
|
H A D | ContactEntryListFragment.java | 178 protected abstract View inflateView(LayoutInflater inflater, ViewGroup container); in inflateView() method in ContactEntryListFragment 785 mView = inflateView(inflater, container);
|
H A D | GroupMemberPickerFragment.java | 223 protected View inflateView(LayoutInflater inflater, ViewGroup container) { in inflateView() method in GroupMemberPickerFragment
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/ |
H A D | ScreenPinningRequest.java | 194 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 D | OverlayViewGlobalStateController.java | 116 inflateView(viewController); in showView() 334 public void inflateView(OverlayViewController viewController) { in inflateView() method in OverlayViewGlobalStateController
|
H A D | OverlayPanelViewController.java | 148 getOverlayViewGlobalStateController().inflateView(this); in OverlayPanelViewController() 191 getOverlayViewGlobalStateController().inflateView(this); in toggle()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | KeyguardBouncer.java | 368 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 D | LoadingFrameLayout.java | 290 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 D | AdapterHelper.java | 48 Pair<View, Boolean> pair = context.inflateView(dataBindingItem.getViewReference(), in getView()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
H A D | KeyguardBouncerTest.java | 140 mBouncer.inflateView(); in testInflateView_doesntCrash()
|
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/notification/ |
H A D | NotificationPanelViewController.java | 184 getOverlayViewGlobalStateController().inflateView(this); in NotificationPanelViewController()
|
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
H A D | RenderSessionImpl.java | 683 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 D | RemoteViews.java | 5537 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 D | GroupMembersFragment.java | 757 protected View inflateView(LayoutInflater inflater, ViewGroup container) { in inflateView() method in GroupMembersFragment
|