Home
last modified time | relevance | path

Searched refs:topChild (Results 1 – 4 of 4) sorted by relevance

/frameworks/support/percent/tests/java/android/support/percent/
DPercentRelativeTest.java172 final View topChild = mPercentRelativeLayout.findViewById(R.id.child_top); in testCenterChild() local
174 topChild.getBottom() + 0.1f * mContainerHeight, childTop); in testCenterChild()
DPercentRelativeRtlTest.java271 final View topChild = mPercentRelativeLayout.findViewById(R.id.child_top); in testCenterChild() local
273 topChild.getBottom() + 0.1f * mContainerHeight, childTop); in testCenterChild()
/frameworks/base/core/java/android/widget/
DToolbar.java1762 final View topChild = layoutTitle ? mTitleTextView : mSubtitleTextView; in onLayout() local
1764 final LayoutParams toplp = (LayoutParams) topChild.getLayoutParams(); in onLayout()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DToolbar.java1787 final View topChild = layoutTitle ? mTitleTextView : mSubtitleTextView; in onLayout() local
1789 final LayoutParams toplp = (LayoutParams) topChild.getLayoutParams(); in onLayout()