Home
last modified time | relevance | path

Searched defs:textStyle (Results 1 – 3 of 3) sorted by relevance

/packages/modules/AdServices/adservices/apk/java/com/android/adservices/ui/notifications/
DConsentNotificationTrigger.java267 NotificationCompat.BigTextStyle textStyle = in getGaV2ConsentNotification() local
306 NotificationCompat.BigTextStyle textStyle = in getConsentNotification() local
345 NotificationCompat.BigTextStyle textStyle = in getU18ConsentNotification() local
379 NotificationCompat.BigTextStyle textStyle = in getPasConsentNotification() local
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/wear/elements/
DAlertDialog.kt156 val textStyle = LocalTextStyle.current in AlertContent() constant
/packages/apps/Contacts/src/com/android/contacts/format/
DTextHighlighter.java35 public TextHighlighter(int textStyle) { in TextHighlighter()