Home | History | Annotate | Download | only in dataadapter

Lines Matching defs:ofFloat

277                 ObjectAnimator.ofFloat(repeatDays, View.ALPHA, isExpansion ? 1f : 0f),
278 ObjectAnimator.ofFloat(repeatDays, TRANSLATION_Y, isExpansion ? 0f : -height),
279 ObjectAnimator.ofFloat(ringtone, TRANSLATION_Y, 0f),
280 ObjectAnimator.ofFloat(vibrate, TRANSLATION_Y, 0f),
281 ObjectAnimator.ofFloat(editLabel, TRANSLATION_Y, 0f),
282 ObjectAnimator.ofFloat(preemptiveDismissButton, TRANSLATION_Y, 0f),
283 ObjectAnimator.ofFloat(hairLine, TRANSLATION_Y, 0f),
284 ObjectAnimator.ofFloat(delete, TRANSLATION_Y, 0f),
285 ObjectAnimator.ofFloat(arrow, TRANSLATION_Y, 0f));
362 final Animator repeatAnimation = ObjectAnimator.ofFloat(repeat, View.ALPHA, 0f)
364 final Animator editLabelAnimation = ObjectAnimator.ofFloat(editLabel, View.ALPHA, 0f)
366 final Animator repeatDaysAnimation = ObjectAnimator.ofFloat(repeatDays, View.ALPHA, 0f)
368 final Animator vibrateAnimation = ObjectAnimator.ofFloat(vibrate, View.ALPHA, 0f)
370 ofFloat(ringtone, View.ALPHA, 0f)
372 final Animator dismissAnimation = ObjectAnimator.ofFloat(preemptiveDismissButton,
374 final Animator deleteAnimation = ObjectAnimator.ofFloat(delete, View.ALPHA, 0f)
376 final Animator hairLineAnimation = ObjectAnimator.ofFloat(hairLine, View.ALPHA, 0f)
434 final Animator repeatAnimation = ObjectAnimator.ofFloat(repeat, View.ALPHA, 1f)
436 final Animator repeatDaysAnimation = ObjectAnimator.ofFloat(repeatDays, View.ALPHA, 1f)
438 final Animator ringtoneAnimation = ObjectAnimator.ofFloat(ringtone, View.ALPHA, 1f)
440 final Animator dismissAnimation = ObjectAnimator.ofFloat(preemptiveDismissButton,
442 final Animator vibrateAnimation = ObjectAnimator.ofFloat(vibrate, View.ALPHA, 1f)
444 final Animator editLabelAnimation = ObjectAnimator.ofFloat(editLabel, View.ALPHA, 1f)
446 final Animator hairLineAnimation = ObjectAnimator.ofFloat(hairLine, View.ALPHA, 1f)
448 final Animator deleteAnimation = ObjectAnimator.ofFloat(delete, View.ALPHA, 1f)
450 final Animator arrowAnimation = ObjectAnimator.ofFloat(arrow, View.TRANSLATION_Y, 0f)