Searched refs:toplp (Results 1 – 2 of 2) sorted by relevance
1793 final LayoutParams toplp = (LayoutParams) topChild.getLayoutParams(); in onLayout() local1800 titleTop = getPaddingTop() + toplp.topMargin + mTitleMarginTop; in onLayout()1806 if (spaceAbove < toplp.topMargin + mTitleMarginTop) { in onLayout()1807 spaceAbove = toplp.topMargin + mTitleMarginTop; in onLayout()1811 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()