Searched refs:mCustomContentHeight (Results 1 – 2 of 2) sorted by relevance
3041 private int mCustomContentHeight; field in NotificationCompat.WearableExtender3082 mCustomContentHeight = wearableBundle.getInt(KEY_CUSTOM_CONTENT_HEIGHT); in WearableExtender()3130 if (mCustomContentHeight != 0) { in extend()3131 wearableBundle.putInt(KEY_CUSTOM_CONTENT_HEIGHT, mCustomContentHeight); in extend()3162 that.mCustomContentHeight = this.mCustomContentHeight; in clone()3469 mCustomContentHeight = height; in setCustomContentHeight()3480 return mCustomContentHeight; in getCustomContentHeight()
5862 private int mCustomContentHeight; field in Notification.WearableExtender5899 mCustomContentHeight = wearableBundle.getInt(KEY_CUSTOM_CONTENT_HEIGHT); in WearableExtender()5944 if (mCustomContentHeight != 0) { in extend()5945 wearableBundle.putInt(KEY_CUSTOM_CONTENT_HEIGHT, mCustomContentHeight); in extend()5973 that.mCustomContentHeight = this.mCustomContentHeight; in clone()6279 mCustomContentHeight = height; in setCustomContentHeight()6290 return mCustomContentHeight; in getCustomContentHeight()