Home
last modified time | relevance | path

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

/external/proguard/src/proguard/gui/
DProGuardGUI.java73 …private final KeepSpecificationsPanel additionalKeepPanel = new KeepSpecificationsPanel(this, true… field in ProGuardGUI
359 addBorder(additionalKeepPanel, "keepAdditional"); in ProGuardGUI()
360 shrinkingPanel.add(tip(additionalKeepPanel, "keepAdditionalTip"), stretchPanelConstraints); in ProGuardGUI()
981 additionalKeepPanel.setClassSpecifications(filteredKeepSpecifications(configuration.keep, in setProGuardConfiguration()
1103 List additionalKeep = additionalKeepPanel.getClassSpecifications(); in getProGuardConfiguration()