Searched defs:DisplayInfo (Results 1 – 2 of 2) sorted by relevance
25 struct DisplayInfo{ struct26 DisplayInfo():dc(NULL),hwnd(NULL),isPixelFormatSet(false){}; in DisplayInfo() function27 DisplayInfo(HDC hdc,HWND wnd):isPixelFormatSet(false){dc = hdc; hwnd = wnd;}; in DisplayInfo() argument34 std::map<int,DisplayInfo> m_map; argument
205 private class DisplayInfo implements CompoundButton.OnCheckedChangeListener { class in SensorActivity210 public DisplayInfo(MonitoredSensor sensor, TableRow row) { in DisplayInfo() method in SensorActivity.DisplayInfo