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 96 private float[] mFactors = new float[FACTORZ_COUNT];
127 mFactors[FACTOR_TOUCH] = 15.0f;
128 mFactors[FACTOR_MOTION] = 10.0f;
129 mFactors[FACTOR_TRACKBALL] = 15.0f;
131 mFactors[FACTOR_ROTATION] = 0.0f;
132 mFactors[FACTOR_NAV] = 25.0f;
133 mFactors[FACTOR_MAJORNAV] = 15.0f;
134 mFactors[FACTOR_SYSOPS] = 2.0f;
135 mFactors[FACTOR_APPSWITCH] = 2.0f;
136 mFactors[FACTOR_FLIP] = 1.0f
    [all...]
Monkey.java 250 float[] mFactors = new float[MonkeySourceRandom.FACTORZ_COUNT];
595 mFactors[i] = 1.0f;
679 if (mFactors[i] <= 0.0f) {
680 ((MonkeySourceRandom) mEventSource).setFactors(i, mFactors[i]);
828 mFactors[i] = -nextOptionLong("touch events percentage");
831 mFactors[i] = -nextOptionLong("motion events percentage");
834 mFactors[i] = -nextOptionLong("trackball events percentage");
837 mFactors[i] = -nextOptionLong("screen rotation events percentage");
840 mFactors[i] = -nextOptionLong("system (key) operations percentage");
843 mFactors[i] = -nextOptionLong("nav events percentage")
    [all...]

Completed in 63 milliseconds