Searched refs:layoutEnd (Results 1 – 3 of 3) sorted by relevance
383 float layoutEnd = getLayoutEnd(); in calculateIconTranslations() local407 (translationX > (noOverflowAfter ? layoutEnd - mIconSize in calculateIconTranslations()411 mVisualOverflowStart = layoutEnd - mOverflowWidth; in calculateIconTranslations()
720 int layoutEnd = mContainingNotification.getActualHeight() - mClipBottomAmount;730 if (childTop > layoutEnd) {732 } else if (childBottom > layoutEnd) {733 clipBottomAmount = (int) (childBottom - layoutEnd);
4499 int layoutEnd = mMaxLayoutHeight + (int) mStackTranslation;4504 layoutEnd -= mShelf.getIntrinsicHeight() + mPaddingBetweenElements;4506 if (endPosition > layoutEnd) {4508 mScrollAnchorViewY -= (endPosition - layoutEnd);4512 setOwnScrollY((int) (mOwnScrollY + endPosition - layoutEnd));