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 247 MonkeyEventSource mEventSource;
593 mEventSource = new MonkeySourceScript(mRandom, mScriptFileNames.get(0), mThrottle,
595 mEventSource.setVerbose(mVerbose);
600 mEventSource = new MonkeySourceRandomScript(mSetupFileName,
605 mEventSource = new MonkeySourceRandomScript(mScriptFileNames,
609 mEventSource.setVerbose(mVerbose);
613 mEventSource = new MonkeySourceNetwork(mServerPort);
624 mEventSource = new MonkeySourceRandom(mRandom, mMainApps,
626 mEventSource.setVerbose(mVerbose);
630 ((MonkeySourceRandom) mEventSource).setFactors(i, mFactors[i])
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ExpandHelper.java 80 private View mEventSource;
212 if (mEventSource != null) {
214 mEventSource.getLocationOnScreen(location);
231 if (mEventSource != null) {
233 mEventSource.getLocationOnScreen(location);
249 mEventSource = eventSource;
460 if (mEventSource != null) {
461 mEventSource.performHapticFeedback(HapticFeedbackConstants.VIRTUAL_KEY);

Completed in 1560 milliseconds