Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/alarms/dataadapter/
DExpandedAlarmViewHolder.java354 PropertyValuesHolder.ofInt(AnimatorUtils.BACKGROUND_ALPHA, 255, 0)); in createCollapsingAnimator()
418 PropertyValuesHolder.ofInt(AnimatorUtils.BACKGROUND_ALPHA, 0, 255)); in createExpandingAnimator()
/packages/apps/DeskClock/src/com/android/deskclock/
DAnimatorUtils.java51 public static final Property<View, Integer> BACKGROUND_ALPHA = field in AnimatorUtils
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmActivity.java566 PropertyValuesHolder.ofInt(AnimatorUtils.BACKGROUND_ALPHA, 0, 255), in getButtonAnimator()