Home
last modified time | relevance | path

Searched defs:style (Results 1 – 5 of 5) sorted by relevance

/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
DNotificationPresets.java122 NotificationCompat.BigTextStyle style = new NotificationCompat.BigTextStyle(); in buildNotifications() local
183 NotificationCompat.InboxStyle style = new NotificationCompat.InboxStyle(); in buildNotifications() local
208 NotificationCompat.BigPictureStyle style = new NotificationCompat.BigPictureStyle(); in buildNotifications() local
233 NotificationCompat.BigTextStyle style = new NotificationCompat.BigTextStyle(); in buildNotifications() local
412 NotificationCompat.BigPictureStyle style = in buildNotifications() local
422 NotificationCompat.BigPictureStyle style = new NotificationCompat.BigPictureStyle(); in buildNotifications() local
/development/samples/IntentPlayground/src/com/example/android/intentplayground/
DTestBase.java50 void startActivities(LaunchStyle style) { in startActivities()
/development/samples/browseable/RecipeAssistant/Application/src/com.example.android.wearable.recipeassistant/
DRecipeService.java68 NotificationCompat.BigTextStyle style = new NotificationCompat.BigTextStyle(); in createNotification() local
/development/samples/ApiDemos/src/com/example/android/apis/app/
DFragmentDialog.java126 int style = DialogFragment.STYLE_NORMAL, theme = 0; in onCreate() local
/development/samples/browseable/Notifications/Wearable/src/com.example.android.support.wearable.notifications/
DNotificationPresets.java118 Notification.BigTextStyle style = new Notification.BigTextStyle(); in buildNotification() local