Searched refs:mMaxTranslation (Results 1 – 1 of 1) sorted by relevance
92 protected int mMaxTranslation; field in FloatingHeaderView175 int oldMaxHeight = mMaxTranslation; in onHeightUpdated()178 if (mMaxTranslation != oldMaxHeight) { in onHeightUpdated()218 mMaxTranslation = 0; in updateExpectedHeight()223 mMaxTranslation += row.getExpectedHeight(); in updateExpectedHeight()233 if (mMaxTranslation == 0 && mTabsHidden) { in getMaxTranslation()235 } else if (mMaxTranslation > 0 && mTabsHidden) { in getMaxTranslation()236 return mMaxTranslation + getPaddingTop(); in getMaxTranslation()238 return mMaxTranslation; in getMaxTranslation()243 return Math.abs(currentScrollY) <= mMaxTranslation; in canSnapAt()[all …]