Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DToolbar.java1537 if (shouldLayout(child) && child.getMeasuredWidth() > 0 && in shouldCollapse()
1565 if (shouldLayout(mNavButtonView)) { in onMeasure()
1574 if (shouldLayout(mCollapseButtonView)) { in onMeasure()
1589 if (shouldLayout(mMenuView)) { in onMeasure()
1602 if (shouldLayout(mExpandedActionView)) { in onMeasure()
1610 if (shouldLayout(mLogoView)) { in onMeasure()
1622 if (lp.mViewType != LayoutParams.CUSTOM || !shouldLayout(child)) { in onMeasure()
1637 if (shouldLayout(mTitleTextView)) { in onMeasure()
1645 if (shouldLayout(mSubtitleTextView)) { in onMeasure()
1691 if (shouldLayout(mNavButtonView)) { in onLayout()
[all …]
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DToolbar.java1554 if (shouldLayout(child) && child.getMeasuredWidth() > 0 && in shouldCollapse()
1582 if (shouldLayout(mNavButtonView)) { in onMeasure()
1592 if (shouldLayout(mCollapseButtonView)) { in onMeasure()
1608 if (shouldLayout(mMenuView)) { in onMeasure()
1622 if (shouldLayout(mExpandedActionView)) { in onMeasure()
1631 if (shouldLayout(mLogoView)) { in onMeasure()
1644 if (lp.mViewType != LayoutParams.CUSTOM || !shouldLayout(child)) { in onMeasure()
1660 if (shouldLayout(mTitleTextView)) { in onMeasure()
1669 if (shouldLayout(mSubtitleTextView)) { in onMeasure()
1716 if (shouldLayout(mNavButtonView)) { in onLayout()
[all …]