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
241
MonkeyEventSource
mEventSource
;
563
mEventSource
= new MonkeySourceScript(mRandom, mScriptFileNames.get(0), mThrottle,
565
mEventSource
.setVerbose(mVerbose);
570
mEventSource
= new MonkeySourceRandomScript(mSetupFileName,
575
mEventSource
= new MonkeySourceRandomScript(mScriptFileNames,
579
mEventSource
.setVerbose(mVerbose);
583
mEventSource
= new MonkeySourceNetwork(mServerPort);
594
mEventSource
= new MonkeySourceRandom(mRandom, mMainApps,
596
mEventSource
.setVerbose(mVerbose);
600
((MonkeySourceRandom)
mEventSource
).setFactors(i, mFactors[i])
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/
ExpandHelper.java
79
private View
mEventSource
;
205
if (
mEventSource
!= null) {
207
mEventSource
.getLocationOnScreen(location);
224
if (
mEventSource
!= null) {
226
mEventSource
.getLocationOnScreen(location);
242
mEventSource
= eventSource;
451
if (
mEventSource
!= null) {
452
mEventSource
.performHapticFeedback(HapticFeedbackConstants.VIRTUAL_KEY);
Completed in 427 milliseconds