Home
last modified time | relevance | path

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

/frameworks/support/v7/appcompat/src/android/support/v7/app/
DNotificationCompatImplJellybean.java28 Notification.BigTextStyle bigTextStyle = new Notification.BigTextStyle(b.getBuilder()); in addBigTextStyle() local
29 bigTextStyle.bigText(bigText); in addBigTextStyle()
/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
DNotificationTests.java146 Notification.BigTextStyle bigTextStyle = new Notification.BigTextStyle() in makeBigTextNotification() local
158 .setStyle(bigTextStyle) in makeBigTextNotification()
/frameworks/support/compat/java/android/support/v4/app/
DNotificationCompat.java894 BigTextStyle bigTextStyle = (BigTextStyle) style; in addStyleToBuilderJellybean() local
896 bigTextStyle.mBigContentTitle, in addStyleToBuilderJellybean()
897 bigTextStyle.mSummaryTextSet, in addStyleToBuilderJellybean()
898 bigTextStyle.mSummaryText, in addStyleToBuilderJellybean()
899 bigTextStyle.mBigText); in addStyleToBuilderJellybean()