Searched refs:importantNoticeTitle (Results 1 – 3 of 3) sorted by relevance
100 final String importantNoticeTitle = getSuggestContactsNoticeTitle(context); in shouldShowImportantNotice() local101 if (TextUtils.isEmpty(importantNoticeTitle)) { in shouldShowImportantNotice()
223 final String importantNoticeTitle = ImportantNoticeUtils.getSuggestContactsNoticeTitle( in maybeShowImportantNoticeTitle() local225 if (TextUtils.isEmpty(importantNoticeTitle)) { in maybeShowImportantNoticeTitle()231 mLayoutHelper.layoutImportantNotice(mImportantNoticeStrip, importantNoticeTitle); in maybeShowImportantNoticeTitle()
548 final String importantNoticeTitle) { in layoutImportantNotice() argument554 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()