Searched refs:inflater (Results 151 - 158 of 158) sorted by relevance

1234567

/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java1095 LayoutInflater inflater = (LayoutInflater) getContext().getSystemService(
1097 mMiniKeyboardContainer = inflater.inflate(mPopupLayout, null);
/frameworks/base/core/java/android/widget/
H A DNumberPicker.java661 LayoutInflater inflater = (LayoutInflater) getContext().getSystemService(
663 inflater.inflate(layoutResId, this, true);
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumePanel.java638 final LayoutInflater inflater = (LayoutInflater) mContext.getSystemService(
652 sc.group = (ViewGroup) inflater.inflate(
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSMSDispatcher.java1145 LayoutInflater inflater = (LayoutInflater) mContext.getSystemService(
1147 View layout = inflater.inflate(R.layout.sms_short_code_confirmation_dialog, null);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java3757 final TransitionInflater inflater = TransitionInflater.from(getContext());
3758 mTransitionManager = inflater.inflateTransitionManager(transitionRes,
3811 TransitionInflater inflater = TransitionInflater.from(getContext());
3812 transition = inflater.inflateTransition(transitionId);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java1340 LayoutInflater inflater = (LayoutInflater) mContext.getSystemService(
1342 row = (ExpandableNotificationRow) inflater.inflate(R.layout.status_bar_notification_row,
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentManager.java921 // and the inflater will take care of adding it.
1992 public boolean dispatchCreateOptionsMenu(Menu menu, MenuInflater inflater) { argument
1999 if (f.performCreateOptionsMenu(menu, inflater)) {
/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java2856 final LayoutInflater inflater = (LayoutInflater) dialogContext.getSystemService(
2858 final View tv = inflater.inflate(

Completed in 4984 milliseconds

1234567