Home
last modified time | relevance | path

Searched refs:mLabel (Results 1 – 3 of 3) sorted by relevance

/developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/config/
DDigitalWatchFaceWearableConfigActivity.java211 private final TextView mLabel; field in DigitalWatchFaceWearableConfigActivity.ColorItem
229 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()
/developers/samples/android/input/keyboard/CommitContentSampleApp/app/src/main/java/com/example/android/commitcontent/app/
DMainActivity.java47 private TextView mLabel; field in MainActivity
93 mLabel = (TextView) findViewById(R.id.text_commit_content_label); in onCreate()
124 mLabel.setText(""); in onCommitContent()
155 mLabel.setText(inputContentInfo.getDescription().getLabel()); in onCommitContentInternal()
/developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/commoncases/
DRecyclerViewActivity.java238 TextView mLabel; field in RecyclerViewActivity.FieldViewHolder
245 mLabel = itemView.findViewById(R.id.label); in FieldViewHolder()
255 mLabel.setText(fieldMetadata.getLabelRes()); in bind()