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

  /development/cmds/monkey/src/com/android/commands/monkey/
Monkey.java 250 MonkeyEventSource mEventSource;
598 mEventSource = new MonkeySourceScript(mRandom, mScriptFileNames.get(0), mThrottle,
600 mEventSource.setVerbose(mVerbose);
605 mEventSource = new MonkeySourceRandomScript(mSetupFileName,
610 mEventSource = new MonkeySourceRandomScript(mScriptFileNames,
614 mEventSource.setVerbose(mVerbose);
618 mEventSource = new MonkeySourceNetwork(mServerPort);
629 mEventSource = new MonkeySourceRandom(mRandom, mMainApps, mThrottle, mRandomizeThrottle);
630 mEventSource.setVerbose(mVerbose);
634 ((MonkeySourceRandom) mEventSource).setFactors(i, mFactors[i])
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ExpandHelper.java 79 private View mEventSource;
260 if (mEventSource != null) {
262 mEventSource.getLocationOnScreen(location);
279 if (mEventSource != null) {
281 mEventSource.getLocationOnScreen(location);
297 mEventSource = eventSource;

Completed in 580 milliseconds