Searched refs:footerWidth (Results 1 – 2 of 2) sorted by relevance
88 int footerWidth = res.getDimensionPixelSize(R.dimen.bg_popup_item_width); in NotificationFooterLayout() local89 int availableIconRowSpace = footerWidth - paddingEnd - ellipsisSpace in NotificationFooterLayout()
534 int footerWidth = mContent.getDesiredWidth() in animateOpen() local538 float translation = (footerWidth - textWidth) / 2; in animateOpen()