/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 placeholder = mOpts.placeholder; in onOptsChanged() 109 Rect bounds = mOpts.placeholder.getBounds(); in onOptsChanged() 112 } else if (placeholder.getIntrinsicWidth() != -1) { in onOptsChanged() 113 placeholderWidth = placeholder.getIntrinsicWidth(); in onOptsChanged() 117 } else if (placeholder.getIntrinsicHeight() != -1) { in onOptsChanged() 118 placeholderHeight = placeholder.getIntrinsicHeight(); in onOptsChanged() [all …]
|
D | CircularBitmapDrawable.java | 103 BitmapDrawable placeholder = in onDrawPlaceholderOrProgress() local 105 Bitmap bitmap = placeholder.getBitmap(); in onDrawPlaceholderOrProgress() 106 float alpha = placeholder.getPaint().getAlpha() / 255f; in onDrawPlaceholderOrProgress()
|
/frameworks/base/tools/aapt/ |
D | pseudolocalize.h | 13 virtual String16 placeholder(const String16& text) = 0; 20 String16 placeholder(const String16& text) { return text; } in placeholder() function 28 String16 placeholder(const String16& text); 37 String16 placeholder(const String16& text);
|
D | pseudolocalize.cpp | 77 chunk = mImpl->placeholder(chunk); in text() 291 result += ((c == '%') ? chunk : placeholder(chunk)); in text() 352 String16 PseudoMethodAccent::placeholder(const String16& source) { in placeholder() function in PseudoMethodAccent 383 String16 PseudoMethodBidi::placeholder(const String16& source) { in placeholder() function in PseudoMethodBidi
|
/frameworks/base/tools/aapt2/compile/ |
D | Pseudolocalizer.cpp | 42 std::u16string placeholder(const StringPiece16& text) override { return text.toString(); } in placeholder() function in aapt::PseudoMethodNone 48 std::u16string placeholder(const StringPiece16& text) override; 57 std::u16string placeholder(const StringPiece16& text) override; 118 chunk = mImpl->placeholder(chunk); in text() 297 result += ((c == '%') ? chunk : placeholder(chunk)); in text() 359 std::u16string PseudoMethodAccent::placeholder(const StringPiece16& source) { in placeholder() function in aapt::PseudoMethodAccent 389 std::u16string PseudoMethodBidi::placeholder(const StringPiece16& source) { in placeholder() function in aapt::PseudoMethodBidi
|
D | Pseudolocalizer.h | 35 virtual std::u16string placeholder(const StringPiece16& text) = 0;
|
/frameworks/base/docs/html-intl/intl/ru/distribute/tools/ |
D | localization-checklist.jd | 354 <!-- Example placeholder for a special unicode symbol --> 362 <!-- Example placeholder for a for a URL --> 370 <!-- Example placeholder for a name --> 378 <!-- Example placeholder for a literal -->
|
/frameworks/base/docs/html-intl/intl/zh-cn/distribute/tools/ |
D | localization-checklist.jd | 354 <!-- Example placeholder for a special unicode symbol --> 362 <!-- Example placeholder for a for a URL --> 370 <!-- Example placeholder for a name --> 378 <!-- Example placeholder for a literal -->
|
/frameworks/base/docs/html-intl/intl/ja/distribute/tools/ |
D | localization-checklist.jd | 260 <!-- Example placeholder for a special unicode symbol --> 268 <!-- Example placeholder for a for a URL --> 276 <!-- Example placeholder for a name --> 284 <!-- Example placeholder for a literal -->
|
/frameworks/base/docs/html-intl/intl/ko/distribute/tools/ |
D | localization-checklist.jd | 354 <!-- Example placeholder for a special unicode symbol --> 362 <!-- Example placeholder for a for a URL --> 370 <!-- Example placeholder for a name --> 378 <!-- Example placeholder for a literal -->
|
/frameworks/base/docs/html-intl/intl/zh-tw/distribute/tools/ |
D | localization-checklist.jd | 260 <!-- Example placeholder for a special unicode symbol --> 268 <!-- Example placeholder for a for a URL --> 276 <!-- Example placeholder for a name --> 284 <!-- Example placeholder for a literal -->
|
/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/distribute/essentials/quality/ |
D | billions.jd | 102 placeholder images until the actual images are ready. Because images are 211 still loading, you should always show a placeholder. You can create a 212 dynamic placeholder by using the <a 214 Palette library</a> to generate placeholder colors that match the target 712 placeholder, or create a dynamic placeholder by using the <a 714 library</a> to generate placeholder colors that match the target image.</li> 744 loading time, so consider using a placeholder UI or a branded launch screen 747 placeholder UI</a> is the most seamless launch transition, appropriate for 750 …href="https://www.google.com/design/spec/patterns/launch-screens.html#launch-screens-placeholder-u…
|
/frameworks/base/docs/html-intl/intl/ru/training/basics/data-storage/ |
D | databases.jd | 283 // Specify arguments in placeholder order.
|
/frameworks/base/docs/html-intl/intl/zh-cn/training/basics/data-storage/ |
D | databases.jd | 283 // Specify arguments in placeholder order.
|
/frameworks/base/docs/html-intl/intl/zh-tw/training/basics/data-storage/ |
D | databases.jd | 283 // Specify arguments in placeholder order.
|
/frameworks/base/docs/html-intl/intl/ja/training/basics/data-storage/ |
D | databases.jd | 283 // Specify arguments in placeholder order.
|
/frameworks/base/docs/html-intl/intl/ko/training/basics/data-storage/ |
D | databases.jd | 283 // Specify arguments in placeholder order.
|
/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
|
/frameworks/base/docs/html-intl/intl/es/distribute/tools/ |
D | localization-checklist.jd | 354 <!-- Example placeholder for a special unicode symbol --> 362 <!-- Example placeholder for a for a URL --> 370 <!-- Example placeholder for a name --> 378 <!-- Example placeholder for a literal -->
|
/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
|
/frameworks/base/docs/html/training/basics/firstapp/ |
D | starting-activity.jd | 274 <!-- Android Studio does not create a Fragment placeholder 334 * A placeholder fragment containing a simple view.
|
/frameworks/base/docs/html/training/basics/data-storage/ |
D | databases.jd | 284 // Specify arguments in placeholder order.
|