Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DImportantNoticeUtils.java100 final String importantNoticeTitle = getSuggestContactsNoticeTitle(context); in shouldShowImportantNotice() local
101 if (TextUtils.isEmpty(importantNoticeTitle)) { in shouldShowImportantNotice()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DSuggestionStripView.java223 final String importantNoticeTitle = ImportantNoticeUtils.getSuggestContactsNoticeTitle( in maybeShowImportantNoticeTitle() local
225 if (TextUtils.isEmpty(importantNoticeTitle)) { in maybeShowImportantNoticeTitle()
231 mLayoutHelper.layoutImportantNotice(mImportantNoticeStrip, importantNoticeTitle); in maybeShowImportantNoticeTitle()
DSuggestionStripLayoutHelper.java548 final String importantNoticeTitle) { in layoutImportantNotice() argument
554 titleView.setText(importantNoticeTitle); // TextView.setText() resets text scale x to 1.0. in layoutImportantNotice()
555 final float titleScaleX = getTextScaleX(importantNoticeTitle, width, titleView.getPaint()); in layoutImportantNotice()