Searched refs:toplp (Results 1 – 2 of 2) sorted by relevance
1764 final LayoutParams toplp = (LayoutParams) topChild.getLayoutParams(); in onLayout() local1771 titleTop = getPaddingTop() + toplp.topMargin + mTitleMarginTop; in onLayout()1777 if (spaceAbove < toplp.topMargin + mTitleMarginTop) { in onLayout()1778 spaceAbove = toplp.topMargin + mTitleMarginTop; in onLayout()1782 if (spaceBelow < toplp.bottomMargin + mTitleMarginBottom) { in onLayout()
1789 final LayoutParams toplp = (LayoutParams) topChild.getLayoutParams(); in onLayout() local1796 titleTop = getPaddingTop() + toplp.topMargin + mTitleMarginTop; in onLayout()1802 if (spaceAbove < toplp.topMargin + mTitleMarginTop) { in onLayout()1803 spaceAbove = toplp.topMargin + mTitleMarginTop; in onLayout()1807 if (spaceBelow < toplp.bottomMargin + mTitleMarginBottom) { in onLayout()