Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DFloatingHeaderView.java94 protected int mMaxTranslation; field in FloatingHeaderView
177 int oldMaxHeight = mMaxTranslation; in onHeightUpdated()
180 if (mMaxTranslation != oldMaxHeight) { in onHeightUpdated()
220 mMaxTranslation = 0; in updateExpectedHeight()
225 mMaxTranslation += row.getExpectedHeight(); in updateExpectedHeight()
235 if (mMaxTranslation == 0 && mTabsHidden) { in getMaxTranslation()
237 } else if (mMaxTranslation > 0 && mTabsHidden) { in getMaxTranslation()
238 return mMaxTranslation + getPaddingTop(); in getMaxTranslation()
240 return mMaxTranslation; in getMaxTranslation()
245 return Math.abs(currentScrollY) <= mMaxTranslation; in canSnapAt()
[all …]
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
DEdgeBackGesturePanel.java169 private float mMaxTranslation; field in EdgeBackGesturePanel
396 mMaxTranslation = getWidth() - mArrowPaddingEnd; in onLayout()
558 * (mMaxTranslation - mBaseTranslation); in handleMoveEvent()