Home
last modified time | relevance | path

Searched defs:me (Results 1 – 5 of 5) sorted by relevance

/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeyTouchEvent.java39 protected boolean injectMotionEvent(IWindowManager iwm, MotionEvent me) in injectMotionEvent()
DMonkeyTrackballEvent.java39 protected boolean injectMotionEvent(IWindowManager iwm, MotionEvent me) in injectMotionEvent()
DMonkeyMotionEvent.java151 MotionEvent me = getEvent(); in injectEvent() local
200 protected abstract boolean injectMotionEvent(IWindowManager iwm, MotionEvent me) in injectMotionEvent()
/development/samples/SipDemo/src/com/example/android/sip/
DWalkieTalkieActivity.java46 public SipProfile me = null; field in WalkieTalkieActivity
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
DCandidateView.java262 public boolean onTouchEvent(MotionEvent me) { in onTouchEvent()