Searched refs:getTitleView (Results 1 - 11 of 11) sorted by relevance

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DTitleHelper.java107 public View getTitleView() { method in class:TitleHelper
H A DGuidanceStylist.java224 public TextView getTitleView() { method in class:GuidanceStylist
H A DGuidedActionAdapterGroup.java187 } else if (v == avh.getTitleView()) {
H A DGuidedActionsStylist.java229 public TextView getTitleView() { method in class:GuidedActionsStylist.ViewHolder
708 TextView titleView = vh.getTitleView();
/frameworks/support/v17/preference-leanback/src/android/support/v17/preference/
H A DLeanbackListPreferenceDialogFragment.java147 holder.getTitleView().setText(mEntries[position]);
202 holder.getTitleView().setText(mEntries[position]);
264 public TextView getTitleView() { method in class:LeanbackListPreferenceDialogFragment.ViewHolder
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DBrowseFragment.java949 if (getTitleView() != null && focused != getTitleView() &&
951 return getTitleView();
953 if (getTitleView() != null && getTitleView().hasFocus() &&
1004 if (getTitleView() != null &&
1005 getTitleView().requestFocus(direction, previouslyFocusedRect)) {
H A DBrowseSupportFragment.java951 if (getTitleView() != null && focused != getTitleView() &&
953 return getTitleView();
955 if (getTitleView() != null && getTitleView().hasFocus() &&
1006 if (getTitleView() != null &&
1007 getTitleView().requestFocus(direction, previouslyFocusedRect)) {
H A DBrandedFragment.java120 public View getTitleView() { method in class:BrandedFragment
H A DBrandedSupportFragment.java122 public View getTitleView() { method in class:BrandedSupportFragment
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DHybridNotificationView.java63 public TextView getTitleView() { method in class:HybridNotificationView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationChildrenContainer.java495 mirrorView = singleLineView.getTitleView();

Completed in 184 milliseconds