Searched refs:mMaxTranslation (Results 1 – 2 of 2) sorted by relevance
102 protected int mMaxTranslation; field in FloatingHeaderView194 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 …]
169 private float mMaxTranslation; field in EdgeBackGesturePanel396 mMaxTranslation = getWidth() - mArrowPaddingEnd; in onLayout()558 * (mMaxTranslation - mBaseTranslation); in handleMoveEvent()