Home
last modified time | relevance | path

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

/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
DWorkspace.java157 private IDevice currentDevice; field in Workspace
614 screenViewer = new ScreenViewer(this, currentDevice, splitter.getDividerSize()); in buildPixelPerfectViewer()
884 currentDevice = null; in reset()
916 if (currentDevice != null) { in showDevicesSelector()
917 if (!DeviceBridge.isViewServerRunning(currentDevice)) { in showDevicesSelector()
918 DeviceBridge.startViewServer(currentDevice); in showDevicesSelector()
930 if (currentDevice == null) { in currentDeviceChanged()
953 if (DeviceBridge.isViewServerRunning(currentDevice)) { in checkForServerOnCurrentDevice()
1106 ViewManager.invalidate(currentDevice, currentWindow, captureParams); in doInBackground()
1127 ViewManager.outputDisplayList(currentDevice, currentWindow, captureParams); in doInBackground()
[all …]