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

/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
H A DCat.java61 public static final int chooseP(Random r, int[] a) { method in class:Cat
151 mBodyColor = chooseP(nsr, P_BODY_COLORS);
163 tint(chooseP(nsr, P_BELLY_COLORS), D.belly);
164 tint(chooseP(nsr, P_BELLY_COLORS), D.back);
165 final int faceColor = chooseP(nsr, P_BELLY_COLORS);
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);
194 final int collarColor = chooseP(nsr, P_COLLAR_COLORS);

Completed in 32 milliseconds