Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java9078 private int mCustomContentHeight; field in Notification.Builder.WearableExtender
9116 mCustomContentHeight = wearableBundle.getInt(KEY_CUSTOM_CONTENT_HEIGHT); in WearableExtender()
9162 if (mCustomContentHeight != 0) { in extend()
9163 wearableBundle.putInt(KEY_CUSTOM_CONTENT_HEIGHT, mCustomContentHeight); in extend()
9194 that.mCustomContentHeight = this.mCustomContentHeight; in clone()
9518 mCustomContentHeight = height; in setCustomContentHeight()
9530 return mCustomContentHeight; in getCustomContentHeight()