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 187 JLabel maxZoomLabel = new JLabel();
188 maxZoomLabel.setForeground(Color.WHITE);
189 maxZoomLabel.putClientProperty("JComponent.sizeVariant", "small");
190 maxZoomLabel.setText("800%");
191 status.add(maxZoomLabel, new GridBagConstraints(3, 0, 1, 1, 0.0f, 0.0f,
223 maxZoomLabel = new JLabel();
224 maxZoomLabel.setForeground(Color.WHITE);
225 maxZoomLabel.putClientProperty("JComponent.sizeVariant", "small");
226 maxZoomLabel.setText("6x");
227 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 99 milliseconds