HomeSort by relevance Sort by last modified time
    Searched defs:mHeaderText (Results 1 - 6 of 6) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
NotificationHeaderViewWrapper.java 57 private TextView mHeaderText;
105 mHeaderText = mView.findViewById(com.android.internal.R.id.header_text);
181 mHeaderText);
  /packages/apps/Launcher3/src/com/android/launcher3/notification/
NotificationItemView.java 48 private final TextView mHeaderText;
68 mHeaderText = container.findViewById(R.id.notification_text);
125 mHeaderText.setTextColor(mNotificationHeaderTextColor);
  /packages/apps/Settings/src/com/android/settings/datetime/timezone/
BaseTimeZoneAdapter.java 55 private final CharSequence mHeaderText;
71 mHeaderText = headerText;
97 ((HeaderViewHolder) holder).setText(mHeaderText);
  /packages/apps/Settings/src/com/android/settings/password/
ConfirmLockPattern.java 96 private CharSequence mHeaderText;
132 mHeaderText = intent.getCharSequenceExtra(
291 if (mHeaderText != null) {
292 mHeaderTextView.setText(mHeaderText);
ChooseLockPattern.java 177 protected TextView mHeaderText;
271 mHeaderText.setText(R.string.lockpattern_recording_inprogress);
273 mHeaderText.setTextColor(mDefaultHeaderColorList);
480 mHeaderText = (TextView) view.findViewById(R.id.headerText);
481 mDefaultHeaderColorList = mHeaderText.getTextColors();
659 mHeaderText.setText(
664 mHeaderText.setText(stage.headerMessage);
682 mHeaderText.setTextColor(typedValue.data);
686 mHeaderText.setTextColor(mDefaultHeaderColorList);
690 mHeaderText.setText("")
    [all...]
  /frameworks/base/core/java/android/view/
NotificationHeaderView.java 51 private View mHeaderText;
113 mHeaderText = findViewById(com.android.internal.R.id.header_text);
154 overFlow = shrinkViewForOverflow(wrapContentHeightSpec, overFlow, mHeaderText, 0);

Completed in 399 milliseconds