HomeSort by relevance Sort by last modified time
    Searched defs:assets (Results 1 - 9 of 9) sorted by null

  /frameworks/base/tools/aapt/
Command.cpp 191 AssetManager assets; local
192 if (!assets.addAssetPath(String8(zipFileName), NULL)) {
193 fprintf(stderr, "ERROR: list -a failed because assets could not be loaded\n");
197 const ResTable& res = assets.getResources(false);
205 Asset* manifestAsset = assets.openNonAsset("AndroidManifest.xml",
417 AssetManager assets; local
419 if (!assets.addAssetPath(String8(filename), &assetsCookie)) {
420 fprintf(stderr, "ERROR: dump failed because assets could not be loaded\n");
424 const ResTable& res = assets.getResources(false);
442 asset = assets.openNonAsset(resname, Asset::ACCESS_BUFFER)
1354 sp<AaptAssets> assets; local
    [all...]
  /frameworks/base/core/java/android/content/res/
Resources.java 47 * provides a higher-level API for getting typed data from the assets.
124 * Create a new Resources object on top of an existing set of assets in an
127 * @param assets Previously created AssetManager.
133 public Resources(AssetManager assets, DisplayMetrics metrics,
135 this(assets, metrics, config, (CompatibilityInfo) null);
141 * @param assets Previously created AssetManager.
150 public Resources(AssetManager assets, DisplayMetrics metrics,
152 mAssets = assets;
160 assets.ensureStringBlocks();
    [all...]
  /build/core/
definitions.mk 287 define find-subdir-assets
290 $(warning Empty argument supplied to find-subdir-assets) \
    [all...]
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebViewTest.java 850 AssetManager assets = getActivity().getAssets(); local
851 Bitmap b1 = BitmapFactory.decodeStream(assets.open(TestHtmlConstants.SMALL_IMG_URL));
1117 AssetManager assets = getActivity().getAssets(); local
1311 AssetManager assets = getActivity().getAssets(); local
    [all...]
  /frameworks/base/core/java/android/app/
ActivityThread.java 800 printRow(pw, TWO_COUNT_COLUMNS, "Assets:", globalAssetCount,
1192 AssetManager assets = new AssetManager(); local
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 

Completed in 431 milliseconds