Searched refs:layoutEnd (Results 1 – 3 of 3) sorted by relevance
492 boolean isOverflowing(boolean isLastChild, float translationX, float layoutEnd, in isOverflowing() argument495 return translationX + iconSize > layoutEnd; in isOverflowing()500 return translationX + iconSize * 2f > layoutEnd; in isOverflowing()514 float layoutEnd = getLayoutEnd(); in calculateIconXTranslations() local536 /* isLastChild= */ i == childCount - 1, translationX, layoutEnd, mIconSize); in calculateIconXTranslations()
969 int layoutEnd = mContainingNotification.getActualHeight() - mClipBottomAmount;979 if (childTop > layoutEnd) {981 } else if (childBottom > layoutEnd) {982 clipBottomAmount = (int) (childBottom - layoutEnd);
4254 int layoutEnd = mMaxLayoutHeight + (int) getStackTranslation(); in updateScrollPositionOnExpandInBottom() local4259 layoutEnd -= mShelf.getIntrinsicHeight() + mPaddingBetweenElements; in updateScrollPositionOnExpandInBottom()4261 if (endPosition > layoutEnd) { in updateScrollPositionOnExpandInBottom()4265 float diff = endPosition - layoutEnd; in updateScrollPositionOnExpandInBottom()4268 setOwnScrollY((int) (mOwnScrollY + endPosition - layoutEnd)); in updateScrollPositionOnExpandInBottom()