Home
last modified time | relevance | path

Searched refs:getSmallHeight (Results 1 – 8 of 8) sorted by relevance

/frameworks/support/slices/view/src/main/java/androidx/slice/widget/
DRowView.java138 public int getSmallHeight() { in getSmallHeight() method in RowView
140 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()
DGridRowView.java109 public int getSmallHeight() { in getSmallHeight() method in GridRowView
114 return mGridContent.getSmallHeight() + getExtraTopPadding() + getExtraBottomPadding(); in getSmallHeight()
146 int height = getMode() == MODE_SMALL ? getSmallHeight() : getActualHeight(); in onMeasure()
DSliceChildView.java96 public int getSmallHeight() { in getSmallHeight() method in SliceChildView
DListContent.java238 int height = mode == MODE_SMALL ? gc.getSmallHeight() : gc.getActualHeight(); in getHeight()
242 return mode == MODE_SMALL ? rc.getSmallHeight() : rc.getActualHeight(); in getHeight()
DLargeTemplateView.java127 public int getSmallHeight() { in getSmallHeight() method in LargeTemplateView
DGridContent.java236 public int getSmallHeight() { in getSmallHeight() method in GridContent
DRowContent.java317 public int getSmallHeight() { in getSmallHeight() method in RowContent
DSliceView.java320 : mCurrentView.getSmallHeight(); in getHeightForMode()