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 95 private float[] mFactors = new float[FACTORZ_COUNT];
125 mFactors[FACTOR_TOUCH] = 15.0f;
126 mFactors[FACTOR_MOTION] = 10.0f;
127 mFactors[FACTOR_TRACKBALL] = 15.0f;
129 mFactors[FACTOR_ROTATION] = 0.0f;
130 mFactors[FACTOR_NAV] = 25.0f;
131 mFactors[FACTOR_MAJORNAV] = 15.0f;
132 mFactors[FACTOR_SYSOPS] = 2.0f;
133 mFactors[FACTOR_APPSWITCH] = 2.0f;
134 mFactors[FACTOR_FLIP] = 1.0f
    [all...]
Monkey.java 248 float[] mFactors = new float[MonkeySourceRandom.FACTORZ_COUNT];
539 mFactors[i] = 1.0f;
633 if (mFactors[i] <= 0.0f) {
634 ((MonkeySourceRandom) mEventSource).setFactors(i, mFactors[i]);
784 mFactors[i] = -nextOptionLong("touch events percentage");
787 mFactors[i] = -nextOptionLong("motion events percentage");
790 mFactors[i] = -nextOptionLong("trackball events percentage");
793 mFactors[i] = -nextOptionLong("screen rotation events percentage");
796 mFactors[i] = -nextOptionLong("system (key) operations percentage");
799 mFactors[i] = -nextOptionLong("nav events percentage")
    [all...]

Completed in 36 milliseconds