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

1 2 3 4 5 6 7 891011>>

  /bootable/recovery/tools/ota/
convert-to-bmp.py 3 """A simple script to convert asset images to BMP files, that supports
  /cts/tests/tests/os/src/android/os/cts/
RecoverySystemTest.java 45 /** Write the given asset to a file of the same name and return a File. */
  /external/deqp/framework/platform/android/
tcuAndroidAssets.cpp 52 throw ResourceError("Failed to open asset resource", name, __FILE__, __LINE__);
  /external/doclava/src/com/google/doclava/
JarUtils.java 79 throw new IOException("Could not copy asset from jar file", e);
  /external/guava/guava/src/com/google/common/base/
Absent.java 68 @Override public Set<T> asSet() {
Present.java 66 @Override public Set<T> asSet() {
  /frameworks/base/docs/html/guide/practices/ui_guidelines/
icon_design_launcher_archive.jd 152 positioned inside the asset to create consistent visual weight with other
156 asset. You should size the icons <em>smaller than the actual bounds of the
157 asset</em> to create a consistent visual weight and to allow for shadows. If
164 <li>The red box is the bounding box for the full asset.</li>
166 The icon box is sized smaller than the full asset box so that there is space to
180 <li>Full Asset: 72 x 72 px</li>
196 <li>Full Asset: 48 x 48 px</li>
213 <li>Full Asset: 36 x 36 px</li>
231 icon asset.</p>
icon_design_status_bar.jd 257 scaled and positioned inside the final asset.</p>
260 asset. You should size the icons <em>smaller than the actual bounds of the
261 asset</em>. <strong>Status bar icons may vary in width, but only
268 <li>The red box is the bounding box for the full asset.</li>
270 The icon box is sized smaller vertically than the full asset box to allow for
281 <li>Full Asset: 24w x 38h px (preferred, width may vary)</li>
296 <li>Full Asset: 16w x 25 px (preferred, width may vary)</li>
312 <li>Full Asset: 12w x 19h px (preferred, width may vary)</li>
329 icon asset.</p>
icon_design_tab.jd 144 scaled and positioned inside the final asset.</p>
147 asset. You should size the icons <em>smaller than the actual bounds of the
148 asset</em>.</p>
154 <li>The red box is the bounding box for the full asset.</li>
156 The icon box is sized smaller than the full asset box to allow for
171 <li>Full Asset: 48 x 48 px</li>
186 <li>Full Asset: 32 x 32 px</li>
202 <li>Full Asset: 24 x 24 px</li>
219 icon asset.</p>
icon_design.jd 181 <th>Asset Type</th>
226 organizes asset files per resolution. For example:</p>
291 sizes for final asset creation.</p>
312 metadata is removed and that your image asset file sizes are optimized.</p>
319 <p>Corresponding icon asset files for each density <strong>must use the same
  /frameworks/base/include/androidfw/
StreamingZipInflater.h 62 // output invariants for this asset
  /frameworks/base/packages/SystemUI/res/drawable/
stat_sys_managed_profile_status.xml 22 The asset contains a briefcase symbol of 15.26dp x 13.6dp in the center.
  /frameworks/volley/src/test/java/com/android/volley/toolbox/
HttpHeaderParserTest.java 148 // - max-age (entry.softTtl) indicates that the asset is fresh for 1 day
149 // - stale-while-revalidate (entry.ttl) indicates that the asset may
203 // - max-age (entry.softTtl) indicates that the asset is fresh for 1 day
204 // - stale-while-revalidate (entry.ttl) indicates that the asset may
  /hardware/ti/omap4-aah/security/tf_sdk/include/
OEMCrypto.h 96 * asset is established.
112 * called when the decrypt session for an asset is closed.
127 * Decrypt the entitlement (EMM) key, also known as the asset key,
145 * OEMCrypto_ERROR_NO_ASSET_KEY failed to decrypt asset key
  /packages/apps/UnifiedEmail/res/values-v21/
styles.xml 27 <!-- Use elevation with FAB to produce a shadow instead of working with an asset -->
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
ResolvedBindings.java 75 return ImmutableSet.copyOf(membersInjectionBinding().asSet());
91 return ImmutableSet.copyOf(ownedMembersInjectionBinding().asSet());
  /external/dagger2/core/src/main/java/dagger/internal/
SetFactory.java 75 Set<Object> asSet = new HashSet<Object>(original);
76 return original.size() != asSet.size();
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 107 Asset* asset = assets.open(name, Asset::ACCESS_BUFFER); local
108 if (asset == NULL)
111 SkImageDecoder::DecodeMemory(asset->getBuffer(false), asset->getLength(),
113 asset->close();
114 delete asset;
  /frameworks/base/core/java/android/webkit/
WebViewDelegate.java 181 * Adds the WebView asset path to {@link android.content.res.AssetManager}.
189 // Build the new library asset path list.
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/wear/
WearPackageUtil.java 77 * In order to make sure that the Wearable Asset Manager has a reasonable apk that can be used
118 Log.e(TAG, "Reading from Asset FD or writing to temp file failed ", e);
  /packages/apps/UnifiedEmail/res/layout/
conversation_item_view.xml 23 - Image View should set source to a specific asset -->
67 <!-- top margin should be 12dp, but the asset has 2dp built-in padding -->
  /external/guava/guava-tests/test/com/google/common/collect/
ContiguousSetTest.java 327 .named("Range.asSet")
335 .named("Range.asSet, headset")
343 .named("Range.asSet, tailset")
351 .named("Range.asSet, subset")
359 .named("Range.asSet.descendingSet")
  /frameworks/base/graphics/java/android/graphics/
Typeface.java 186 * @param mgr The application's asset manager
206 throw new RuntimeException("Font asset not found " + path);
210 * Creates a unique id for a given AssetManager and asset path.
213 * @param path The path for the asset.
214 * @return Unique id for a given AssetManager and asset path.
  /frameworks/base/tools/aapt/
Command.cpp 4 // Android Asset Packaging Tool main entry point.
44 printf("Android Asset Packaging Tool, v0.2-" AAPT_VERSION "\n");
229 Asset* manifestAsset = assets.openNonAsset("AndroidManifest.xml",
230 Asset::ACCESS_BUFFER);
405 Asset* aidAsset = assets.openNonAsset(xmlPath, Asset::ACCESS_BUFFER);
755 // The dynamicRefTable can be null if there are no resources for this asset cookie.
759 Asset* asset = NULL; local
779 asset = assets.openNonAsset(assetsCookie, resname, Asset::ACCESS_BUFFER)
    [all...]
  /external/sfntly/cpp/src/sfntly/table/core/
os2_table.h 216 // UNIMPLEMENTED: EnumSet<UnicodeRange> asSet(long range1, long range2,
234 // UNIMPLEMENTED: EnumSet<FsSelection> asSet(long range1, long range2,
307 // UNIMPLEMENTED: EnumSet<CodePageRange> asSet(long range1, long range2,

Completed in 1970 milliseconds

1 2 3 4 5 6 7 891011>>