Home
last modified time | relevance | path

Searched refs:MT_EVENT_ENTRY_SIZE (Results 1 – 2 of 2) sorted by relevance

/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/
DMultiTouchActivity.java179 event.getPointerCount() * ProtocolConstants.MT_EVENT_ENTRY_SIZE); in onTouch()
189 bb = ByteBuffer.allocate(ProtocolConstants.MT_EVENT_ENTRY_SIZE); in onTouch()
197 bb = ByteBuffer.allocate(ProtocolConstants.MT_EVENT_ENTRY_SIZE); in onTouch()
205 bb = ByteBuffer.allocate(ProtocolConstants.MT_EVENT_ENTRY_SIZE); in onTouch()
213 bb = ByteBuffer.allocate(ProtocolConstants.MT_EVENT_ENTRY_SIZE); in onTouch()
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/
DProtocolConstants.java128 public static final int MT_EVENT_ENTRY_SIZE = 16; field in ProtocolConstants