Home
last modified time | relevance | path

Searched refs:mLastOriginalText (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DBubbleTextView.java120 private CharSequence mLastOriginalText; field in BubbleTextView
483 mLastOriginalText = label; in applyLabel()
484 mLastModifiedText = mLastOriginalText; in applyLabel()
781 if (shouldUseTwoLine() && (mLastOriginalText != null)) { in onMeasure()
789 mLastOriginalText, in onMeasure()