OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MT_EVENT_ENTRY_SIZE
(Results
1 - 2
of
2
) sorted by null
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/
ProtocolConstants.java
128
public static final int
MT_EVENT_ENTRY_SIZE
= 16;
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/
MultiTouchActivity.java
179
event.getPointerCount() * ProtocolConstants.
MT_EVENT_ENTRY_SIZE
);
189
bb = ByteBuffer.allocate(ProtocolConstants.
MT_EVENT_ENTRY_SIZE
);
197
bb = ByteBuffer.allocate(ProtocolConstants.
MT_EVENT_ENTRY_SIZE
);
205
bb = ByteBuffer.allocate(ProtocolConstants.
MT_EVENT_ENTRY_SIZE
);
213
bb = ByteBuffer.allocate(ProtocolConstants.
MT_EVENT_ENTRY_SIZE
);
Completed in 27 milliseconds