Searched refs:layoutEnd (Results 1 – 3 of 3) sorted by relevance
442 boolean isOverflowing(boolean isLastChild, float translationX, float layoutEnd, in isOverflowing() argument445 return translationX + iconSize > layoutEnd; in isOverflowing()450 return translationX + iconSize * 2f > layoutEnd; in isOverflowing()464 float layoutEnd = getLayoutEnd(); in calculateIconXTranslations() local486 /* isLastChild= */ i == childCount - 1, translationX, layoutEnd, mIconSize); in calculateIconXTranslations()
840 int layoutEnd = mContainingNotification.getActualHeight() - mClipBottomAmount;850 if (childTop > layoutEnd) {852 } else if (childBottom > layoutEnd) {853 clipBottomAmount = (int) (childBottom - layoutEnd);
4203 int layoutEnd = mMaxLayoutHeight + (int) mStackTranslation; in updateScrollPositionOnExpandInBottom() local4208 layoutEnd -= mShelf.getIntrinsicHeight() + mPaddingBetweenElements; in updateScrollPositionOnExpandInBottom()4210 if (endPosition > layoutEnd) { in updateScrollPositionOnExpandInBottom()4211 setOwnScrollY((int) (mOwnScrollY + endPosition - layoutEnd)); in updateScrollPositionOnExpandInBottom()