Searched refs:hasTitle (Results 1 – 4 of 4) sorted by relevance
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
D | AbstractDetailsDescriptionPresenter.java | 121 boolean hasTitle = true; in onBindViewHolder() 124 hasTitle = false; in onBindViewHolder() 138 if (hasTitle) { in onBindViewHolder() 156 } else if (hasTitle) { in onBindViewHolder()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | AlertController.java | 461 final boolean hasTitle = setupTitle(topPanel); in setupView() 508 if (hasTitle) { in setupView() 521 setBackground(a, topPanel, contentPanel, customPanel, buttonPanel, hasTitle, hasCustomView, in setupView() 527 boolean hasTitle = true; in setupTitle() 570 hasTitle = false; in setupTitle() 573 return hasTitle; in setupTitle() 739 View buttonPanel, boolean hasTitle, boolean hasCustomView, boolean hasButtons) { in setBackground() argument 785 if (hasTitle) { in setBackground()
|
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ |
D | ActionBarContextView.java | 200 final boolean hasTitle = !TextUtils.isEmpty(mTitle); in initTitle() 203 mTitleLayout.setVisibility(hasTitle || hasSubtitle ? VISIBLE : GONE); in initTitle()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | ActionBarContextView.java | 207 final boolean hasTitle = !TextUtils.isEmpty(mTitle); in initTitle() 210 mTitleLayout.setVisibility(hasTitle || hasSubtitle ? VISIBLE : GONE); in initTitle()
|