Searched refs:getSmallHeight (Results 1 – 8 of 8) sorted by relevance
138 public int getSmallHeight() { in getSmallHeight() method in RowView140 return mRowContent != null && mRowContent.isValid() ? mRowContent.getSmallHeight() : 0; in getSmallHeight()146 return getSmallHeight(); in getActualHeight()155 ? getSmallHeight() in getRowContentHeight()190 int totalHeight = getMode() == MODE_SMALL ? getSmallHeight() : getActualHeight(); in onMeasure()
109 public int getSmallHeight() { in getSmallHeight() method in GridRowView114 return mGridContent.getSmallHeight() + getExtraTopPadding() + getExtraBottomPadding(); in getSmallHeight()146 int height = getMode() == MODE_SMALL ? getSmallHeight() : getActualHeight(); in onMeasure()
96 public int getSmallHeight() { in getSmallHeight() method in SliceChildView
238 int height = mode == MODE_SMALL ? gc.getSmallHeight() : gc.getActualHeight(); in getHeight()242 return mode == MODE_SMALL ? rc.getSmallHeight() : rc.getActualHeight(); in getHeight()
127 public int getSmallHeight() { in getSmallHeight() method in LargeTemplateView
236 public int getSmallHeight() { in getSmallHeight() method in GridContent
317 public int getSmallHeight() { in getSmallHeight() method in RowContent
320 : mCurrentView.getSmallHeight(); in getHeightForMode()