Home
last modified time | relevance | path

Searched refs:Placeholder (Results 1 – 10 of 10) sorted by relevance

/aosp12/packages/apps/Camera2/src/com/android/camera/session/
H A DPlaceholderManager.java46 public static class Placeholder { class in PlaceholderManager
51 Placeholder(String title, Uri uri, long timestamp) { in Placeholder() method in PlaceholderManager.Placeholder
71 public Placeholder insertEmptyPlaceholder(String title, Size size, long timestamp) { in insertEmptyPlaceholder()
73 return new Placeholder(title, uri, timestamp); in insertEmptyPlaceholder()
98 return new Placeholder(title, uri, timestamp); in insertPlaceholder()
118 public Placeholder convertToPlaceholder(Uri uri) { in convertToPlaceholder()
150 public void replacePlaceholder(Placeholder session, Bitmap placeholder) { in replacePlaceholder()
160 public Optional<Bitmap> getPlaceholder(Placeholder placeholder) { in getPlaceholder()
170 public void removePlaceholder(Placeholder placeholder) { in removePlaceholder()
180 private Placeholder createSessionFromUri(Uri uri) { in createSessionFromUri()
[all …]
H A DCaptureSessionImpl.java57 private PlaceholderManager.Placeholder mPlaceHolder;
/aosp12/frameworks/base/tools/aapt2/compile/
H A DPseudolocalizer.cpp46 std::string Placeholder(const StringPiece& text) override { return text.to_string(); } in Placeholder() function in aapt::PseudoMethodNone
52 std::string Placeholder(const StringPiece& text) override;
61 std::string Placeholder(const StringPiece& text) override;
123 chunk = impl_->Placeholder(chunk); in Text()
378 result += ((c == '%') ? chunk : Placeholder(chunk)); in Text()
438 std::string PseudoMethodAccent::Placeholder(const StringPiece& source) { in Placeholder() function in aapt::PseudoMethodAccent
478 std::string PseudoMethodBidi::Placeholder(const StringPiece& source) { in Placeholder() function in aapt::PseudoMethodBidi
H A DPseudolocalizer.h36 virtual std::string Placeholder(const android::StringPiece& text) = 0;
/aosp12/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DExtendedBitmapDrawable.java68 private Placeholder mPlaceholder;
122 … mPlaceholder = new Placeholder(placeholder, mResources, placeholderWidth, placeholderHeight, in onOptsChanged()
446 private static class Placeholder extends TileDrawable { class in ExtendedBitmapDrawable
452 public Placeholder(Drawable placeholder, Resources res, int placeholderWidth, in Placeholder() method in ExtendedBitmapDrawable.Placeholder
/aosp12/frameworks/base/tools/codegen/src/com/android/codegen/
H A DFileInfo.kt201 class Placeholder: GeneratedCode(emptyList())
251 generatedCode = GeneratedCode.Placeholder()
/aosp12/hardware/interfaces/soundtrigger/2.3/
H A Dtypes.hal77 * Placeholder for invalid model parameter used for returning error or
/aosp12/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp656 Constant *Placeholder = ResolveConstants.back().first; in ResolveConstantForwardRefs() local
662 while (!Placeholder->use_empty()) { in ResolveConstantForwardRefs()
663 auto UI = Placeholder->user_begin(); in ResolveConstantForwardRefs()
682 } else if (*I == Placeholder) { in ResolveConstantForwardRefs()
717 Placeholder->replaceAllUsesWith(RealVal); in ResolveConstantForwardRefs()
718 delete Placeholder; in ResolveConstantForwardRefs()
/aosp12/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp931 Constant *Placeholder = ResolveConstants.back().first; in ResolveConstantForwardRefs() local
937 while (!Placeholder->use_empty()) { in ResolveConstantForwardRefs()
938 auto UI = Placeholder->user_begin(); in ResolveConstantForwardRefs()
957 } else if (*I == Placeholder) { in ResolveConstantForwardRefs()
992 Placeholder->replaceAllUsesWith(RealVal); in ResolveConstantForwardRefs()
993 delete Placeholder; in ResolveConstantForwardRefs()
/aosp12/frameworks/proto_logging/stats/
H A Datoms.proto6732 // Placeholder -1001 (OOM_SCORE_ADJ_MIN - 1, outside of allowed range) for native ones.