Searched refs:inflate (Results 101 - 125 of 211) sorted by relevance

123456789

/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DUsbDebuggingActivity.java78 View checkbox = inflater.inflate(com.android.internal.R.layout.always_use_checkbox, null);
/frameworks/base/core/java/android/app/
H A DFragmentBreadCrumbs.java106 mContainer = (LinearLayout)mInflater.inflate(
303 final View item = mInflater.inflate(
H A DProgressDialog.java156 View view = inflater.inflate(a.getResourceId(
164 View view = inflater.inflate(a.getResourceId(
H A DListFragment.java193 return inflater.inflate(com.android.internal.R.layout.list_content,
/frameworks/base/core/java/android/preference/
H A DPreferenceManager.java241 .inflate(parser, rootPreferences, true);
256 * @param resId The resource ID of the XML to inflate.
269 rootPreferences = (PreferenceScreen) inflater.inflate(resId, rootPreferences, true);
H A DDialogPreference.java343 return inflater.inflate(mDialogLayoutResId, null);
H A DPreferenceFragment.java59 * To inflate from XML, use the {@link #addPreferencesFromResource(int)}. The
162 return inflater.inflate(com.android.internal.R.layout.preference_list_fragment, container,
280 * @param preferencesResId The XML resource ID to inflate.
/frameworks/base/graphics/java/android/graphics/drawable/
H A DShapeDrawable.java316 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs) method in class:ShapeDrawable
318 super.inflate(r, parser, attrs);
H A DBitmapDrawable.java435 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs) method in class:BitmapDrawable
437 super.inflate(r, parser, attrs);
H A DDrawable.java885 drawable.inflate(r, parser, attrs);
909 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs) method in class:Drawable
H A DNinePatchDrawable.java280 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs) method in class:NinePatchDrawable
282 super.inflate(r, parser, attrs);
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
H A DPasswordUnlockScreen.java98 layoutInflater.inflate(R.layout.keyguard_screen_password_portrait, this, true);
100 layoutInflater.inflate(R.layout.keyguard_screen_password_landscape, this, true);
H A DPatternUnlockScreen.java167 inflater.inflate(R.layout.keyguard_screen_unlock_portrait, this, true);
170 inflater.inflate(R.layout.keyguard_screen_unlock_landscape, this, true);
H A DSimPukUnlockScreen.java84 inflater.inflate(
87 inflater.inflate(
H A DSimUnlockScreen.java84 inflater.inflate(R.layout.keyguard_screen_sim_pin_landscape, this, true);
86 inflater.inflate(R.layout.keyguard_screen_sim_pin_portrait, this, true);
/frameworks/base/tests/DpiTest/src/com/google/android/test/dpi/
H A DDpiTestActivity.java106 layout = (LinearLayout)li.inflate(R.layout.image_views, null);
110 layout = (LinearLayout)li.inflate(R.layout.styled_image_views, null);
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/ui/
H A DDirListActivity.java170 View row = inflater.inflate(R.layout.dirlist_row, null);
241 inflater.inflate(R.menu.gui_menu, menu);
/frameworks/opt/mailcommon/java/com/android/mailcommon/
H A DWebViewContextMenu.java165 // yet, so inflate each time (yuk!)
169 inflater.inflate(getMenuResourceId(), menu);
270 .inflate(getTitleViewLayoutResId(MenuType.SHARE_LINK_MENU), null);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DTabletTicker.java268 group = (ViewGroup)inflater.inflate(R.layout.system_bar_ticker_panel, null, false);
281 Slog.e(TAG, "couldn't inflate view for notification " + ident, exception);
289 group = (ViewGroup)inflater.inflate(R.layout.system_bar_ticker_compat, mWindow, false);
/frameworks/base/core/java/android/widget/
H A DActivityChooserView.java218 inflater.inflate(R.layout.activity_chooser_view, this, true);
695 convertView = LayoutInflater.from(getContext()).inflate(
705 convertView = LayoutInflater.from(getContext()).inflate(
H A DMediaController.java235 LayoutInflater inflate = (LayoutInflater) mContext.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
236 mRoot = inflate.inflate(com.android.internal.R.layout.media_controller, null);
H A DArrayAdapter.java63 * The resource indicating what views to inflate to display the content of this
69 * The resource indicating what views to inflate to display the content of this
371 view = mInflater.inflate(resource, parent, false);
/frameworks/base/core/java/android/accounts/
H A DChooseAccountActivity.java171 convertView = mLayoutInflater.inflate(R.layout.choose_account_row, null);
H A DChooseAccountTypeActivity.java188 convertView = mLayoutInflater.inflate(R.layout.choose_account_row, null);
H A DGrantCredentialsPermissionActivity.java154 View view = mInflater.inflate(R.layout.permissions_package_list_item, null);

Completed in 291 milliseconds

123456789