Home
last modified time | relevance | path

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

/packages/wallpapers/Basic/src/com/android/wallpaper/polarclock/
DPolarClockWallpaper.java72 public abstract int getSecondColor(float forAngle); in getSecondColor() method in PolarClockWallpaper.ClockPalette
139 public int getSecondColor(float forAngle) { in getSecondColor() method in PolarClockWallpaper.FixedClockPalette
227 public int getSecondColor(float forAngle) { in getSecondColor() method in PolarClockWallpaper.CyclingClockPalette
503 paint.setColor(mPalette.getSecondColor(angle)); in drawFrame()