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

  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceRandomScript.java 36 private MonkeySourceScript mCurrentSource = null;
60 mCurrentSource = mSetupSource;
96 if (mCurrentSource == null) {
99 mCurrentSource = mScriptSources.get(0);
102 mCurrentSource = mScriptSources.get(mRandom.nextInt(numSources));
104 mCurrentSource = mScriptSources.get(mScriptCount % numSources);
110 if (mCurrentSource != null) {
111 MonkeyEvent nextEvent = mCurrentSource.getNextEvent();
113 mCurrentSource = null;
  /frameworks/base/core/java/android/view/
ViewRootImpl.java     [all...]

Completed in 92 milliseconds