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

/frameworks/base/core/java/android/widget/
H A DTextView.java594 private BoringLayout mSavedLayout, mSavedHintLayout; field in class:TextView
6476 if (mLayout instanceof BoringLayout && mSavedLayout == null) {
6477 mSavedLayout = (BoringLayout) mLayout;
6721 if (useSaved && mSavedLayout != null) {
6722 result = mSavedLayout.replaceOrMake(mTransformed, mTextPaint,
6732 mSavedLayout = (BoringLayout) result;
6735 if (useSaved && mSavedLayout != null) {
6736 result = mSavedLayout.replaceOrMake(mTransformed, mTextPaint,

Completed in 33 milliseconds