HomeSort by relevance Sort by last modified time
    Searched refs:maxZoomLabel (Results 1 - 2 of 2) sorted by null

  /sdk/draw9patch/src/com/android/draw9patch/ui/
ImageEditorPanel.java 192 JLabel maxZoomLabel = new JLabel();
193 maxZoomLabel.setForeground(Color.WHITE);
194 maxZoomLabel.putClientProperty("JComponent.sizeVariant", "small");
195 maxZoomLabel.setText("800%");
196 status.add(maxZoomLabel, new GridBagConstraints(3, 0, 1, 1, 0.0f, 0.0f,
228 maxZoomLabel = new JLabel();
229 maxZoomLabel.setForeground(Color.WHITE);
230 maxZoomLabel.putClientProperty("JComponent.sizeVariant", "small");
231 maxZoomLabel.setText("6x");
232 status.add(maxZoomLabel, new GridBagConstraints(3, 1, 1, 1, 0.0f, 0.0f
    [all...]
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
Workspace.java 178 private JLabel maxZoomLabel;
407 maxZoomLabel = new JLabel();
408 maxZoomLabel.putClientProperty("JComponent.sizeVariant", "small");
409 maxZoomLabel.setText("200%");
410 leftSide.add(maxZoomLabel);
442 maxZoomLabel.setVisible(false);
631 maxZoomLabel.setVisible(true);
    [all...]

Completed in 183 milliseconds