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);
4454 int layoutEnd = mMaxLayoutHeight + (int) mStackTranslation;4459 layoutEnd -= mShelf.getIntrinsicHeight() + mPaddingBetweenElements;4461 if (endPosition > layoutEnd) {4463 mScrollAnchorViewY -= (endPosition - layoutEnd);4467 setOwnScrollY((int) (mOwnScrollY + endPosition - layoutEnd));