Home
last modified time | relevance | path

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

/frameworks/support/compat/java/android/support/v4/app/
DNotificationCompat.java3011 private static final String KEY_CUSTOM_CONTENT_HEIGHT = "customContentHeight"; field in NotificationCompat.WearableExtender
3082 mCustomContentHeight = wearableBundle.getInt(KEY_CUSTOM_CONTENT_HEIGHT); in WearableExtender()
3131 wearableBundle.putInt(KEY_CUSTOM_CONTENT_HEIGHT, mCustomContentHeight); in extend()
/frameworks/base/core/java/android/app/
DNotification.java5833 private static final String KEY_CUSTOM_CONTENT_HEIGHT = "customContentHeight"; field in Notification.WearableExtender
5899 mCustomContentHeight = wearableBundle.getInt(KEY_CUSTOM_CONTENT_HEIGHT); in WearableExtender()
5945 wearableBundle.putInt(KEY_CUSTOM_CONTENT_HEIGHT, mCustomContentHeight); in extend()