Searched defs:resource (Results 26 - 35 of 35) sorted by relevance

12

/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/
H A DGenericInflater.java204 public T inflate(int resource) { argument
205 return inflate(resource, null);
210 * Inflate a new item hierarchy from the specified xml resource. Throws
213 * @param resource ID for an XML resource to load (e.g.,
220 public T inflate(int resource, T root) { argument
221 return inflate(resource, root, root != null);
245 * Inflate a new hierarchy from the specified xml resource. Throws
248 * @param resource ID for an XML resource t
260 inflate(int resource, T root, boolean attachToRoot) argument
[all...]
/frameworks/base/core/java/android/view/
H A DLayoutInflater.java65 * it only works with an XmlPullParser returned from a compiled resource
366 * Inflate a new view hierarchy from the specified xml resource. Throws
369 * @param resource ID for an XML layout resource to load (e.g.,
376 public View inflate(@LayoutRes int resource, @Nullable ViewGroup root) { argument
377 return inflate(resource, root, root != null);
401 * Inflate a new view hierarchy from the specified xml resource. Throws
404 * @param resource ID for an XML layout resource to load (e.g.,
417 public View inflate(@LayoutRes int resource, argument
[all...]
H A DView.java4076 * reference to a style resource that supplies default values for
4086 * theme attribute or style resource. This constructor of View allows
4093 * <li>The style resource specified in the AttributeSet (named "style").
4109 * reference to a style resource that supplies default values for
4111 * @param defStyleRes A resource identifier of a style resource that
10405 * Dispatch a notification about a resource configuration change down
10409 * @param newConfig The new resource configuration.
10425 * @param newConfig The new resource configuration.
17927 * Return an array of resource ID
20838 inflate(Context context, @LayoutRes int resource, ViewGroup root) argument
[all...]
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/picker/
H A DPicker.java376 PickerScrollArrayAdapter(Context context, int resource, int textViewResourceId, argument
378 mResource = resource;
/frameworks/base/core/java/com/android/internal/app/
H A DAlertController.java273 * Set the view resource to display in the dialog.
355 * @param resId the resource identifier of the drawable to use as the icon,
1154 public CheckedItemAdapter(Context context, int resource, int textViewResourceId, argument
1156 super(context, resource, textViewResourceId, objects);
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAlertController.java250 * Set the view resource to display in the dialog.
332 * @param resId the resource identifier of the drawable to use as the icon,
993 public CheckedItemAdapter(Context context, int resource, int textViewResourceId, argument
995 super(context, resource, textViewResourceId, objects);
/frameworks/base/core/java/android/content/res/
H A DAssetManager.java37 * for the way most applications will want to retrieve their resource data.
151 * Retrieves the string value associated with a particular resource
154 * @param resId the resource identifier to load
169 * Retrieves the string value associated with a particular resource
172 * @param resId the resource identifier to load
192 * Retrieves the string array associated with a particular resource
195 * @param resId the resource identifier of the string array
205 * resource identifier for the current configuration.
207 * @param resId the resource identifier to load
208 * @param densityDpi the density bucket for which to load the resource
813 getArraySize(int resource) argument
814 retrieveArray(int resource, int[] outValues) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DImageView.java399 private final int resource; field in class:ImageView.ImageDrawableCallback
401 ImageDrawableCallback(Drawable drawable, Uri uri, int resource) { argument
404 this.resource = resource;
411 mResource = resource;
424 * @param resId the resource identifier of the drawable
430 // The resource configuration may have changed, so we should always
431 // try to load the resource even if the resId hasn't changed.
842 Log.w(LOG_TAG, "Unable to find resource: " + mResource, e);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java350 // check if this is a style resource
403 public Pair<View, Boolean> inflateView(ResourceReference resource, ViewGroup parent, argument
405 boolean isPlatformLayout = resource.isFramework();
409 ILayoutPullParser parser = getParser(resource);
413 this, resource.isFramework());
426 if (resource instanceof ResourceValue) {
427 resValue = (ResourceValue) resource;
431 resource.getName());
434 resource.getName());
447 // set the resource re
483 getParser(ResourceReference resource) argument
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 228 milliseconds

12