Searched defs: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.
122 mPlaceholder = new Placeholder(placeholder, mResources, placeholderWidth, placeholderHeight,
446 private static class Placeholder extends TileDrawable { class in class:ExtendedBitmapDrawable
452 public Placeholder(Drawable placeholder, Resources res, int placeholderWidth, method in class:ExtendedBitmapDrawable.Placeholder
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp647 Constant *Placeholder = ResolveConstants.back().first; local
653 while (!Placeholder->use_empty()) {
654 auto UI = Placeholder->user_begin();
673 } else if (*I == Placeholder) {
708 Placeholder->replaceAllUsesWith(RealVal);
709 delete Placeholder;
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp922 Constant *Placeholder = ResolveConstants.back().first; local
928 while (!Placeholder->use_empty()) {
929 auto UI = Placeholder->user_begin();
948 } else if (*I == Placeholder) {
983 Placeholder->replaceAllUsesWith(RealVal);
984 delete Placeholder;

Completed in 6843 milliseconds