Home
last modified time | relevance | path

Searched refs:bottomOffset (Results 1 – 2 of 2) sorted by relevance

/packages/modules/IntentResolver/java/src/com/android/intentresolver/profiles/
DChooserMultiProfilePagerAdapter.java100 public void setEmptyStateBottomOffset(int bottomOffset) { in setEmptyStateBottomOffset() argument
101 mBottomPaddingOverrideSupplier.setEmptyStateBottomOffset(bottomOffset); in setEmptyStateBottomOffset()
166 public void setEmptyStateBottomOffset(int bottomOffset) { in setEmptyStateBottomOffset() argument
167 mBottomOffset = bottomOffset; in setEmptyStateBottomOffset()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DActivityAllAppsContainerView.java1576 int bottomOffset = 0; in applyPadding() local
1578 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()