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

/frameworks/base/core/java/android/widget/
H A DToolbar.java1174 if (shouldLayout(child) && child.getMeasuredWidth() > 0 &&
1202 if (shouldLayout(mNavButtonView)) {
1211 if (shouldLayout(mCollapseButtonView)) {
1226 if (shouldLayout(mMenuView)) {
1239 if (shouldLayout(mExpandedActionView)) {
1247 if (shouldLayout(mLogoView)) {
1259 if (lp.mViewType != LayoutParams.CUSTOM || !shouldLayout(child)) {
1274 if (shouldLayout(mTitleTextView)) {
1282 if (shouldLayout(mSubtitleTextView)) {
1328 if (shouldLayout(mNavButtonVie
1664 private boolean shouldLayout(View view) { method in class:Toolbar
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DToolbar.java1182 if (shouldLayout(child) && child.getMeasuredWidth() > 0 &&
1210 if (shouldLayout(mNavButtonView)) {
1220 if (shouldLayout(mCollapseButtonView)) {
1236 if (shouldLayout(mMenuView)) {
1250 if (shouldLayout(mExpandedActionView)) {
1259 if (shouldLayout(mLogoView)) {
1272 if (lp.mViewType != LayoutParams.CUSTOM || !shouldLayout(child)) {
1288 if (shouldLayout(mTitleTextView)) {
1297 if (shouldLayout(mSubtitleTextView)) {
1344 if (shouldLayout(mNavButtonVie
1681 private boolean shouldLayout(View view) { method in class:Toolbar
[all...]

Completed in 181 milliseconds