Searched refs:footerWidth (Results 1 – 2 of 2) sorted by relevance
92 public void setFooterWidth(int footerWidth) { in setFooterWidth() argument93 mFooter.setWidth(footerWidth); in setFooterWidth()
636 int footerWidth = mContent.getDesiredWidth() in animateOpen() local640 float translation = (footerWidth - textWidth) / 2; in animateOpen()