HomeSort by relevance Sort by last modified time
    Searched defs:getSmallHeight (Results 1 - 6 of 6) sorted by null

  /frameworks/support/slices/view/src/main/java/androidx/slice/widget/
SliceChildView.java 96 public int getSmallHeight() {
GridContent.java 236 public int getSmallHeight() {
LargeTemplateView.java 127 public int getSmallHeight() {
RowContent.java 317 public int getSmallHeight() {
GridRowView.java 109 public int getSmallHeight() {
114 return mGridContent.getSmallHeight() + getExtraTopPadding() + getExtraBottomPadding();
146 int height = getMode() == MODE_SMALL ? getSmallHeight() : getActualHeight();
RowView.java 138 public int getSmallHeight() {
140 return mRowContent != null && mRowContent.isValid() ? mRowContent.getSmallHeight() : 0;
146 return getSmallHeight();
155 ? getSmallHeight()
190 int totalHeight = getMode() == MODE_SMALL ? getSmallHeight() : getActualHeight();

Completed in 120 milliseconds