Home
last modified time | relevance | path

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

/frameworks/support/compat/java/android/support/v4/app/
DNotificationCompat.java3041 private int mCustomContentHeight; field in NotificationCompat.WearableExtender
3082 mCustomContentHeight = wearableBundle.getInt(KEY_CUSTOM_CONTENT_HEIGHT); in WearableExtender()
3130 if (mCustomContentHeight != 0) { in extend()
3131 wearableBundle.putInt(KEY_CUSTOM_CONTENT_HEIGHT, mCustomContentHeight); in extend()
3162 that.mCustomContentHeight = this.mCustomContentHeight; in clone()
3469 mCustomContentHeight = height; in setCustomContentHeight()
3480 return mCustomContentHeight; in getCustomContentHeight()
/frameworks/base/core/java/android/app/
DNotification.java5862 private int mCustomContentHeight; field in Notification.WearableExtender
5899 mCustomContentHeight = wearableBundle.getInt(KEY_CUSTOM_CONTENT_HEIGHT); in WearableExtender()
5944 if (mCustomContentHeight != 0) { in extend()
5945 wearableBundle.putInt(KEY_CUSTOM_CONTENT_HEIGHT, mCustomContentHeight); in extend()
5973 that.mCustomContentHeight = this.mCustomContentHeight; in clone()
6279 mCustomContentHeight = height; in setCustomContentHeight()
6290 return mCustomContentHeight; in getCustomContentHeight()