Home
last modified time | relevance | path

Searched refs:titleView (Results 1 – 25 of 49) sorted by relevance

12

/packages/apps/TV/src/com/android/tv/dvr/ui/
DDvrPrioritySettingsFragment.java237 TextView titleView = (TextView) itemView.findViewById(R.id.guidedactions_item_title);
246 titleView.setTypeface(titleView.getTypeface(), Typeface.ITALIC);
248 titleView.setTextColor(mActionColor);
254 titleView.setTypeface(titleView.getTypeface(), Typeface.NORMAL);
256 titleView.setTextColor(mSelectedActionColor);
262 titleView.setTypeface(titleView.getTypeface(), Typeface.NORMAL);
264 titleView.setTextColor(mActionColor);
269 titleView.setTypeface(titleView.getTypeface(), Typeface.NORMAL);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
DGuidanceRelativeLayout.java60 TextView titleView = getRootView().findViewById(R.id.guidance_title); in onLayout() local
64 if (titleView != null && titleView.getParent() == this) { in onLayout()
65 LayoutParams lp = (LayoutParams) titleView.getLayoutParams(); in onLayout()
74 if (titleView.getLineCount() > 1) { in onLayout()
75 guidanceTextContainerTop -= titleView.getLayout().getLineBaseline(1); in onLayout()
77 guidanceTextContainerTop -= titleView.getLayout().getLineBaseline(0); in onLayout()
81 titleView.offsetTopAndBottom(offset); in onLayout()
DMessageFragment.java71 final TextView titleView = view.findViewById(R.id.status_text); in onCreateView() local
78 titleView.setText(title); in onCreateView()
79 titleView.setVisibility(View.VISIBLE); in onCreateView()
81 titleView.setFocusable(true); in onCreateView()
82 titleView.setFocusableInTouchMode(true); in onCreateView()
85 titleView.setVisibility(View.GONE); in onCreateView()
101 TextView titleView = getView().findViewById(R.id.status_text); in onResume() local
102 titleView.requestFocus(); in onResume()
/packages/apps/Settings/src/com/android/settings/enterprise/
DActionDisabledByAdminDialogHelper.java156 final TextView titleView = root.findViewById(R.id.admin_support_dialog_title); in setAdminSupportTitle() local
157 if (titleView == null) { in setAdminSupportTitle()
161 titleView.setText(R.string.disabled_by_policy_title); in setAdminSupportTitle()
166 titleView.setText(R.string.disabled_by_policy_title_adjust_volume); in setAdminSupportTitle()
169 titleView.setText(R.string.disabled_by_policy_title_outgoing_calls); in setAdminSupportTitle()
172 titleView.setText(R.string.disabled_by_policy_title_sms); in setAdminSupportTitle()
175 titleView.setText(R.string.disabled_by_policy_title_camera); in setAdminSupportTitle()
178 titleView.setText(R.string.disabled_by_policy_title_screen_capture); in setAdminSupportTitle()
181 titleView.setText(R.string.disabled_by_policy_title_suspend_packages); in setAdminSupportTitle()
185 titleView.setText(R.string.disabled_by_policy_title); in setAdminSupportTitle()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/enterprise/
DActionDisabledByAdminDialogHelper.java156 final TextView titleView = root.findViewById(R.id.admin_support_dialog_title); in setAdminSupportTitle() local
157 if (titleView == null) { in setAdminSupportTitle()
161 titleView.setText(R.string.disabled_by_policy_title); in setAdminSupportTitle()
166 titleView.setText(R.string.disabled_by_policy_title_adjust_volume); in setAdminSupportTitle()
169 titleView.setText(R.string.disabled_by_policy_title_outgoing_calls); in setAdminSupportTitle()
172 titleView.setText(R.string.disabled_by_policy_title_sms); in setAdminSupportTitle()
175 titleView.setText(R.string.disabled_by_policy_title_camera); in setAdminSupportTitle()
178 titleView.setText(R.string.disabled_by_policy_title_screen_capture); in setAdminSupportTitle()
181 titleView.setText(R.string.disabled_by_policy_title_suspend_packages); in setAdminSupportTitle()
185 titleView.setText(R.string.disabled_by_policy_title); in setAdminSupportTitle()
/packages/apps/Car/Settings/src/com/android/car/settings/common/
DBaseFragment.java103 TextView titleView = requireActivity().findViewById(R.id.title); in setTitle() local
104 if (titleView != null) { in setTitle()
105 titleView.setText(title); in setTitle()
135 TextView titleView = actionBarContainer.requireViewById(R.id.title); in onActivityCreated() local
136 titleView.setText(getTitleId()); in onActivityCreated()
/packages/apps/Car/Settings/src/com/android/car/settings/network/
DMobileNetworkFragment.java92 TextView titleView = requireActivity().findViewById(R.id.title); in onActivityCreated() local
93 titleView.setText(mTitle); in onActivityCreated()
116 TextView titleView = requireActivity().findViewById(R.id.title); in onMobileNetworkUpdated() local
121 if (titleView != null) { in onMobileNetworkUpdated()
122 titleView.setText(mTitle); in onMobileNetworkUpdated()
/packages/apps/Settings/src/com/android/settings/display/
DDarkUIInfoDialogFragment.java52 View titleView = inflater.inflate(R.layout.settings_dialog_title, null); in onCreateDialog() local
53 ((ImageView) titleView.findViewById(R.id.settings_icon)) in onCreateDialog()
55 ((TextView) titleView.findViewById(R.id.settings_title)).setText(R.string.dark_ui_mode); in onCreateDialog()
57 dialog.setCustomTitle(titleView) in onCreateDialog()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DSuggestionStripLayoutHelper.java549 final TextView titleView = (TextView)importantNoticeStrip.findViewById( in layoutImportantNotice() local
551 final int width = titleView.getWidth() - titleView.getPaddingLeft() in layoutImportantNotice()
552 - titleView.getPaddingRight(); in layoutImportantNotice()
553 titleView.setTextColor(mColorAutoCorrect); in layoutImportantNotice()
554 titleView.setText(importantNoticeTitle); // TextView.setText() resets text scale x to 1.0. in layoutImportantNotice()
555 final float titleScaleX = getTextScaleX(importantNoticeTitle, width, titleView.getPaint()); in layoutImportantNotice()
556 titleView.setTextScaleX(titleScaleX); in layoutImportantNotice()
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/savedqueries/
DSavedQueryViewHolder.java29 public final TextView titleView; field in SavedQueryViewHolder
33 titleView = view.findViewById(android.R.id.title); in SavedQueryViewHolder()
50 titleView.setText(result.title); in onBind()
/packages/apps/Settings/src/com/android/settings/wifi/calling/
DDisclaimerItemListAdapter.java54 holder.titleView.setText(mDisclaimerItemList.get(position).getTitleId()); in onBindViewHolder()
69 public final TextView titleView; field in DisclaimerItemListAdapter.DisclaimerItemViewHolder
74 titleView = itemView.findViewById(ID_DISCLAIMER_ITEM_TITLE); in DisclaimerItemViewHolder()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/calling/
DDisclaimerItemListAdapter.java54 holder.titleView.setText(mDisclaimerItemList.get(position).getTitleId()); in onBindViewHolder()
69 public final TextView titleView; field in DisclaimerItemListAdapter.DisclaimerItemViewHolder
74 titleView = itemView.findViewById(ID_DISCLAIMER_ITEM_TITLE); in DisclaimerItemViewHolder()
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/
DSearchViewHolder.java41 public final TextView titleView; field in SearchViewHolder
53 titleView = view.findViewById(android.R.id.title); in SearchViewHolder()
64 titleView.setText(result.title); in onBind()
/packages/services/Car/tests/BugReportApp/src/com/google/android/car/bugreport/
DBugInfoAdapter.java45 public TextView titleView; field in BugInfoAdapter.BugInfoViewHolder
67 titleView = itemView.findViewById(R.id.bug_info_row_title); in BugInfoViewHolder()
96 holder.titleView.setText(mDataset.get(position).getTitle()); in onBindViewHolder()
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/
DDialogTestUtils.java53 TextView titleView = dialogFragment.getDialog().getWindow().findViewById( in getTitle() local
55 return titleView.getText().toString(); in getTitle()
/packages/apps/TV/src/com/android/tv/ui/sidepanel/
DActionItem.java44 TextView titleView = (TextView) view.findViewById(R.id.title); in onBind() local
45 titleView.setText(mTitle); in onBind()
/packages/apps/Settings/src/com/android/settings/wifi/
DNetworkRequestDialogFragment.java378 final TextView titleView = view.findViewById(android.R.id.title); in getView() local
379 if (titleView != null) { in getView()
381 titleView.setSingleLine(false); in getView()
382 titleView.setText(accessPoint.getTitle()); in getView()
/packages/apps/Car/Settings/src/com/android/car/settings/language/
DChildLocalePickerFragment.java73 TextView titleView = getActivity().findViewById(R.id.title); in onActivityCreated() local
74 titleView.setText(mParentLocaleInfo.getFullNameNative()); in onActivityCreated()
/packages/apps/TV/src/com/android/tv/menu/
DMenuLayoutManager.java720 View titleView = mMenuRowViews.get(position).getTitleView(); in setSelectedPositionSmooth()
723 titleView, in setSelectedPositionSmooth()
724 titleView.getAlpha(), in setSelectedPositionSmooth()
856 View titleView = view.getTitleView(); in onMenuRowUpdated() local
857 MarginLayoutParams params = (MarginLayoutParams) titleView.getLayoutParams(); in onMenuRowUpdated()
858 titleView.layout( in onMenuRowUpdated()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/fuelgauge/
DPowerGaugePreference.java118 final TextView titleView = (TextView) view.findViewById(android.R.id.title); in onBindViewHolder() local
119 titleView.setContentDescription(mContentDescription); in onBindViewHolder()
/packages/apps/Settings/src/com/android/settings/fuelgauge/
DPowerGaugePreference.java118 final TextView titleView = (TextView) view.findViewById(android.R.id.title); in onBindViewHolder() local
119 titleView.setContentDescription(mContentDescription); in onBindViewHolder()
/packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/
DAppItem.java80 final TextView titleView = (TextView) convertView.findViewById(android.R.id.title); in bindView() local
85 titleView.setText(title); in bindView()
/packages/apps/Car/Settings/src/com/android/car/settings/users/
DUserDetailsBaseFragment.java94 TextView titleView = getActivity().findViewById(R.id.title); in onActivityCreated() local
95 titleView.setText(getTitleText()); in onActivityCreated()
/packages/apps/UniversalMediaPlayer/java/com/android/pump/activity/
DMovieDetailsActivity.java132 TextView titleView = findViewById(R.id.activity_movie_details_title); in updateViews() local
138 titleView.setText(mMovie.getTitle()); in updateViews()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DLeanbackPickerDialogFragment.java157 final TextView titleView = view.findViewById(R.id.decor_title); in onCreateView() local
158 titleView.setText(title); in onCreateView()

12