Searched refs:Placeholder (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DExtendedBitmapDrawable.java68 private Placeholder mPlaceholder;
92 // Placeholder and progress.
97 // Placeholder is not optional because backgroundColor is part of it.
120 mPlaceholder = new Placeholder(placeholder, mResources, placeholderWidth, placeholderHeight,
428 private static class Placeholder extends TileDrawable { class in class:ExtendedBitmapDrawable
434 public Placeholder(Drawable placeholder, Resources res, int placeholderWidth, method in class:ExtendedBitmapDrawable.Placeholder
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp317 Constant *Placeholder = ResolveConstants.back().first; local
323 while (!Placeholder->use_empty()) {
324 Value::use_iterator UI = Placeholder->use_begin();
344 } else if (*I == Placeholder) {
379 Placeholder->replaceAllUsesWith(RealVal);
380 delete Placeholder;
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp596 Constant *Placeholder = ResolveConstants.back().first; local
602 while (!Placeholder->use_empty()) {
603 Value::use_iterator UI = Placeholder->use_begin();
623 } else if (*I == Placeholder) {
658 Placeholder->replaceAllUsesWith(RealVal);
659 delete Placeholder;

Completed in 1369 milliseconds