Home
last modified time | relevance | path

Searched defs:forAngle (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()
74 public abstract int getMinuteColor(float forAngle); in getMinuteColor()
76 public abstract int getHourColor(float forAngle); in getHourColor()
78 public abstract int getDayColor(float forAngle); in getDayColor()
80 public abstract int getMonthColor(float forAngle); in getMonthColor()
139 public int getSecondColor(float forAngle) { in getSecondColor()
144 public int getMinuteColor(float forAngle) { in getMinuteColor()
149 public int getHourColor(float forAngle) { in getHourColor()
154 public int getDayColor(float forAngle) { in getDayColor()
159 public int getMonthColor(float forAngle) { in getMonthColor()
[all …]