Searched refs:inflater (Results 76 - 100 of 107) sorted by relevance

12345

/frameworks/base/services/java/com/android/server/display/
H A DOverlayDisplayWindow.java174 LayoutInflater inflater = LayoutInflater.from(mContext);
176 mWindowContent = inflater.inflate(
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
H A DCustomBar.java73 LayoutInflater inflater = (LayoutInflater) getContext().getSystemService(
83 inflater.inflate(bridgeParser, this, true);
/frameworks/ex/photoviewer/src/com/android/ex/photo/fragments/
H A DPhotoViewFragment.java182 public View onCreateView(LayoutInflater inflater, ViewGroup container, argument
184 final View view = inflater.inflate(R.layout.photo_fragment_view, container, false);
/frameworks/opt/mailcommon/java/com/android/mailcommon/
H A DWebViewContextMenu.java166 MenuInflater inflater = mActivity.getMenuInflater();
169 inflater.inflate(getMenuResourceId(), menu);
/frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
H A DPhotoViewFragment.java188 public View onCreateView(LayoutInflater inflater, ViewGroup container, argument
190 final View view = inflater.inflate(R.layout.photo_fragment_view, container, false);
/frameworks/base/core/java/android/widget/
H A DAppSecurityPermissions.java327 LayoutInflater inflater = (LayoutInflater)context.getSystemService(
331 return getPermissionItemViewOld(context, inflater, grpName,
527 private static PermissionItemView getPermissionItemView(Context context, LayoutInflater inflater, argument
530 PermissionItemView permView = (PermissionItemView)inflater.inflate(
538 private static View getPermissionItemViewOld(Context context, LayoutInflater inflater, argument
540 View permView = inflater.inflate(R.layout.app_permission_item_old, null);
H A DTimePicker.java142 LayoutInflater inflater = (LayoutInflater) context.getSystemService(
144 inflater.inflate(layoutResourceId, this, true);
H A DZoomButtonsController.java261 LayoutInflater inflater = (LayoutInflater) mContext
263 inflater.inflate(com.android.internal.R.layout.zoom_container, container);
H A DActivityChooserView.java217 LayoutInflater inflater = LayoutInflater.from(mContext);
218 inflater.inflate(R.layout.activity_chooser_view, this, true);
H A DDatePicker.java169 LayoutInflater inflater = (LayoutInflater) context
171 inflater.inflate(layoutResourceId, this, true);
H A DRemoteViews.java2255 LayoutInflater inflater = (LayoutInflater)
2258 inflater = inflater.cloneInContext(c);
2259 inflater.setFilter(this);
2261 result = inflater.inflate(rvToApply.getLayoutId(), parent, false);
H A DEditor.java269 LayoutInflater inflater = LayoutInflater.from(mTextView.getContext());
270 final TextView err = (TextView) inflater.inflate(
1938 LayoutInflater inflater = (LayoutInflater)mTextView.getContext().
1944 mDeleteTextView = (TextView) inflater.inflate(POPUP_TEXT_LAYOUT, null);
2791 LayoutInflater inflater = (LayoutInflater) mTextView.getContext().
2797 mPasteTextView = (TextView) inflater.inflate(POPUP_TEXT_LAYOUT, null);
2803 mReplaceTextView = (TextView) inflater.inflate(POPUP_TEXT_LAYOUT, null);
H A DSearchView.java247 LayoutInflater inflater = (LayoutInflater) context
249 inflater.inflate(R.layout.search_view, this, true);
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardHostView.java731 final LayoutInflater inflater = LayoutInflater.from(mContext);
733 View v = inflater.inflate(layoutId, mSecurityViewContainer, false);
1022 LayoutInflater inflater = LayoutInflater.from(mContext);
1023 inflater.inflate(R.layout.keyguard_transport_control_view, this, true);
1026 View addWidget = inflater.inflate(R.layout.keyguard_add_widget, this, false);
1125 LayoutInflater inflater = LayoutInflater.from(mContext);
1126 View statusWidget = inflater.inflate(R.layout.keyguard_status_view, null, true);
H A DKeyguardViewManager.java220 final LayoutInflater inflater = LayoutInflater.from(mContext);
221 View view = inflater.inflate(R.layout.keyguard_host_view, mKeyguardHost, true);
/frameworks/base/core/java/com/android/internal/app/
H A DMediaRouteChooserDialogFragment.java171 public View onCreateView(LayoutInflater inflater, ViewGroup container, argument
173 mInflater = inflater;
174 final View layout = inflater.inflate(R.layout.media_route_chooser_layout, container, false);
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
H A DLockScreen.java461 final LayoutInflater inflater = LayoutInflater.from(context);
464 inflater.inflate(R.layout.keyguard_screen_tab_unlock, this, true);
466 inflater.inflate(R.layout.keyguard_screen_tab_unlock_land, this, true);
/frameworks/base/core/java/com/android/internal/view/menu/
H A DIconMenuView.java293 LayoutInflater inflater = LayoutInflater.from(context);
295 final IconMenuItemView itemView = (IconMenuItemView) inflater.inflate(
H A DMenuItemImpl.java571 final LayoutInflater inflater = LayoutInflater.from(context);
572 setActionView(inflater.inflate(resId, new LinearLayout(context), false));
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DDatePicker.java100 LayoutInflater inflater = (LayoutInflater) themed.getSystemService(
102 inflater.inflate(R.layout.date_picker, this, true);
/frameworks/base/core/java/android/view/
H A DVolumePanel.java263 LayoutInflater inflater = (LayoutInflater) context
265 View view = mView = inflater.inflate(R.layout.volume_adjust, null);
389 LayoutInflater inflater = (LayoutInflater) mContext
401 sc.group = (ViewGroup) inflater.inflate(R.layout.volume_adjust_item, null);
/frameworks/support/v4/java/android/support/v4/app/
H A DListFragment.java89 public View onCreateView(LayoutInflater inflater, ViewGroup container, argument
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarView.java216 final LayoutInflater inflater = LayoutInflater.from(context);
222 mHomeLayout = (HomeView) inflater.inflate(homeResId, this, false);
224 mExpandedHomeLayout = (HomeView) inflater.inflate(homeResId, this, false);
243 mCustomNavView = (View) inflater.inflate(customNavId, this, false);
771 LayoutInflater inflater = LayoutInflater.from(getContext());
772 mTitleLayout = (LinearLayout) inflater.inflate(R.layout.action_bar_title_item,
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java174 public void setBridgeInflater(BridgeInflater inflater) { argument
175 mBridgeInflater = inflater;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSMSDispatcher.java1175 LayoutInflater inflater = (LayoutInflater) mContext.getSystemService(
1177 View layout = inflater.inflate(R.layout.sms_short_code_confirmation_dialog, null);

Completed in 357 milliseconds

12345