Home
last modified time | relevance | path

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

/frameworks/support/percent/tests/java/android/support/percent/
DPercentRelativeTest.java180 final View bottomChild = mPercentRelativeLayout.findViewById(R.id.child_bottom); in testCenterChild() local
182 bottomChild.getTop() - 0.1f * mContainerHeight, childBottom); in testCenterChild()
DPercentRelativeRtlTest.java281 final View bottomChild = mPercentRelativeLayout.findViewById(R.id.child_bottom); in testCenterChild() local
283 bottomChild.getTop() - 0.1f * mContainerHeight, childBottom); in testCenterChild()
/frameworks/base/core/java/android/widget/
DToolbar.java1763 final View bottomChild = layoutSubtitle ? mSubtitleTextView : mTitleTextView; in onLayout() local
1765 final LayoutParams bottomlp = (LayoutParams) bottomChild.getLayoutParams(); in onLayout()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DToolbar.java1788 final View bottomChild = layoutSubtitle ? mSubtitleTextView : mTitleTextView; in onLayout() local
1790 final LayoutParams bottomlp = (LayoutParams) bottomChild.getLayoutParams(); in onLayout()