Searched refs:inflate (Results 151 - 175 of 211) sorted by relevance

123456789

/frameworks/base/graphics/java/android/graphics/drawable/
H A DRotateDrawable.java202 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs) method in class:RotateDrawable
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardHostView.java733 View v = inflater.inflate(layoutId, mSecurityViewContainer, false);
1023 inflater.inflate(R.layout.keyguard_transport_control_view, this, true);
1026 View addWidget = inflater.inflate(R.layout.keyguard_add_widget, this, false);
1040 // inflate system-provided camera?
1126 View statusWidget = inflater.inflate(R.layout.keyguard_status_view, null, true);
1224 // Use the built-in status/clock view if we can't inflate the default widget
H A DCameraWidgetFrame.java170 widgetView = cameraInflater.inflate(widgetInfo.layoutId, null, false);
H A DKeyguardViewManager.java221 View view = inflater.inflate(R.layout.keyguard_host_view, mKeyguardHost, true);
/frameworks/base/services/java/com/android/server/display/
H A DOverlayDisplayWindow.java176 mWindowContent = inflater.inflate(
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
H A DCustomBar.java83 inflater.inflate(bridgeParser, this, true);
/frameworks/ex/photoviewer/src/com/android/ex/photo/fragments/
H A DPhotoViewFragment.java184 final View view = inflater.inflate(R.layout.photo_fragment_view, container, false);
/frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
H A DPhotoViewFragment.java190 final View view = inflater.inflate(R.layout.photo_fragment_view, container, false);
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
H A DPowerUI.java191 View v = View.inflate(mContext, R.layout.battery_low, null);
/frameworks/base/core/java/android/widget/
H A DAppSecurityPermissions.java476 LinearLayout permsView = (LinearLayout) mInflater.inflate(R.layout.app_perms_summary, null);
530 PermissionItemView permView = (PermissionItemView)inflater.inflate(
540 View permView = inflater.inflate(R.layout.app_permission_item_old, null);
H A DTimePicker.java144 inflater.inflate(layoutResourceId, this, true);
H A DZoomButtonsController.java263 inflater.inflate(com.android.internal.R.layout.zoom_container, container);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DGlobalActions.java567 View v = inflater.inflate(R.layout.global_actions_item, parent, false);
652 View v = inflater.inflate(R
770 View v = inflater.inflate(R.layout.global_actions_silent_mode, parent, false);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DTabletStatusBar.java244 mNotificationPanel = (NotificationPanel)View.inflate(context,
309 mInputMethodsPanel = (InputMethodsPanel) View.inflate(context,
332 mCompatModePanel = (CompatModePanel) View.inflate(context,
448 final TabletStatusBarView sb = (TabletStatusBarView)View.inflate(
1120 mCompatibilityHelpDialog = View.inflate(mContext, R.layout.compat_mode_help, null);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java346 mStatusBarWindow = (StatusBarWindowView) View.inflate(context,
387 mIntruderAlertView = (IntruderAlertView) View.inflate(context, R.layout.intruder_alert, null);
403 (NavigationBarView) View.inflate(context, R.layout.navigation_bar, null);
550 mFlipSettingsView = ((ViewStub)settings_stub).inflate();
558 mSettingsPanel = (SettingsPanelView) ((ViewStub)settings_stub).inflate();
1690 // lazily inflate this to accommodate orientation change
1702 mCling = (ViewGroup) stub.inflate();
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderSessionImpl.java105 * through the {@link Bridge} API to inflate the layout. Further actions and rendering can then
220 public Result inflate() { method in class:RenderSessionImpl
385 View view = mInflater.inflate(mBlockParser, mContentRoot);
395 // post-inflate process. For now this supports TabHost/TabWidget
694 // inflate the child without adding it to the root since we want to control where it'll
697 final View child = mInflater.inflate(blockParser, parentView, false /*attachToRoot*/);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java356 mNotificationBlamePopup.getMenuInflater().inflate(
440 mSearchPanelView = (SearchPanelView) LayoutInflater.from(mContext).inflate(
716 View row = inflater.inflate(R.layout.status_bar_notification_row, parent, false);
754 Slog.e(TAG, "couldn't inflate view for notification " + ident, e);
/frameworks/base/core/java/android/app/
H A DLauncherActivity.java153 view = mInflater.inflate(
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java289 LayoutInflater inflate =
344 mPreviewText = (TextView) inflate.inflate(previewLayout, null);
1092 mMiniKeyboardContainer = inflater.inflate(mPopupLayout, null);
/frameworks/base/core/java/android/view/
H A DMenuInflater.java101 * @param menu The Menu to inflate into. The items and submenus will be
104 public void inflate(int menuRes, Menu menu) { method in class:MenuInflater
/frameworks/base/core/java/com/android/internal/view/menu/
H A DIconMenuView.java295 final IconMenuItemView itemView = (IconMenuItemView) inflater.inflate(
H A DMenuItemImpl.java572 setActionView(inflater.inflate(resId, new LinearLayout(context), false));
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarView.java222 mHomeLayout = (HomeView) inflater.inflate(homeResId, this, false);
224 mExpandedHomeLayout = (HomeView) inflater.inflate(homeResId, this, false);
243 mCustomNavView = (View) inflater.inflate(customNavId, this, false);
772 mTitleLayout = (LinearLayout) inflater.inflate(R.layout.action_bar_title_item,
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DDatePicker.java102 inflater.inflate(R.layout.date_picker, this, true);
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientAlternatesAdapter.java293 return mLayoutInflater.inflate(R.layout.chips_recipient_dropdown_item, null);

Completed in 328 milliseconds

123456789