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

  /frameworks/support/slices/view/src/main/java/androidx/slice/widget/
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();
SliceChildView.java 96 public int getSmallHeight() {
GridRowView.java 109 public int getSmallHeight() {
114 return mGridContent.getSmallHeight() + getExtraTopPadding() + getExtraBottomPadding();
146 int height = getMode() == MODE_SMALL ? getSmallHeight() : getActualHeight();
ListContent.java 238 int height = mode == MODE_SMALL ? gc.getSmallHeight() : gc.getActualHeight();
242 return mode == MODE_SMALL ? rc.getSmallHeight() : rc.getActualHeight();
LargeTemplateView.java 127 public int getSmallHeight() {
GridContent.java 236 public int getSmallHeight() {
RowContent.java 317 public int getSmallHeight() {
SliceView.java 320 : mCurrentView.getSmallHeight();

Completed in 86 milliseconds