Searched refs:layoutEnd (Results 1 – 4 of 4) sorted by relevance
294 float layoutEnd = getLayoutEnd(); in calculateIconTranslations() local295 float overflowStart = layoutEnd - mIconSize * (2 + OVERFLOW_EARLY_AMOUNT); in calculateIconTranslations()313 … || (translationX >= (noOverflowAfter ? layoutEnd - mIconSize : overflowStart)))) { in calculateIconTranslations()333 float totalAmount = layoutEnd - overflowState.xTranslation; in calculateIconTranslations()
690 int layoutEnd = primaryOrientation.getEndAfterPadding(); in scollByTest() local713 ", layout end:" + layoutEnd, in scollByTest()714 start <= layoutStart && end <= layoutEnd || in scollByTest()715 start >= layoutEnd && end >= layoutEnd in scollByTest()
713 int layoutEnd = mContainingNotification.getActualHeight() - mClipBottomAmount;723 if (childTop > layoutEnd) {725 } else if (childBottom > layoutEnd) {726 clipBottomAmount = (int) (childBottom - layoutEnd);
3456 int layoutEnd = mMaxLayoutHeight + (int) mStackTranslation; in updateScrollPositionOnExpandInBottom() local3458 layoutEnd -= mShelf.getIntrinsicHeight() + mPaddingBetweenElements; in updateScrollPositionOnExpandInBottom()3460 if (endPosition > layoutEnd) { in updateScrollPositionOnExpandInBottom()3461 setOwnScrollY((int) (mOwnScrollY + endPosition - layoutEnd)); in updateScrollPositionOnExpandInBottom()