OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:inputevent
(Results
1 - 25
of
93
) sorted by null
1
2
3
4
/frameworks/base/core/java/android/view/
InputEvent.aidl
1
/* //device/java/android/android.view.
InputEvent
.aidl
20
parcelable
InputEvent
;
InputEvent.java
27
public abstract class
InputEvent
implements Parcelable {
45
/*package*/
InputEvent
() {
91
public abstract
InputEvent
copy();
206
public static final Parcelable.Creator<
InputEvent
> CREATOR
207
= new Parcelable.Creator<
InputEvent
>() {
208
public
InputEvent
createFromParcel(Parcel in) {
219
public
InputEvent
[] newArray(int size) {
220
return new
InputEvent
[size];
InputEventReceiver.java
42
// Map from
InputEvent
sequence numbers to dispatcher sequence numbers.
105
public void onInputEvent(
InputEvent
event) {
128
public final void finishInputEvent(
InputEvent
event, boolean handled) {
169
private void dispatchInputEvent(int seq,
InputEvent
event) {
InputEventConsistencyVerifier.java
66
private
InputEvent
[] mRecentEvents;
71
private
InputEvent
mCurrentEvent;
168
public void onInputEvent(
InputEvent
event, int nestingLevel) {
520
public void onUnhandledEvent(
InputEvent
event, int nestingLevel) {
574
private boolean startEvent(
InputEvent
event, int nestingLevel, String eventType) {
610
final
InputEvent
event = mRecentEvents[index];
630
mRecentEvents = new
InputEvent
[RECENT_EVENTS_TO_LOG];
647
InputEvent
event, boolean unhandled) {
/frameworks/base/services/java/com/android/server/input/
InputFilter.java
24
import android.view.
InputEvent
;
41
* {@link #onInputEvent(
InputEvent
)} method instead of being enqueued for dispatch to
49
* {@link #sendInputEvent(
InputEvent
)} and passing appropriate policy flags for the
70
* Use {@link
InputEvent
#getDeviceId()} and {@link
InputEvent
#getSource()} to identify
152
final void filterInputEvent(
InputEvent
event, int policyFlags) {
162
public void sendInputEvent(
InputEvent
event, int policyFlags) {
188
public void onInputEvent(
InputEvent
event, int policyFlags) {
240
final
InputEvent
event = (
InputEvent
)msg.obj
[
all
...]
/frameworks/base/core/java/android/hardware/input/
IInputManager.aidl
23
import android.view.
InputEvent
;
39
boolean injectInputEvent(in
InputEvent
ev, int mode);
/frameworks/base/core/jni/
android_view_InputEventReceiver.cpp
152
InputEvent
*
inputEvent
;
154
consumeBatches, frameTime, &seq, &
inputEvent
);
178
assert(
inputEvent
);
182
switch (
inputEvent
->getType()) {
188
static_cast<KeyEvent*>(
inputEvent
));
196
static_cast<MotionEvent*>(
inputEvent
));
319
"dispatchInputEvent", "(ILandroid/view/
InputEvent
;)V");
/frameworks/base/docs/html/sdk/api_diff/12/changes/
android.view.InputEvent.html
10
android.view.
InputEvent
74
Class android.view.<A HREF="../../../../reference/android/view/
InputEvent
.html" target="_top"><font size="+2"><code>
InputEvent
</code></font></A>
86
<A NAME="android.view.
InputEvent
.getDeviceId_changed()"></A>
87
<nobr><code>int</code> <A HREF="../../../../reference/android/view/
InputEvent
.html#getDeviceId()" target="_top"><code>getDeviceId</code></A>() </nobr>
96
<A NAME="android.view.
InputEvent
.getSource_changed()"></A>
97
<nobr><code>int</code> <A HREF="../../../../reference/android/view/
InputEvent
.html#getSource()" target="_top"><code>getSource</code></A>() </nobr>
methods_index_changes.html
101
<nobr><A HREF="android.view.
InputEvent
.html#android.view.
InputEvent
.getDeviceId_changed()" class="hiddenlink" target="rightframe">type
102
() in android.view.
InputEvent
117
<nobr><A HREF="android.view.
InputEvent
.html#android.view.
InputEvent
.getSource_changed()" class="hiddenlink" target="rightframe">type
118
() in android.view.
InputEvent
pkg_android.view.html
127
<A NAME="
InputEvent
"></A>
128
<nobr><A HREF="android.view.
InputEvent
.html">
InputEvent
</A></nobr>
/frameworks/base/docs/html/sdk/api_diff/16/changes/
android.view.InputEvent.html
10
android.view.
InputEvent
74
Class android.view.<A HREF="../../../../reference/android/view/
InputEvent
.html" target="_top"><font size="+2"><code>
InputEvent
</code></font></A>
86
<A NAME="android.view.
InputEvent
.getEventTime_added()"></A>
87
<nobr><code>long</code> <A HREF="../../../../reference/android/view/
InputEvent
.html#getEventTime()" target="_top"><code>getEventTime</code></A>()</nobr>
/external/webkit/Source/WebKit/chromium/src/
WebPopupMenuImpl.cpp
181
bool WebPopupMenuImpl::handleInputEvent(const WebInputEvent&
inputEvent
)
189
switch (
inputEvent
.type) {
191
MouseMove(*static_cast<const WebMouseEvent*>(&
inputEvent
));
195
MouseLeave(*static_cast<const WebMouseEvent*>(&
inputEvent
));
199
MouseWheel(*static_cast<const WebMouseWheelEvent*>(&
inputEvent
));
203
MouseDown(*static_cast<const WebMouseEvent*>(&
inputEvent
));
207
MouseUp(*static_cast<const WebMouseEvent*>(&
inputEvent
));
222
return KeyEvent(*static_cast<const WebKeyboardEvent*>(&
inputEvent
));
/frameworks/base/native/android/
input.cpp
32
using android::
InputEvent
;
39
return static_cast<const
InputEvent
*>(event)->getType();
43
return static_cast<const
InputEvent
*>(event)->getDeviceId();
47
return static_cast<const
InputEvent
*>(event)->getSource();
/frameworks/base/libs/androidfw/
Input.cpp
35
// ---
InputEvent
---
37
void
InputEvent
::initialize(int32_t deviceId, int32_t source) {
42
void
InputEvent
::initialize(const
InputEvent
& from) {
132
InputEvent
::initialize(deviceId, source);
144
InputEvent
::initialize(from);
299
InputEvent
::initialize(deviceId, source);
318
InputEvent
::initialize(other->mDeviceId, other->mSource);
612
void PooledInputEventFactory::recycle(
InputEvent
* event) {
/frameworks/base/services/java/com/android/server/accessibility/
AccessibilityInputFilter.java
25
import android.view.
InputEvent
;
102
public void onInputEvent(
InputEvent
event, int policyFlags) {
/frameworks/base/docs/html/sdk/api_diff/9/changes/
android.view.KeyEvent.html
76
<p><font xsize="+1">The superclass changed from <code>java.lang.Object</code> to <code>android.view.
InputEvent
</code>.<br></font>
103
<nobr><code>int</code> <A HREF="../../../../reference/android/view/
InputEvent
.html#describeContents()" target="_top"><code>describeContents</code></A>() </nobr>
106
Method was locally defined, but is now inherited from <a href="../../../../reference/android/view/
InputEvent
.html#describeContents()" target="_top"><code>
InputEvent
</code></a>.
113
<nobr><code>int</code> <A HREF="../../../../reference/android/view/
InputEvent
.html#getDeviceId()" target="_top"><code>getDeviceId</code></A>() </nobr>
116
Method was locally defined, but is now inherited from <a href="../../../../reference/android/view/
InputEvent
.html#getDeviceId()" target="_top"><code>
InputEvent
</code></a>.
android.view.MotionEvent.html
76
<p><font xsize="+1">The superclass changed from <code>java.lang.Object</code> to <code>android.view.
InputEvent
</code>.<br></font>
293
<nobr><code>int</code> <A HREF="../../../../reference/android/view/
InputEvent
.html#describeContents()" target="_top"><code>describeContents</code></A>() </nobr>
296
Method was locally defined, but is now inherited from <a href="../../../../reference/android/view/
InputEvent
.html#describeContents()" target="_top"><code>
InputEvent
</code></a>.
303
<nobr><code>int</code> <A HREF="../../../../reference/android/view/
InputEvent
.html#getDeviceId()" target="_top"><code>getDeviceId</code></A>() </nobr>
306
Method was locally defined, but is now inherited from <a href="../../../../reference/android/view/
InputEvent
.html#getDeviceId()" target="_top"><code>
InputEvent
</code></a>.
/frameworks/base/include/androidfw/
Input.h
230
class
InputEvent
: public AInputEvent {
232
virtual ~
InputEvent
() { }
244
void initialize(const
InputEvent
& from);
253
class KeyEvent : public
InputEvent
{
312
class MotionEvent : public
InputEvent
{
599
void recycle(
InputEvent
* event);
/external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/
InputSystemJme.java
55
private final ArrayList<
InputEvent
> inputQueue = new ArrayList<
InputEvent
>();
232
InputEvent
evt = inputQueue.get(i);
/external/jmonkeyengine/engine/src/core/com/jme3/input/
RawInputListener.java
52
* The listener should set the {@link
InputEvent
#setConsumed() consumed flag}
/external/jmonkeyengine/engine/src/core/com/jme3/input/event/
InputEvent.java
40
public abstract class
InputEvent
{
JoyAxisEvent.java
43
public class JoyAxisEvent extends
InputEvent
{
JoyButtonEvent.java
42
public class JoyButtonEvent extends
InputEvent
{
MouseMotionEvent.java
42
public class MouseMotionEvent extends
InputEvent
{
/frameworks/base/services/input/tests/
InputDispatcher_test.cpp
68
virtual bool filterInputEvent(const
InputEvent
*
inputEvent
, uint32_t policyFlags) {
Completed in 1638 milliseconds
1
2
3
4