Home
last modified time | relevance | path

Searched refs:EVENT_LOST_FOCUS (Results 1 – 6 of 6) sorted by relevance

/hardware/google/gfxstream/host/testlibs/
DEvent.h60 EVENT_LOST_FOCUS, // The window lost the focus enumerator
DOSWindow.cpp194 case Event::EVENT_LOST_FOCUS: in PrintEvent()
/hardware/google/gfxstream/host/testlibs/qnx/
DQNXWindow.cpp573 event.Type = value ? Event::EVENT_GAINED_FOCUS : Event::EVENT_LOST_FOCUS; in processPropertyChangedEvent()
/hardware/google/gfxstream/host/testlibs/x11/
DX11Window.cpp585 event.type = Event::EVENT_LOST_FOCUS; in processEvent()
/hardware/google/gfxstream/host/testlibs/windows/win32/
DWin32Window.cpp310 event.type = Event::EVENT_LOST_FOCUS; in WndProc()
/hardware/google/gfxstream/host/testlibs/osx/
DOSXWindow.mm159 event.type = Event::EVENT_LOST_FOCUS;