Searched defs:mSavedLayout (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DTextView.java555 private BoringLayout mSavedLayout, mSavedHintLayout; field in class:TextView
6156 if (mLayout instanceof BoringLayout && mSavedLayout == null) {
6157 mSavedLayout = (BoringLayout) mLayout;
6404 if (useSaved && mSavedLayout != null) {
6405 result = mSavedLayout.replaceOrMake(mTransformed, mTextPaint,
6415 mSavedLayout = (BoringLayout) result;
6418 if (useSaved && mSavedLayout != null) {
6419 result = mSavedLayout.replaceOrMake(mTransformed, mTextPaint,

Completed in 38 milliseconds