Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DToolbar.java1910 final View bottomChild = layoutSubtitle ? mSubtitleTextView : mTitleTextView; in onLayout() local
1912 final LayoutParams bottomlp = (LayoutParams) bottomChild.getLayoutParams(); in onLayout()