Searched refs:mCustomContentHeight (Results 1 – 1 of 1) sorted by relevance
3240 private int mCustomContentHeight; field in NotificationCompat.WearableExtender3281 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()