HomeSort by relevance Sort by last modified time
    Searched defs:titleView (Results 1 - 25 of 67) sorted by null

1 2 3

  /frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
RowsActivity.java 21 import android.support.v17.leanback.widget.TitleView;
41 TitleView titleView = findViewById(R.id.title);
42 titleView.setTitle("RowsFragment");
43 titleView.setOnSearchClickedListener(new View.OnClickListener() {
52 TitleHelper titleHelper = new TitleHelper(frameLayout, titleView);
RowsSupportActivity.java 24 import android.support.v17.leanback.widget.TitleView;
44 TitleView titleView = findViewById(R.id.title);
45 titleView.setTitle("RowsSupportFragment");
46 titleView.setOnSearchClickedListener(new View.OnClickListener() {
55 TitleHelper titleHelper = new TitleHelper(frameLayout, titleView);
  /frameworks/support/design/tests/src/android/support/design/widget/
CustomSnackbar.java 34 TextView titleView = (TextView) getView().findViewById(R.id.custom_snackbar_title);
35 titleView.setText(title);
  /packages/apps/Settings/src/com/android/settings/search/
SavedQueryViewHolder.java 27 public final TextView titleView;
31 titleView = view.findViewById(android.R.id.title);
42 titleView.setText(result.title);
SearchViewHolder.java 45 public final TextView titleView;
60 titleView = view.findViewById(android.R.id.title);
72 titleView.setText(result.title);
90 titleView.setContentDescription(
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
MessageWizardFragment.java 58 final TextView titleView = (TextView) view.findViewById(R.id.status_text);
65 titleView.setText(title);
66 titleView.setVisibility(View.VISIBLE);
68 titleView.setFocusable(true);
69 titleView.setFocusableInTouchMode(true);
72 titleView.setVisibility(View.GONE);
88 TextView titleView = (TextView) getView().findViewById(R.id.status_text);
89 titleView.requestFocus();
GuidanceRelativeLayout.java 30 * distance of TitleView baseline from the top). We do the similar thing in
61 TextView titleView = (TextView) getRootView().findViewById(R.id.guidance_title);
65 if (titleView != null && titleView.getParent() == this) {
66 LayoutParams lp = (LayoutParams) titleView.getLayoutParams();
75 if (titleView.getLineCount() > 1) {
76 guidanceTextContainerTop -= titleView.getLayout().getLineBaseline(1);
78 guidanceTextContainerTop -= titleView.getLayout().getLineBaseline(0);
82 titleView.offsetTopAndBottom(offset);
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/template/
ColoredHeaderMixin.java 60 final TextView titleView = getTextView();
61 if (titleView != null) {
62 titleView.setTextColor(color);
70 final TextView titleView = getTextView();
71 return titleView != null ? titleView.getTextColors() : null;
HeaderMixin.java 70 final TextView titleView = getTextView();
71 if (titleView != null) {
72 titleView.setText(title);
82 final TextView titleView = getTextView();
83 if (titleView != null) {
84 titleView.setText(title);
92 final TextView titleView = getTextView();
93 return titleView != null ? titleView.getText() : null;
  /frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/
CustomSnackbar.java 37 TextView titleView = (TextView) getView().findViewById(R.id.custom_snackbar_title);
38 titleView.setText(title);
  /packages/apps/Car/Settings/src/com/android/car/settings/common/
SingleTextLineItem.java 45 viewHolder.titleView.setText(mTitle);
49 public final TextView titleView;
53 titleView = view.findViewById(R.id.title);
CheckBoxLineItem.java 51 viewHolder.titleView.setText(mTitle);
57 final TextView titleView;
62 titleView = view.findViewById(R.id.title);
SpinnerLineItem.java 65 viewHolder.titleView.setText(mTitle);
70 public final TextView titleView;
75 titleView = view.findViewById(R.id.title);
TextLineItem.java 46 viewHolder.titleView.setText(mTitle);
50 viewHolder.titleView.setEnabled(isEnabled());
62 public final TextView titleView;
69 titleView = (TextView) view.findViewById(R.id.title);
ToggleLineItem.java 49 viewHolder.titleView.setText(mTitle);
62 public final TextView titleView;
68 titleView = (TextView) view.findViewById(R.id.title);
IconTextLineItem.java 49 viewHolder.titleView.setText(mTitle);
66 public final TextView titleView;
75 titleView = (TextView) view.findViewById(R.id.title);
SeekbarLineItem.java 74 viewHolder.titleView.setText(mTitle);
85 final TextView titleView;
91 titleView = view.findViewById(R.id.title);
  /packages/apps/Settings/src/com/android/settings/
DimmableIconPreference.java 68 final TextView titleView = (TextView) view.findViewById(android.R.id.title);
69 titleView.setContentDescription(mContentDescription);
  /packages/apps/TV/src/com/android/tv/ui/sidepanel/
ActionItem.java 45 TextView titleView = (TextView) view.findViewById(R.id.title);
46 titleView.setText(mTitle);
  /frameworks/opt/setupwizard/library/gingerbread/test/robotest/src/com/android/setupwizardlib/items/
ExpandableSwitchItemTest.java 134 final View titleView = view.findViewById(R.id.suw_items_title);
136 toArrayList(titleView.getDrawableState()),
142 toArrayList(titleView.getDrawableState()),
148 toArrayList(titleView.getDrawableState()),
167 TextView titleView = new TextView(application);
168 titleView.setId(R.id.suw_items_title);
169 content.addView(titleView);
SwitchItemTest.java 189 final View titleView = view.findViewById(R.id.suw_items_title);
191 R.id.suw_items_switch, titleView.getLabelFor());
197 TextView titleView = new TextView(application);
198 titleView.setId(R.id.suw_items_title);
199 root.addView(titleView);
  /frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
GlifLayoutTest.java 102 final TextView titleView = (TextView) glifLayout.findManagedViewById(R.id.suw_layout_title);
104 assertEquals(View.TEXT_ALIGNMENT_GRAVITY, titleView.getTextAlignment());
107 Gravity.CENTER_HORIZONTAL, titleView.getGravity() & Gravity.CENTER_HORIZONTAL);
  /packages/apps/Settings/src/com/android/settings/datausage/
DataPlanSummaryPreference.java 81 TextView titleView = (TextView) holder.findViewById(android.R.id.title);
82 titleView.setTextColor(mUsageTextColor);
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerGaugePreference.java 123 final TextView titleView = (TextView) view.findViewById(android.R.id.title);
124 titleView.setContentDescription(mContentDescription);
  /frameworks/base/packages/CompanionDeviceManager/src/com/android/companiondevicemanager/
DeviceChooserActivity.java 119 final TextView titleView = findViewById(R.id.title);
121 titleView.setPadding(padding, padding, padding, padding);
122 titleView.setText(title);

Completed in 2743 milliseconds

1 2 3