Home
last modified time | relevance | path

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

/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/
DSensorActivity.java66 private final Map<MonitoredSensor, DisplayInfo> mDisplayedSensors =
67 new HashMap<SensorChannel.MonitoredSensor, SensorActivity.DisplayInfo>();
188 mDisplayedSensors.put(sensor, new DisplayInfo(sensor, row)); in createSensorUi()
199 for (DisplayInfo info : mDisplayedSensors.values()) { in removeSensorUi()
205 private class DisplayInfo implements CompoundButton.OnCheckedChangeListener { class in SensorActivity
210 public DisplayInfo(MonitoredSensor sensor, TableRow row) { in DisplayInfo() method in SensorActivity.DisplayInfo
262 DisplayInfo info = null; in handleMessage()
/sdk/emulator/opengl/host/libs/Translator/EGL/
DEglWindowsApi.cpp25 struct DisplayInfo{ struct
26 DisplayInfo():dc(NULL),hwnd(NULL),isPixelFormatSet(false){}; in DisplayInfo() argument
27 DisplayInfo(HDC hdc,HWND wnd):isPixelFormatSet(false){dc = hdc; hwnd = wnd;}; in DisplayInfo() argument
34 std::map<int,DisplayInfo> m_map; argument
52 DisplayInfo& getInfo(int configurationIndex){ return getTLS()->m_map[configurationIndex];} in getInfo()
54 void setInfo(int configurationIndex,const DisplayInfo& info);
64 for(std::map<int,DisplayInfo>::iterator it = tls->m_map.begin(); it != tls->m_map.end();it++){ in releaseAll()
76 void WinDisplay::setInfo(int configurationIndex,const DisplayInfo& info){ in setInfo()
215 dpy->setInfo(WinDisplay::DEFAULT_DISPLAY,DisplayInfo(hdc,hwnd)); in getDefaultDisplay()
222 dpy->setInfo(WinDisplay::DEFAULT_DISPLAY,DisplayInfo(display,NULL)); in getInternalDisplay()
[all …]