Searched refs:mCustomContentHeight (Results 1 – 2 of 2) sorted by relevance
2311 private int mCustomContentHeight; field in NotificationCompat.WearableExtender2350 mCustomContentHeight = wearableBundle.getInt(KEY_CUSTOM_CONTENT_HEIGHT); in WearableExtender()2396 if (mCustomContentHeight != 0) { in extend()2397 wearableBundle.putInt(KEY_CUSTOM_CONTENT_HEIGHT, mCustomContentHeight); in extend()2422 that.mCustomContentHeight = this.mCustomContentHeight; in clone()2727 mCustomContentHeight = height; in setCustomContentHeight()2738 return mCustomContentHeight; in getCustomContentHeight()
4507 private int mCustomContentHeight; field in Notification.WearableExtender4543 mCustomContentHeight = wearableBundle.getInt(KEY_CUSTOM_CONTENT_HEIGHT); in WearableExtender()4587 if (mCustomContentHeight != 0) { in extend()4588 wearableBundle.putInt(KEY_CUSTOM_CONTENT_HEIGHT, mCustomContentHeight); in extend()4613 that.mCustomContentHeight = this.mCustomContentHeight; in clone()4918 mCustomContentHeight = height; in setCustomContentHeight()4929 return mCustomContentHeight; in getCustomContentHeight()