Searched defs:setCustomSizePreset (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java3270 * Size value for use with {@link #setCustomSizePreset} to show this notification with
3279 * Size value for use with {@link #setCustomSizePreset} to show this notification
3287 * Size value for use with {@link #setCustomSizePreset} to show this notification
3295 * Size value for use with {@link #setCustomSizePreset} to show this notification
3303 * Size value for use with {@link #setCustomSizePreset} to show this notification
3311 * Size value for use with {@link #setCustomSizePreset} to show this notification
3613 * .setCustomSizePreset(NotificationCompat.WearableExtender.SIZE_MEDIUM))
3825 public WearableExtender setCustomSizePreset(int sizePreset) { method in class:NotificationCompat.WearableExtender
3836 * See also {@link #setCustomContentHeight} and {@link #setCustomSizePreset}.
3846 * {@link NotificationCompat.WearableExtender#setCustomSizePreset} an
[all...]
/frameworks/base/core/java/android/app/
H A DNotification.java7110 * Size value for use with {@link #setCustomSizePreset} to show this notification with
7119 * Size value for use with {@link #setCustomSizePreset} to show this notification
7127 * Size value for use with {@link #setCustomSizePreset} to show this notification
7135 * Size value for use with {@link #setCustomSizePreset} to show this notification
7143 * Size value for use with {@link #setCustomSizePreset} to show this notification
7151 * Size value for use with {@link #setCustomSizePreset} to show this notification
7400 * .setCustomSizePreset(Notification.WearableExtender.SIZE_MEDIUM))
7612 public WearableExtender setCustomSizePreset(int sizePreset) { method in class:Notification.WearableExtender
7623 * See also {@link #setCustomContentHeight} and {@link #setCustomSizePreset}.
7633 * {@link android.app.Notification.WearableExtender#setCustomSizePreset} an
[all...]

Completed in 74 milliseconds