Home
last modified time | relevance | path

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

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DAbstractDetailsDescriptionPresenter.java121 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/
DAlertController.java461 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/
DActionBarContextView.java200 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/
DActionBarContextView.java207 final boolean hasTitle = !TextUtils.isEmpty(mTitle); in initTitle()
210 mTitleLayout.setVisibility(hasTitle || hasSubtitle ? VISIBLE : GONE); in initTitle()