OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pointerevent
(Results
1 - 8
of
8
) sorted by null
/cts/tests/uiautomator/test-apps/CtsUiAutomatorApp/src/com/android/cts/uiautomator/
TestGenericDetailFragment.java
32
private class
PointerEvent
{
39
private final
PointerEvent
[] mPointerEvents = new
PointerEvent
[10];
128
mPointerEvents[x] = new
PointerEvent
();
Test5DetailFragment.java
36
class
PointerEvent
{
43
private final
PointerEvent
mPointerEvent = new
PointerEvent
();
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
SDL_epocevents.cpp
266
const TPointerEvent*
pointerEvent
= aWsEvent.Pointer();
267
const TPoint mousePos = EpocSdlEnv::WindowCoordinates(
pointerEvent
->iPosition);
270
//SDL_TRACE1("SDL: EPOC_HandleWsEvent,
pointerEvent
->iType=%d",
pointerEvent
->iType); //!!
282
switch (
pointerEvent
->iType)