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

  /packages/apps/DeskClock/src/com/android/deskclock/alarms/dataadapter/
CollapsedAlarmViewHolder.java 53 private final View hairLine;
61 hairLine = itemView.findViewById(R.id.hairline);
194 ObjectAnimator.ofFloat(hairLine, View.ALPHA, 0f));
215 ObjectAnimator.ofFloat(hairLine, View.ALPHA, 1f));
256 hairLine.setAlpha(alpha);
ExpandedAlarmViewHolder.java 70 private final View hairLine;
85 hairLine = itemView.findViewById(R.id.hairline);
283 ObjectAnimator.ofFloat(hairLine, TRANSLATION_Y, 0f),
307 hairLine.setTranslationY(translationY);
376 final Animator hairLineAnimation = ObjectAnimator.ofFloat(hairLine, View.ALPHA, 0f)
446 final Animator hairLineAnimation = ObjectAnimator.ofFloat(hairLine, View.ALPHA, 1f)
510 hairLine.setAlpha(alpha);

Completed in 82 milliseconds