Searched refs:placeholder (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/tools/aapt/
H A Dpseudolocalize.h13 virtual String16 placeholder(const String16& text) = 0;
20 String16 placeholder(const String16& text) { return text; } function in class:PseudoMethodNone
28 String16 placeholder(const String16& text);
37 String16 placeholder(const String16& text);
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DExtendedBitmapDrawable.java98 Drawable placeholder = null;
101 if (mOpts.placeholder != null) {
102 ConstantState constantState = mOpts.placeholder.getConstantState();
104 placeholder = constantState.newDrawable(mResources);
106 placeholder = mOpts.placeholder;
109 Rect bounds = mOpts.placeholder.getBounds();
112 } else if (placeholder.getIntrinsicWidth() != -1) {
113 placeholderWidth = placeholder.getIntrinsicWidth();
117 } else if (placeholder
452 Placeholder(Drawable placeholder, Resources res, int placeholderWidth, int placeholderHeight, int fadeOutDurationMs, ExtendedOptions opts) argument
748 public Drawable placeholder; field in class:ExtendedBitmapDrawable.ExtendedOptions
778 ExtendedOptions(final int features, final Drawable placeholder, final Drawable progressBar) argument
[all...]
H A DCircularBitmapDrawable.java103 BitmapDrawable placeholder =
105 Bitmap bitmap = placeholder.getBitmap();
106 float alpha = placeholder.getPaint().getAlpha() / 255f;
/frameworks/base/tools/aapt2/compile/
H A DPseudolocalizer.cpp350 * Note: This leaves placeholder syntax untouched.
377 // Treat chunk as a placeholder unless it ends with %.
439 // Surround a placeholder with brackets
469 // Surround a placeholder with directionality change sequence
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...

Completed in 1212 milliseconds