Searched refs:titleBottom (Results 1 – 1 of 1) sorted by relevance
1951 final int titleBottom = titleTop + mTitleTextView.getMeasuredHeight(); in onLayout() local1952 mTitleTextView.layout(titleLeft, titleTop, titleRight, titleBottom); in onLayout()1954 titleTop = titleBottom + lp.bottomMargin; in onLayout()1978 final int titleBottom = titleTop + mTitleTextView.getMeasuredHeight(); in onLayout() local1979 mTitleTextView.layout(titleLeft, titleTop, titleRight, titleBottom); in onLayout()1981 titleTop = titleBottom + lp.bottomMargin; in onLayout()