Home
last modified time | relevance | path

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

/frameworks/support/v4/java/android/support/v4/app/
DNotificationCompat.java2311 private int mCustomContentHeight; field in NotificationCompat.WearableExtender
2350 mCustomContentHeight = wearableBundle.getInt(KEY_CUSTOM_CONTENT_HEIGHT); in WearableExtender()
2396 if (mCustomContentHeight != 0) { in extend()
2397 wearableBundle.putInt(KEY_CUSTOM_CONTENT_HEIGHT, mCustomContentHeight); in extend()
2422 that.mCustomContentHeight = this.mCustomContentHeight; in clone()
2727 mCustomContentHeight = height; in setCustomContentHeight()
2738 return mCustomContentHeight; in getCustomContentHeight()
/frameworks/base/core/java/android/app/
DNotification.java4507 private int mCustomContentHeight; field in Notification.WearableExtender
4543 mCustomContentHeight = wearableBundle.getInt(KEY_CUSTOM_CONTENT_HEIGHT); in WearableExtender()
4587 if (mCustomContentHeight != 0) { in extend()
4588 wearableBundle.putInt(KEY_CUSTOM_CONTENT_HEIGHT, mCustomContentHeight); in extend()
4613 that.mCustomContentHeight = this.mCustomContentHeight; in clone()
4918 mCustomContentHeight = height; in setCustomContentHeight()
4929 return mCustomContentHeight; in getCustomContentHeight()