Searched refs:topChild (Results 1 – 4 of 4) sorted by relevance
172 final View topChild = mPercentRelativeLayout.findViewById(R.id.child_top); in testCenterChild() local174 topChild.getBottom() + 0.1f * mContainerHeight, childTop); in testCenterChild()
271 final View topChild = mPercentRelativeLayout.findViewById(R.id.child_top); in testCenterChild() local273 topChild.getBottom() + 0.1f * mContainerHeight, childTop); in testCenterChild()
1762 final View topChild = layoutTitle ? mTitleTextView : mSubtitleTextView; in onLayout() local1764 final LayoutParams toplp = (LayoutParams) topChild.getLayoutParams(); in onLayout()
1787 final View topChild = layoutTitle ? mTitleTextView : mSubtitleTextView; in onLayout() local1789 final LayoutParams toplp = (LayoutParams) topChild.getLayoutParams(); in onLayout()