OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
;
259
if (
mEventSource
!= null) {
261
mEventSource
.getLocationOnScreen(location);
278
if (
mEventSource
!= null) {
280
mEventSource
.getLocationOnScreen(location);
296
mEventSource
= eventSource;
Completed in 266 milliseconds