Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/testlibs/
DEvent.h61 EVENT_GAINED_FOCUS, // The window gained the focus enumerator
DOSWindow.cpp197 case Event::EVENT_GAINED_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.cpp576 event.type = Event::EVENT_GAINED_FOCUS; in processEvent()
/hardware/google/gfxstream/host/testlibs/windows/win32/
DWin32Window.cpp302 event.type = Event::EVENT_GAINED_FOCUS; in WndProc()
/hardware/google/gfxstream/host/testlibs/osx/
DOSXWindow.mm149 event.type = Event::EVENT_GAINED_FOCUS;