Searched defs:Resources (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/com/google/android/util/
H A DAbstractMessageParser.java43 public static interface Resources { interface in class:AbstractMessageParser
64 protected abstract Resources getResources();
/frameworks/base/core/java/android/content/res/
H A DResources.java61 * acquire the {@link android.content.res.Resources} instance associated with your application
77 * href="{@docRoot}guide/topics/resources/index.html">Application Resources</a>.</p>
79 public class Resources { class
80 static final String TAG = "Resources";
103 // Pool of TypedArrays targeted to this Resources object.
107 static Resources mSystem = null;
224 * Create a new Resources object on top of an existing set of assets in an
233 public Resources(AssetManager assets, DisplayMetrics metrics, Configuration config) { method in class:Resources
238 * Creates a new Resources object with CompatibilityInfo.
249 public Resources(AssetManage method in class:Resources
2718 private Resources() { method in class:Resources
[all...]

Completed in 82 milliseconds