Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/
DFocusManager.java642 CharSequence tmpText = titleView.getText(); in applyHighlight() local
643 if (tmpText instanceof Spannable) { in applyHighlight()
647 mCurrentHighlight = (Spannable) tmpText; in applyHighlight()