Searched refs:TO_COLOR (Results 1 – 1 of 1) sorted by relevance
272 private static final int TO_COLOR = 0xFF40C4FF; field in RenderingJitter.AnimatedBackgroundDrawable354 int dest = mReverse ? FROM_COLOR : TO_COLOR; in stepColor()355 int src = mReverse ? TO_COLOR : FROM_COLOR; in stepColor()