Home
last modified time | relevance | path

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

/frameworks/support/compat/java/android/support/v4/app/
DNotificationCompat.java3240 private int mCustomContentHeight; field in NotificationCompat.WearableExtender
3281 mCustomContentHeight = wearableBundle.getInt(KEY_CUSTOM_CONTENT_HEIGHT); in WearableExtender()
3329 if (mCustomContentHeight != 0) { in extend()
3330 wearableBundle.putInt(KEY_CUSTOM_CONTENT_HEIGHT, mCustomContentHeight); in extend()
3361 that.mCustomContentHeight = this.mCustomContentHeight; in clone()
3668 mCustomContentHeight = height; in setCustomContentHeight()
3679 return mCustomContentHeight; in getCustomContentHeight()