Searched defs:P_LIGHT_SPOT_COLORS (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
H A DCat.java119 public static final int[] P_LIGHT_SPOT_COLORS = { field in class:Cat
190 final int capColor = chooseP(nsr, isDark(mBodyColor) ? P_LIGHT_SPOT_COLORS : P_DARK_SPOT_COLORS);
192 //tint(chooseP(nsr, isDark(bodyColor) ? P_LIGHT_SPOT_COLORS : P_DARK_SPOT_COLORS), D.nose);

Completed in 38 milliseconds