Home
last modified time | relevance | path

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

/frameworks/support/compat/src/main/java/androidx/core/app/
DNotificationCompat.java3784 private static final String KEY_CUSTOM_CONTENT_HEIGHT = "customContentHeight"; field in NotificationCompat.WearableExtender
3865 mCustomContentHeight = wearableBundle.getInt(KEY_CUSTOM_CONTENT_HEIGHT); in WearableExtender()
3925 wearableBundle.putInt(KEY_CUSTOM_CONTENT_HEIGHT, mCustomContentHeight); in extend()
/frameworks/base/core/java/android/app/
DNotification.java8302 private static final String KEY_CUSTOM_CONTENT_HEIGHT = "customContentHeight"; field in Notification.Builder.WearableExtender
8370 mCustomContentHeight = wearableBundle.getInt(KEY_CUSTOM_CONTENT_HEIGHT); in WearableExtender()
8417 wearableBundle.putInt(KEY_CUSTOM_CONTENT_HEIGHT, mCustomContentHeight); in extend()
/frameworks/base/config/
Dhiddenapi-private-dex.txt9319 Landroid/app/Notification$WearableExtender;->KEY_CUSTOM_CONTENT_HEIGHT:Ljava/lang/String;