Home
last modified time | relevance | path

Searched refs:placeholder (Results 1 – 11 of 11) 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 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 …]
DCircularBitmapDrawable.java103 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/
Dpseudolocalize.h13 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);
Dpseudolocalize.cpp77 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
393 String16 PseudoMethodBidi::placeholder(const String16& source) { in placeholder() function in PseudoMethodBidi
/frameworks/base/tools/aapt2/configuration/
DConfigurationParser.cpp162 bool ReplacePlaceholder(const StringPiece& placeholder, const Maybe<StringPiece>& value, in ReplacePlaceholder() argument
164 size_t offset = name->find(placeholder.data()); in ReplacePlaceholder()
170 diag->Error(DiagMessage() << "Missing placeholder for artifact: " << placeholder); in ReplacePlaceholder()
180 diag->Error(DiagMessage() << "Placeholder present but no value for artifact: " << placeholder); in ReplacePlaceholder()
184 name->replace(offset, placeholder.length(), value.value().data()); in ReplacePlaceholder()
187 if (name->find(placeholder.data()) != std::string::npos) { in ReplacePlaceholder()
188 diag->Error(DiagMessage() << "Placeholder present multiple times: " << placeholder); in ReplacePlaceholder()
/frameworks/base/tools/aapt2/
DResources.proto303 // A value that represents an ID. This is just a placeholder, as ID values are used to occupy a
/frameworks/av/media/libaaudio/
DDoxyfile268 # Note For files without extension you can use no_extension as a placeholder.
DDoxyfile.orig268 # Note For files without extension you can use no_extension as a placeholder.
/frameworks/av/media/codec2/docs/
Ddoxygen.config289 # Note: For files without extension you can use no_extension as a placeholder.
/frameworks/base/media/native/midi/include/
DDoxyfile289 # Note: For files without extension you can use no_extension as a placeholder.
DDoxyfile.orig289 # Note: For files without extension you can use no_extension as a placeholder.