Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java9101 private int mCustomContentHeight; field in Notification.Builder.WearableExtender
9139 mCustomContentHeight = wearableBundle.getInt(KEY_CUSTOM_CONTENT_HEIGHT); in WearableExtender()
9185 if (mCustomContentHeight != 0) { in extend()
9186 wearableBundle.putInt(KEY_CUSTOM_CONTENT_HEIGHT, mCustomContentHeight); in extend()
9217 that.mCustomContentHeight = this.mCustomContentHeight; in clone()
9541 mCustomContentHeight = height; in setCustomContentHeight()
9553 return mCustomContentHeight; in getCustomContentHeight()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt7906 Landroid/app/Notification$WearableExtender;->mCustomContentHeight:I