Searched refs:getAnimationBackgroundColor (Results 1 – 4 of 4) sorted by relevance
75 public int getAnimationBackgroundColor() { in getAnimationBackgroundColor() method in TaskFragmentAnimationParams
3299 .getAnimationBackgroundColor() != DEFAULT_ANIMATION_BACKGROUND_COLOR) { in applyAnimationUnchecked()3304 .getAnimationBackgroundColor(); in applyAnimationUnchecked()
2859 .getAnimationBackgroundColor() != DEFAULT_ANIMATION_BACKGROUND_COLOR) { in calculateTransitionInfo()2864 .getAnimationBackgroundColor(); in calculateTransitionInfo()
902 assertEquals(Color.GREEN, mTaskFragment.getAnimationParams().getAnimationBackgroundColor()); in testAddTaskFragmentOperation()