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.java102 protected int mMaxTranslation; field in FloatingHeaderView
194 int oldMaxHeight = mMaxTranslation; in onHeightUpdated()
197 if (mMaxTranslation != oldMaxHeight) { in onHeightUpdated()
250 mMaxTranslation = 0; in updateExpectedHeight()
255 mMaxTranslation += row.getExpectedHeight(); in updateExpectedHeight()
265 if (mMaxTranslation == 0 && mTabsHidden) { in getMaxTranslation()
267 } else if (mMaxTranslation > 0 && mTabsHidden) { in getMaxTranslation()
268 return mMaxTranslation + getPaddingTop(); in getMaxTranslation()
270 return mMaxTranslation; in getMaxTranslation()
275 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()