Searched refs:mPlaceholder (Results 1 – 2 of 2) sorted by relevance
68 private Placeholder mPlaceholder; field in ExtendedBitmapDrawable122 … mPlaceholder = new Placeholder(placeholder, mResources, placeholderWidth, placeholderHeight, in onOptsChanged()124 mPlaceholder.setCallback(this); in onOptsChanged()125 mPlaceholder.setBounds(getBounds()); in onOptsChanged()283 if (mPlaceholder != null) onDrawPlaceholderOrProgress(canvas, mPlaceholder); in draw()304 if (mPlaceholder != null) mPlaceholder.setAlpha(alpha); in setAlpha()314 if (mPlaceholder != null) mPlaceholder.setColorFilter(cf); in setColorFilter()322 if (mPlaceholder != null) mPlaceholder.setBounds(bounds); in onBoundsChange()404 if (mPlaceholder != null) mPlaceholder.reset(); in setLoadState()408 if (mPlaceholder != null) { in setLoadState()[all …]
198 private final CharSequence mPlaceholder; field in InsertModeTransformationMethod.TransformedText209 mPlaceholder = placeholder; in TransformedText()229 return offset + mPlaceholder.length(); in originalToTransformed()240 if (offset < mEnd + mPlaceholder.length()) { in transformedToOriginal()243 return offset - mPlaceholder.length(); in transformedToOriginal()249 textUpdate.where += mPlaceholder.length(); in originalToTransformed()252 textUpdate.before += mPlaceholder.length(); in originalToTransformed()253 textUpdate.after += mPlaceholder.length(); in originalToTransformed()259 return mOriginal.length() + mPlaceholder.length(); in length()268 if (index < mEnd + mPlaceholder.length()) { in charAt()[all …]