/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 393 String16 PseudoMethodBidi::placeholder(const String16& source) { in placeholder() function in PseudoMethodBidi
|
/frameworks/base/tools/aapt2/configuration/ |
D | ConfigurationParser.cpp | 162 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/opt/gamesdk/third_party/protobuf-3.0.0/util/python/ |
D | BUILD | 1 # This is a placeholder for python headers. Projects needing to use
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | descriptor.cc | 3574 FileDescriptor* placeholder = tables_->Allocate<FileDescriptor>(); in NewPlaceholderFile() local 3575 memset(placeholder, 0, sizeof(*placeholder)); in NewPlaceholderFile() 3577 placeholder->name_ = tables_->AllocateString(name); in NewPlaceholderFile() 3578 placeholder->package_ = &internal::GetEmptyString(); in NewPlaceholderFile() 3579 placeholder->pool_ = pool_; in NewPlaceholderFile() 3580 placeholder->options_ = &FileOptions::default_instance(); in NewPlaceholderFile() 3581 placeholder->tables_ = &FileDescriptorTables::GetEmptyInstance(); in NewPlaceholderFile() 3582 placeholder->source_code_info_ = &SourceCodeInfo::default_instance(); in NewPlaceholderFile() 3583 placeholder->is_placeholder_ = true; in NewPlaceholderFile() 3584 placeholder->syntax_ = FileDescriptor::SYNTAX_PROTO2; in NewPlaceholderFile() [all …]
|
/frameworks/base/tools/aapt2/ |
D | Resources.proto | 295 // A value that represents an ID. This is just a placeholder, as ID values are used to occupy a
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/docs/swift/ |
D | DesignDoc.md | 167 to select a sentinel or placeholder value for any required fields at the time
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ |
D | CHANGES.txt | 1098 DescriptorPool to create placeholder descriptors for unknown entities
|
/frameworks/av/media/libaaudio/ |
D | Doxyfile | 268 # Note For files without extension you can use no_extension as a placeholder.
|
D | Doxyfile.orig | 268 # Note For files without extension you can use no_extension as a placeholder.
|
/frameworks/base/media/native/midi/include/ |
D | Doxyfile.orig | 289 # Note: For files without extension you can use no_extension as a placeholder.
|
D | Doxyfile | 289 # Note: For files without extension you can use no_extension as a placeholder.
|
/frameworks/av/media/codec2/docs/ |
D | doxygen.config | 289 # Note: For files without extension you can use no_extension as a placeholder.
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 13540 HSPLandroid/system/OsConstants;->placeholder()I
|
D | hiddenapi-greylist-max-o.txt | 98872 Lcom/android/internal/R$id;->placeholder:I
|