Searched refs:layoutEnd (Results 1 – 3 of 3) sorted by relevance
390 float layoutEnd = getLayoutEnd(); in calculateIconTranslations() local419 (translationX > (noOverflowAfter ? layoutEnd - mIconSize in calculateIconTranslations()423 mVisualOverflowStart = layoutEnd - mOverflowWidth; in calculateIconTranslations()
755 int layoutEnd = mContainingNotification.getActualHeight() - mClipBottomAmount;765 if (childTop > layoutEnd) {767 } else if (childBottom > layoutEnd) {768 clipBottomAmount = (int) (childBottom - layoutEnd);
4671 int layoutEnd = mMaxLayoutHeight + (int) mStackTranslation;4676 layoutEnd -= mShelf.getIntrinsicHeight() + mPaddingBetweenElements;4678 if (endPosition > layoutEnd) {4680 mScrollAnchorViewY -= (endPosition - layoutEnd);4684 setOwnScrollY((int) (mOwnScrollY + endPosition - layoutEnd));