HomeSort by relevance Sort by last modified time
    Searched full:asset (Results 376 - 400 of 512) sorted by null

<<11121314151617181920>>

  /external/dexmaker/src/main/java/com/google/dexmaker/stock/
ProxyBuilder.java 244 && interfaces.equals(asSet(proxyClass.getInterfaces()))) {
697 private static <T> Set<T> asSet(T... array) {
    [all...]
  /external/skia/tests/
CodexTest.cpp 847 // Stream that is not an asset stream (!hasPosition() or !hasLength())
878 // Test that the RawCodec works also for not asset stream. This will test the code path using
    [all...]
  /frameworks/base/graphics/java/android/graphics/
BitmapFactory.java 619 final long asset = ((AssetManager.AssetInputStream) is).getNativeAsset(); local
620 bm = nativeDecodeAsset(asset, outPadding, opts);
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp     [all...]
  /frameworks/base/core/java/android/content/res/
Resources.java 72 * asset manager of the application (accessible through {@link #getAssets}) and
    [all...]
  /frameworks/base/docs/html/ndk/guides/audio/
opensl-for-android.jd 122 are directly accessible by the Android native asset manager APIs. See the header files {@code
125 uses these native asset manager APIs in conjunction with the Android file descriptor data
890 This extension is especially useful in conjunction with the native asset manager, because
    [all...]
  /ndk/docs/Additional_library_docs/opensles/
index.html 145 they will be directly accessible by the Android native asset manager
151 native asset manager APIs in conjunction with the Android file
725 This is especially useful in conjunction with the native asset manager.
    [all...]
  /external/tcpdump/
print-lldp.c 208 { LLDP_PRIVATE_TIA_SUBTYPE_INVENTORY_ASSET_ID, "Inventory - asset ID" },
464 { LLDP_PRIVATE_TIA_SUBTYPE_INVENTORY_ASSET_ID, "Asset ID" },
    [all...]
  /frameworks/base/docs/html/distribute/essentials/quality/
tablets.jd 241 <p class="table-caption"><strong>Table 1</strong>. Raw asset sizes for icon types.<table>
288 As a minimum, supply a version of each icon and bitmap asset that's optimized
    [all...]
  /frameworks/base/docs/html/guide/topics/connectivity/nfc/
hce.jd 379 are required to provide an additional asset for their service: a so-called
382 <p>This asset should be sized 260x96 dp, and can be specified in your meta-data XML
  /sdk/eclipse/
changes.txt 130 * The Asset Studio Wizard now supports padding and disabling
249 - Asset Studio integration: Wizard creation of launcher icons, menu
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/SplitApp/src/com/android/cts/splitapp/
SplitAppTest.java 107 fail("Unexpected asset file2");
  /frameworks/base/core/java/com/android/internal/widget/
RotarySelector.java 464 * @param backgroundWidth The width of the asset (the bottom of the box surrounding the arc).
  /frameworks/base/docs/html/training/multiple-apks/
api.jd 339 "aapt" tool. Aapt (the Android Asset Packaging Tool) is part of the build process for creating and
multiple.jd 436 "aapt" tool. Aapt (the Android Asset Packaging Tool) is part of the build process for creating and
screensize.jd 312 "aapt" tool. Aapt (the Android Asset Packaging Tool) is part of the build process for creating and
texture.jd 259 "aapt" tool. Aapt (the Android Asset Packaging Tool) is part of the build process for creating and
  /frameworks/base/media/java/android/media/
ExifInterface.java 1456 long asset = mAssetInputStream.getNativeAsset(); local
    [all...]
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/services/
CopyJob.java 461 throw new ResourceException("Failed to open a file as asset for %s due to an "
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
CallButtonFragment.java 634 // earpiece" icon. (Still need an asset for that, though.)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageShow.java 84 private int mShadowMargin = 15; // not scaled, fixed in the asset
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DictionaryProvider.java 279 * Opens an asset file for an URI.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DictionaryInfoUtils.java 422 * @param fileAddress the asset dictionary file address.
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsDatabaseHelperUpgradeTest.java 73 * Tests are only performed after version 1108, based on the sql dump asset in
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/META-INF/
MANIFEST.MF 11 libs/asset-studio.jar,

Completed in 1493 milliseconds

<<11121314151617181920>>