Searched refs:placeholder (Results 1 – 13 of 13) sorted by relevance
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/ |
D | ExtendedBitmapDrawable.java | 98 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 …]
|
D | CircularBitmapDrawable.java | 101 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/ |
D | localization-checklist.jd | 331 languages. Common examples might be a piece of code, a placeholder for a 339 <code><xliff:g></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 <!-- Example placeholder for a special unicode symbol --> 370 <!-- Example placeholder for a for a URL --> 378 <!-- Example placeholder for a name --> 386 <!-- Example placeholder for a literal -->
|
/frameworks/base/docs/html/training/contacts-provider/ |
D | retrieve-details.jd | 148 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
|
D | retrieve-names.jd | 367 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
|
D | display-contact-badge.jd | 66 The large image associated with the contact, or no image is available, a placeholder
|
/frameworks/base/docs/html/training/displaying-bitmaps/ |
D | process-bitmap.jd | 126 that a placeholder image can be displayed in the {@link android.widget.ImageView} while the task
|
/frameworks/base/docs/html/guide/topics/search/ |
D | adding-recent-query-suggestions.jd | 175 a space ({@code " ?"}), which is simply a placeholder for the SQLite selection argument (which is
|
D | searchable-config.jd | 158 for your database, and should contain a single question mark, which is a placeholder for the
|
D | adding-custom-suggestions.jd | 264 a placeholder for the actual search query. The system calls {@link
|
/frameworks/base/docs/html/training/basics/firstapp/ |
D | starting-activity.jd | 287 <!-- Android Studio does not create a Fragment placeholder 351 * A placeholder fragment containing a simple view.
|
/frameworks/base/docs/html/training/basics/data-storage/ |
D | databases.jd | 284 // Specify arguments in placeholder order.
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | string-resource.jd | 384 the second {@code count} parameter is inserted into the {@code %d} placeholder. If your plural
|