Searched refs:layoutEnd (Results 1 – 3 of 3) sorted by relevance
378 float layoutEnd = getLayoutEnd(); in calculateIconTranslations() local402 (translationX > (noOverflowAfter ? layoutEnd - mIconSize in calculateIconTranslations()406 mVisualOverflowStart = layoutEnd - mOverflowWidth; in calculateIconTranslations()
719 int layoutEnd = mContainingNotification.getActualHeight() - mClipBottomAmount;729 if (childTop > layoutEnd) {731 } else if (childBottom > layoutEnd) {732 clipBottomAmount = (int) (childBottom - layoutEnd);
4452 int layoutEnd = mMaxLayoutHeight + (int) mStackTranslation;4457 layoutEnd -= mShelf.getIntrinsicHeight() + mPaddingBetweenElements;4459 if (endPosition > layoutEnd) {4461 mScrollAnchorViewY -= (endPosition - layoutEnd);4465 setOwnScrollY((int) (mOwnScrollY + endPosition - layoutEnd));