Home
last modified time | relevance | path

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

/development/samples/browseable/Notifications/Wearable/src/com.example.android.support.wearable.notifications/
DNotificationPresets.java213 .addPage(createPageForCustomHeight(context, 256, in buildNotification()
215 .addPage(createPageForCustomHeight(context, 512, in buildNotification()
229 private Notification createPageForCustomHeight(Context context, int heightDisplayDp, in createPageForCustomHeight() method in NotificationPresets.MultiSizeDisplayIntentPreset