Searched refs:labelView (Results 1 – 9 of 9) sorted by relevance
50 private TextView labelView; field in CheckableLabeledButton108 labelView = new TextView(context); in init()114 labelView.setLayoutParams(labelParams); in init()115 labelView.setTextAppearance(R.style.Dialer_Incall_TextAppearance_Label); in init()116 labelView.setText(labelText); in init()117 labelView.setSingleLine(); in init()118 labelView.setMaxEms(9); in init()119 labelView.setEllipsize(TruncateAt.END); in init()120 labelView.setGravity(Gravity.CENTER); in init()121 labelView.setDuplicateParentStateEnabled(true); in init()[all …]
124 TextView labelView = snackbar.findViewById(R.id.label); in show() local125 labelView.setText(labelString); in show()146 int totalContentWidth = (int) (labelView.getPaint().measureText(labelString.toString()) in show()148 + labelView.getPaddingRight() + labelView.getPaddingLeft() in show()159 labelView.setLines(2); in show()160 labelView.getLayoutParams().height = textHeight * 2; in show()162 labelView.setTextSize(TypedValue.COMPLEX_UNIT_PX, textSizePx); in show()
166 TextView labelView = new TextView(this); in addRowWithBitmap() local167 labelView.setPadding(4, 4, 4, 4); in addRowWithBitmap()168 labelView.setText(label); in addRowWithBitmap()174 addRow(labelView, imageView); in addRowWithBitmap()
163 val labelView = timerItem.findViewById<View>(R.id.timer_label) as TextView in addTimer() constant164 labelView.hint = null in addTimer()165 labelView.visibility = if (TextUtils.isEmpty(timer.label)) View.GONE else View.VISIBLE in addTimer()
39 final LabelView labelView = (LabelView)findViewById(R.id.setup_start_label); in SetupStartIndicatorView() local40 labelView.setIndicatorView(findViewById(R.id.setup_start_indicator)); in SetupStartIndicatorView()
139 public void setIconAndLabelFor(View iconView, TextView labelView) { in setIconAndLabelFor() argument140 super.setIconAndLabelFor(iconView, labelView); in setIconAndLabelFor()142 mBoundViews.add(labelView); in setIconAndLabelFor()
56 public void setIconAndLabelFor(View iconView, TextView labelView) { in setIconAndLabelFor() argument60 labelView.setText(mAction.getTitle()); in setIconAndLabelFor()
84 public void setIconAndLabelFor(View iconView, TextView labelView) { in setIconAndLabelFor() argument86 labelView.setText(mLabelResId); in setIconAndLabelFor()
396 TextView labelView = parentIndicatorLayout.findViewById(R.id.indicator_label); in disableIndicatorCardUi() local397 labelView.setText(R.string.permissions_removed_qs); in disableIndicatorCardUi()398 labelView.setContentDescription(mContext.getString(R.string.permissions_removed_qs)); in disableIndicatorCardUi()