Searched refs:bottomOffset (Results 1 – 2 of 2) sorted by relevance
100 public void setEmptyStateBottomOffset(int bottomOffset) { in setEmptyStateBottomOffset() argument101 mBottomPaddingOverrideSupplier.setEmptyStateBottomOffset(bottomOffset); in setEmptyStateBottomOffset()166 public void setEmptyStateBottomOffset(int bottomOffset) { in setEmptyStateBottomOffset() argument167 mBottomOffset = bottomOffset; in setEmptyStateBottomOffset()
1576 int bottomOffset = 0; in applyPadding() local1578 bottomOffset = mInsets.bottom + mWorkManager.getWorkModeSwitch().getHeight(); in applyPadding()1585 bottomOffset = mPrivateSpaceBottomExtraSpace; in applyPadding()1589 bottomOffset += mSearchContainer.getHeight(); in applyPadding()1592 mPadding.bottom + bottomOffset); in applyPadding()