Home
last modified time | relevance | path

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

/frameworks/support/percent/src/androidTest/java/androidx/percentlayout/widget/
DPercentRelativeTest.java181 final View bottomChild = mPercentRelativeLayout.findViewById(R.id.child_bottom); in testCenterChild() local
183 bottomChild.getTop() - 0.1f * mContainerHeight, childBottom); in testCenterChild()
DPercentRelativeRtlTest.java294 final View bottomChild = mPercentRelativeLayout.findViewById(R.id.child_bottom); in testCenterChild() local
296 bottomChild.getTop() - 0.1f * mContainerHeight, childBottom); in testCenterChild()
/frameworks/base/core/java/android/widget/
DToolbar.java1788 final View bottomChild = layoutSubtitle ? mSubtitleTextView : mTitleTextView; in onLayout() local
1790 final LayoutParams bottomlp = (LayoutParams) bottomChild.getLayoutParams(); in onLayout()
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
DToolbar.java1794 final View bottomChild = layoutSubtitle ? mSubtitleTextView : mTitleTextView; in onLayout() local
1796 final LayoutParams bottomlp = (LayoutParams) bottomChild.getLayoutParams(); in onLayout()