Home
last modified time | relevance | path

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

/external/proguard/src/proguard/gui/
DProGuardGUI.java112 …private final JCheckBox keepAttributesCheckBox = new JCheckBox(msg("keepAttributes")… field in ProGuardGUI
404 …obfuscationOptionsPanel.add(tip(keepAttributesCheckBox, "keepAttributesTip"), … in ProGuardGUI()
1021keepAttributesCheckBox .setSelected(configuration.keepAttributes !=… in setProGuardConfiguration()
1184 …configuration.keepAttributes = keepAttributesCheckBox .isSelect… in getProGuardConfiguration()