HomeSort by relevance Sort by last modified time
    Searched refs:mFactors (Results 1 - 2 of 2) sorted by null

  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceRandom.java 198 private float[] mFactors = new float[FACTORZ_COUNT];
240 mFactors[FACTOR_TOUCH] = 15.0f;
241 mFactors[FACTOR_MOTION] = 10.0f;
242 mFactors[FACTOR_TRACKBALL] = 15.0f;
243 mFactors[FACTOR_NAV] = 25.0f;
244 mFactors[FACTOR_MAJORNAV] = 15.0f;
245 mFactors[FACTOR_SYSOPS] = 2.0f;
246 mFactors[FACTOR_APPSWITCH] = 2.0f;
247 mFactors[FACTOR_FLIP] = 1.0f;
248 mFactors[FACTOR_ANYTHING] = 15.0f
    [all...]
Monkey.java 221 float[] mFactors = new float[MonkeySourceRandom.FACTORZ_COUNT];
491 mFactors[i] = 1.0f;
582 if (mFactors[i] <= 0.0f) {
583 ((MonkeySourceRandom) mEventSource).setFactors(i, mFactors[i]);
710 mFactors[i] = -nextOptionLong("touch events percentage");
713 mFactors[i] = -nextOptionLong("motion events percentage");
716 mFactors[i] = -nextOptionLong("trackball events percentage");
719 mFactors[i] = -nextOptionLong("system (key) operations percentage");
722 mFactors[i] = -nextOptionLong("nav events percentage");
725 mFactors[i] = -nextOptionLong("major nav events percentage")
    [all...]

Completed in 9 milliseconds