HomeSort by relevance Sort by last modified time
    Searched refs:alarmLabel (Results 1 - 2 of 2) sorted by null

  /packages/apps/DeskClock/src/com/android/deskclock/alarms/dataadapter/
CollapsedAlarmViewHolder.java 50 private final TextView alarmLabel;
58 alarmLabel = (TextView) itemView.findViewById(R.id.label);
71 alarmLabel.setOnClickListener(new View.OnClickListener() {
112 alarmLabel.setText(alarm.label);
113 alarmLabel.setVisibility(View.VISIBLE);
114 alarmLabel.setContentDescription(context.getString(R.string.label_description)
117 alarmLabel.setVisibility(View.GONE);
190 ObjectAnimator.ofFloat(alarmLabel, View.ALPHA, 0f),
211 ObjectAnimator.ofFloat(alarmLabel, View.ALPHA, 1f),
253 alarmLabel.setAlpha(alpha)
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/widget/selector/
AlarmSelectionAdapter.java 58 final TextView alarmLabel = (TextView) row.findViewById(R.id.label);
59 alarmLabel.setText(alarm.label);

Completed in 84 milliseconds