Home
last modified time | relevance | path

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

/frameworks/support/compat/java/android/support/v4/app/
DNotificationCompat.java3210 private static final String KEY_CUSTOM_CONTENT_HEIGHT = "customContentHeight"; field in NotificationCompat.WearableExtender
3281 mCustomContentHeight = wearableBundle.getInt(KEY_CUSTOM_CONTENT_HEIGHT); in WearableExtender()
3330 wearableBundle.putInt(KEY_CUSTOM_CONTENT_HEIGHT, mCustomContentHeight); in extend()