Searched defs:forwardFakeMotionEvent (Results 1 - 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationContainer.java59 * {@link #forwardFakeMotionEvent(MotionEvent, int)} method that deals with one WebView
363 private void forwardFakeMotionEvent(MotionEvent original, int newAction) { method in class:ConversationContainer
426 forwardFakeMotionEvent(ev, MotionEvent.ACTION_DOWN);
428 forwardFakeMotionEvent(ev, MotionEvent.ACTION_POINTER_DOWN);

Completed in 84 milliseconds