Searched refs:bottomChild (Results 1 – 4 of 4) sorted by relevance
180 final View bottomChild = mPercentRelativeLayout.findViewById(R.id.child_bottom); in testCenterChild() local182 bottomChild.getTop() - 0.1f * mContainerHeight, childBottom); in testCenterChild()
281 final View bottomChild = mPercentRelativeLayout.findViewById(R.id.child_bottom); in testCenterChild() local283 bottomChild.getTop() - 0.1f * mContainerHeight, childBottom); in testCenterChild()
1763 final View bottomChild = layoutSubtitle ? mSubtitleTextView : mTitleTextView; in onLayout() local1765 final LayoutParams bottomlp = (LayoutParams) bottomChild.getLayoutParams(); in onLayout()
1788 final View bottomChild = layoutSubtitle ? mSubtitleTextView : mTitleTextView; in onLayout() local1790 final LayoutParams bottomlp = (LayoutParams) bottomChild.getLayoutParams(); in onLayout()