Searched refs:mLabel (Results 1 – 3 of 3) sorted by relevance
211 private final TextView mLabel; field in DigitalWatchFaceWearableConfigActivity.ColorItem229 mLabel = (TextView) findViewById(R.id.label); in ColorItem()237 mShrinkLabelAnimator = ObjectAnimator.ofFloat(mLabel, "alpha", in ColorItem()244 mExpandLabelAnimator = ObjectAnimator.ofFloat(mLabel, "alpha", in ColorItem()256 mExpandLabelAnimator.setFloatValues(mLabel.getAlpha(), EXPAND_LABEL_ALPHA); in onCenterPosition()262 mLabel.setAlpha(EXPAND_LABEL_ALPHA); in onCenterPosition()272 mShrinkLabelAnimator.setFloatValues(mLabel.getAlpha(), SHRINK_LABEL_ALPHA); in onNonCenterPosition()278 mLabel.setAlpha(SHRINK_LABEL_ALPHA); in onNonCenterPosition()283 mLabel.setText(colorName); in setColor()
47 private TextView mLabel; field in MainActivity93 mLabel = (TextView) findViewById(R.id.text_commit_content_label); in onCreate()124 mLabel.setText(""); in onCommitContent()155 mLabel.setText(inputContentInfo.getDescription().getLabel()); in onCommitContentInternal()
238 TextView mLabel; field in RecyclerViewActivity.FieldViewHolder245 mLabel = itemView.findViewById(R.id.label); in FieldViewHolder()255 mLabel.setText(fieldMetadata.getLabelRes()); in bind()