Searched refs:currentWindow (Results 1 – 1 of 1) sorted by relevance
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/ |
D | Workspace.java | 158 private Window currentWindow = Window.FOCUSED_WINDOW; field in Workspace 885 currentWindow = null; in reset() 1106 ViewManager.invalidate(currentDevice, currentWindow, captureParams); in doInBackground() 1127 ViewManager.outputDisplayList(currentDevice, currentWindow, captureParams); in doInBackground() 1148 ViewManager.requestLayout(currentDevice, currentWindow, captureParams); in doInBackground() 1169 return CaptureLoader.saveLayers(currentDevice, currentWindow, file); in doInBackground() 1191 node.image = CaptureLoader.loadCapture(currentDevice, currentWindow, captureParams); in doInBackground() 1301 scene = ViewHierarchyLoader.loadScene(currentDevice, currentWindow); in doInBackground() 1302 return ProfilesLoader.loadProfiles(currentDevice, currentWindow, in doInBackground() 1604 currentWindow = windowsTableModel.getWindow(row); in valueChanged() [all …]
|