Searched refs:getDrawableHeight (Results 1 – 4 of 4) sorted by relevance
121 int getDrawableHeight(); in getDrawableHeight() method
357 public int getDrawableHeight() { in getDrawableHeight() method in IconAppChipView358 return mIconView == null ? 0 : mIconView.getDrawableHeight(); in getDrawableHeight()
117 public int getDrawableHeight() { in getDrawableHeight() method in IconView
396 iconView.getDrawableWidth(), iconView.getDrawableHeight(), in centerIconView()