HomeSort by relevance Sort by last modified time
    Searched full:choosep (Results 1 - 1 of 1) sorted by null

  /frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
Cat.java 61 public static final int chooseP(Random r, int[] a) {
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 180 milliseconds