Home
last modified time | relevance | path

Searched refs:mDetailInAnimator (Results 1 – 2 of 2) sorted by relevance

/packages/apps/TV/src/com/android/tv/guide/
DProgramTableAdapter.java206 private Animator mDetailInAnimator; field in ProgramTableAdapter.ProgramRowHolder
211 if (mDetailInAnimator != null) {
212 mDetailInAnimator.start();
356 if (mDetailInAnimator == null) {
376 if (mDetailInAnimator.isStarted()) {
377 mDetailInAnimator.cancel();
385 mDetailInAnimator = ObjectAnimator.ofPropertyValuesHolder(detailContentView,
389 mDetailInAnimator.setDuration(mAnimationDuration);
390 mDetailInAnimator.addListener(
401 mDetailInAnimator = null;
[all …]
DProgramGuide.java135 private Animator mDetailInAnimator; field in ProgramGuide
718 if (mDetailInAnimator != null) { in resetRowSelection()
719 mDetailInAnimator.cancel(); in resetRowSelection()
764 if (mDetailInAnimator != null) { in animateRowChange()
765 mDetailInAnimator.cancel(); in animateRowChange()
847 mDetailInAnimator = null; in animateRowChange()
850 mDetailInAnimator = inAnimator; in animateRowChange()