Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DLayoutUtils.java73 float extraVerticalSpace, @MultiWindowStrategy int multiWindowStrategy, Rect outRect) { in calculateTaskSize() argument
116 - topIconMargin - extraVerticalSpace - paddingVert; in calculateTaskSize()
126 (launcherVisibleHeight - extraVerticalSpace - outHeight) / 2); in calculateTaskSize()
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DArrowPopup.java236 int extraVerticalSpace = mArrow.getLayoutParams().height + mArrowOffset in orientAboutObject() local
238 int height = getMeasuredHeight() + extraVerticalSpace; in orientAboutObject()
281 y = mTempRect.top + iconHeight + extraVerticalSpace; in orientAboutObject()