Searched refs:placeholder (Results 1 – 15 of 15) sorted by relevance
98 Drawable placeholder = null; in onOptsChanged() local101 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 …]
103 BitmapDrawable placeholder = in onDrawPlaceholderOrProgress() local105 Bitmap bitmap = placeholder.getBitmap(); in onDrawPlaceholderOrProgress()106 float alpha = placeholder.getPaint().getAlpha() / 255f; in onDrawPlaceholderOrProgress()
13 virtual String16 placeholder(const String16& text) = 0;20 String16 placeholder(const String16& text) { return text; } in placeholder() function28 String16 placeholder(const String16& text);37 String16 placeholder(const String16& text);
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 PseudoMethodAccent393 String16 PseudoMethodBidi::placeholder(const String16& source) { in placeholder() function in PseudoMethodBidi
162 bool ReplacePlaceholder(const StringPiece& placeholder, const Maybe<StringPiece>& value, in ReplacePlaceholder() argument164 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()
29 N5 (you have to put this placeholder line here. The script is not perfect and feel free to change)
199 Add a placeholder ADD operation after each model output to make it as an internal operand. Will ski…233 - **AllInputsAsInternalCoverter:** Add a placeholder ADD operation before each model input to make …
295 // A value that represents an ID. This is just a placeholder, as ID values are used to occupy a
268 # Note For files without extension you can use no_extension as a placeholder.
289 # Note: For files without extension you can use no_extension as a placeholder.
13540 HSPLandroid/system/OsConstants;->placeholder()I
92427 Lcom/android/internal/R$id;->placeholder:I