Home
last modified time | relevance | path

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

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