Home
last modified time | relevance | path

Searched refs:bottomInset (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DWorkModeSwitch.java116 int bottomInset = insets.bottom - mInsets.bottom; in setInsets() local
119 getPaddingBottom() + bottomInset); in setInsets()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DWidgetsBottomSheet.java177 int bottomInset = insets.bottom - mInsets.bottom; in setInsets() local
179 setPadding(leftInset, getPaddingTop(), rightInset, bottomInset); in setInsets()
/packages/apps/Launcher3/src/com/android/launcher3/views/
DWorkEduView.java150 int bottomInset = insets.bottom - mInsets.bottom; in setInsets() local
154 mViewWrapper.getPaddingTop(), mViewWrapper.getPaddingEnd(), bottomInset); in setInsets() local
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/hybridhotseat/
DHotseatEduDialog.java143 int bottomInset = insets.bottom - mInsets.bottom; in setInsets() local
148 mHotseatWrapper.getPaddingRight(), bottomInset); in setInsets() local
/packages/apps/Dialer/java/com/android/incallui/incall/impl/
DInCallFragment.java193 int bottomInset = v.getRootWindowInsets().getSystemWindowInsetBottom(); in onCreateView()
196 container.setPadding(0, topInset, 0, bottomInset); in onCreateView()