Home
last modified time | relevance | path

Searched refs:placeholder (Results 1 – 13 of 13) sorted by relevance

/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
DExtendedBitmapDrawable.java98 Drawable placeholder = null; in onOptsChanged() local
101 if (mOpts.placeholder != null) { in onOptsChanged()
102 ConstantState constantState = mOpts.placeholder.getConstantState(); in onOptsChanged()
104 placeholder = constantState.newDrawable(mResources); in onOptsChanged()
106 Rect bounds = mOpts.placeholder.getBounds(); in onOptsChanged()
109 } else if (placeholder.getIntrinsicWidth() != -1) { in onOptsChanged()
110 placeholderWidth = placeholder.getIntrinsicWidth(); in onOptsChanged()
114 } else if (placeholder.getIntrinsicHeight() != -1) { in onOptsChanged()
115 placeholderHeight = placeholder.getIntrinsicHeight(); in onOptsChanged()
120 … mPlaceholder = new Placeholder(placeholder, mResources, placeholderWidth, placeholderHeight, in onOptsChanged()
[all …]
DCircularBitmapDrawable.java101 BitmapDrawable placeholder = (BitmapDrawable) drawable.getInnerDrawable(); in onDrawPlaceholderOrProgress() local
102 Bitmap bitmap = placeholder.getBitmap(); in onDrawPlaceholderOrProgress()
103 float alpha = placeholder.getPaint().getAlpha() / 255f; in onDrawPlaceholderOrProgress()
/frameworks/base/docs/html/distribute/tools/
Dlocalization-checklist.jd331 languages. Common examples might be a piece of code, a placeholder for a
339 <code>&lt;xliff:g&gt;</code> placeholder tag. Here's an example tag that
350 When you declare a placeholder tag, always add an id attribute that explains
351 what the placeholder is for. If your apps will later replace the placeholder
356 Here are some more examples of placeholder tags:
362 &lt;!-- Example placeholder for a special unicode symbol --&gt;
370 &lt;!-- Example placeholder for a for a URL --&gt;
378 &lt;!-- Example placeholder for a name --&gt;
386 &lt;!-- Example placeholder for a literal --&gt;
/frameworks/base/docs/html/training/contacts-provider/
Dretrieve-details.jd148 Using "?" as a placeholder in your selection text expression ensures that the resulting search
352 than as a string value. You don't need to use a placeholder for this value, because you're
Dretrieve-names.jd367 a "?" placeholder. During retrieval, the placeholder is replaced with values from an
368 array. Using "?" as a placeholder ensures that the search specification is generated by binding
649 You don't need to use a placeholder for this value, because you're using a constant
Ddisplay-contact-badge.jd66 The large image associated with the contact, or no image is available, a placeholder
/frameworks/base/docs/html/training/displaying-bitmaps/
Dprocess-bitmap.jd126 that a placeholder image can be displayed in the {@link android.widget.ImageView} while the task
/frameworks/base/docs/html/guide/topics/search/
Dadding-recent-query-suggestions.jd175 a space ({@code " ?"}), which is simply a placeholder for the SQLite selection argument (which is
Dsearchable-config.jd158 for your database, and should contain a single question mark, which is a placeholder for the
Dadding-custom-suggestions.jd264 a placeholder for the actual search query. The system calls {@link
/frameworks/base/docs/html/training/basics/firstapp/
Dstarting-activity.jd287 <!-- Android Studio does not create a Fragment placeholder
351 * A placeholder fragment containing a simple view.
/frameworks/base/docs/html/training/basics/data-storage/
Ddatabases.jd284 // Specify arguments in placeholder order.
/frameworks/base/docs/html/guide/topics/resources/
Dstring-resource.jd384 the second {@code count} parameter is inserted into the {@code %d} placeholder. If your plural