Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DOverviewActionsView.java211 actionParams.rightMargin, getOverviewActionsBottomMarginPx(mode, mDp)); in updateVerticalMargin()
259 public static int getOverviewActionsBottomMarginPx( in getOverviewActionsBottomMarginPx() method in OverviewActionsView
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DBaseActivityInterface.java359 return OverviewActionsView.getOverviewActionsBottomMarginPx(getMode(context), dp) in getOverviewActionsHeight()