Home
last modified time | relevance | path

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

/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
DScreenViewer.java92 JPanel loupePanel = buildLoupePanel(spacing); in ScreenViewer() local
93 add(loupePanel, new GridBagConstraints(1, 0, 1, 1, 0.7f, 1.0f, in ScreenViewer()
109 JPanel loupePanel = new JPanel(new BorderLayout()); in buildLoupePanel() local
110 loupePanel.add(crosshairPanel); in buildLoupePanel()
112 loupePanel.add(status, BorderLayout.SOUTH); in buildLoupePanel()
114 loupePanel.setBorder(BorderFactory.createEmptyBorder(0, spacing, 0, 0)); in buildLoupePanel()
115 return loupePanel; in buildLoupePanel()