Home
last modified time | relevance | path

Searched refs:isSelected (Results 1 – 25 of 50) sorted by relevance

12

/external/proguard/src/proguard/gui/
DProGuardGUI.java1119 if (boilerplateKeepCheckBoxes[index].isSelected()) in getProGuardConfiguration()
1129 if (boilerplateKeepNamesCheckBoxes[index].isSelected()) in getProGuardConfiguration()
1148 if (boilerplateNoSideEffectMethodCheckBoxes[index].isSelected()) in getProGuardConfiguration()
1173 …iguration.shrink = shrinkCheckBox .isSelected(); in getProGuardConfiguration()
1174 …Usage = printUsageCheckBox .isSelected() ? new File(pri… in getProGuardConfiguration()
1176 …iguration.optimize = optimizeCheckBox .isSelected(); in getProGuardConfiguration()
1177 …iguration.allowAccessModification = allowAccessModificationCheckBox .isSelected(); in getProGuardConfiguration()
1178 …iguration.mergeInterfacesAggressively = mergeInterfacesAggressivelyCheckBox .isSelected(); in getProGuardConfiguration()
1182 …iguration.obfuscate = obfuscateCheckBox .isSelected(); in getProGuardConfiguration()
1183 …Mapping = printMappingCheckBox .isSelected() ? new File(pri… in getProGuardConfiguration()
[all …]
DClassSpecificationDialog.java433 boolean markClasses = !keepClassMembersRadioButton .isSelected(); in getKeepSpecification()
434 boolean markConditionally = keepClassesWithMembersRadioButton.isSelected(); in getKeepSpecification()
435 boolean markDescriptorClasses = keepDescriptorClassesCheckBox .isSelected(); in getKeepSpecification()
436 boolean allowShrinking = allowShrinkingCheckBox .isSelected(); in getKeepSpecification()
437 boolean allowOptimization = allowOptimizationCheckBox .isSelected(); in getKeepSpecification()
438 boolean allowObfuscation = allowObfuscationCheckBox .isSelected(); in getKeepSpecification()
531 if (radioButtons[0].isSelected()) in getClassSpecificationRadioButtons()
535 else if (radioButtons[1].isSelected()) in getClassSpecificationRadioButtons()
DClassSpecificationsPanel.java203 boolean isSelected, in getListCellRendererComponent() argument
215 if (isSelected) in getListCellRendererComponent()
DMemberSpecificationsPanel.java224 boolean isSelected, in getListCellRendererComponent() argument
248 if (isSelected) in getListCellRendererComponent()
DClassPathPanel.java365 boolean isSelected, in getListCellRendererComponent() argument
401 if (isSelected) in getListCellRendererComponent()
DFilterBuilder.java87 if (checkBox.isSelected()) in buildFilter()
DTabbedPane.java95 setSelected(!this.isSelected()); in add()
DMemberSpecificationDialog.java477 if (radioButtons[0].isSelected()) in getMemberSpecificationRadioButtons()
481 else if (radioButtons[1].isSelected()) in getMemberSpecificationRadioButtons()
/external/autotest/frontend/client/src/autotest/common/ui/
DMultiListSelectPresenter.java97 private boolean isSelected() { in isSelected() method in MultiListSelectPresenter.Item
212 if (item.isSelected() && !selectedItems.contains(item)) {
226 if (item.isSelected()) {
239 if (item.isSelected()) {
262 if (item.isSelected()) {
271 if (!item.isSelected()) {
315 if (!item.isSelected()) {
322 if (item.isSelected() && !selectedNames.contains(item.name)) {
456 if (item.isSelected()) {
484 if (!item.isSelected()) {
[all …]
/external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/internal/
DMigratorFrame.java296 if (radioJCL.isSelected()) { in actionPerformed()
298 } else if (radioLog4j.isSelected()) { in actionPerformed()
300 } else if (radioJUL.isSelected()) { in actionPerformed()
327 if (!radioJCL.isSelected() && !radioLog4j.isSelected() && !radioJUL.isSelected()) { in doSanityAnalysis()
339 if (!awareCheckBox.isSelected()) { in doSanityAnalysis()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/selects/
DSelect.kt116 public val isSelected: Boolean constant
278 assert { isSelected } // "Must be selected first" in next()
314 if (!isSelected) initCancellability() in next()
333 if (isSelected) newRegistration.dispose() in next()
363 override val isSelected: Boolean get() = _state.loop { state -> in next() constant
374 if (!isSelected) { in next()
377 if (!isSelected) return // all ok - still not selected in next()
DSelectUnbiased.kt43 if (!instance.isSelected) { in handleBuilderException()
/external/perfetto/ui/src/tracks/chrome_slices/
Dfrontend.ts98 const isSelected = currentSelection && constant
107 hslForSlice(name, highlighted || isSelected);
125 if (isSelected) {
160 if (isSelected) {
/external/perfetto/ui/src/common/
Dcolorizer.ts154 sliceName: string, isSelected: boolean|null): [number, number, number] {
159 const lightness = isSelected ? 30 : hash(sliceName + 'x', 40) + 40;
/external/perfetto/ui/src/tracks/thread_state/
Dfrontend.ts86 const isSelected = currentSelection && constant
108 if (isSelected) {
/external/perfetto/ui/src/tracks/heap_profile/
Dfrontend.ts63 const isSelected = selection !== null && constant
65 const strokeWidth = isSelected ? 3 : 0;
/external/google-java-format/idea_plugin/src/com/google/googlejavaformat/intellij/
DGoogleJavaFormatConfigurable.java82 settings.setEnabled(enable.isSelected() ? EnabledState.ENABLED : getDisabledState()); in apply()
103 return enable.isSelected() != settings.isEnabled() in isModified()
/external/perfetto/ui/src/tracks/cpu_profile/
Dfrontend.ts66 const isSelected = selection !== null && constant
68 const strokeWidth = isSelected ? 3 : 0;
/external/perfetto/ui/src/frontend/
Dnotes_panel.ts111 const isSelected = selection !== null && constant
125 isSelected);
128 ctx, left, size.height, note.color, note.noteType, isSelected);
Dtrack_panel.ts38 function isSelected(id: string) { function
110 i: isSelected(attrs.trackState.id) ? CHECKBOX : BLANK_CHECKBOX,
111 tooltip: isSelected(attrs.trackState.id) ?
/external/autotest/frontend/client/src/autotest/common/table/
DBooleanFilter.java20 public boolean isSelected() { in isSelected() method in BooleanFilter
/external/google-java-format/core/src/test/resources/com/google/googlejavaformat/java/testdata/
DB24202287.input28 true /* isSelected */,
DB24202287.output28 true /* isSelected */,
/external/autotest/frontend/client/src/autotest/afe/
DHostTableDecorator.java88 if (lockedFilter.isActive() && lockedFilter.isSelected()) { in updateLockedByEnabled()
/external/antlr/gunit/src/main/java/org/antlr/gunit/swingui/
DRuleListController.java119 boolean isSelected, boolean hasFocus) { in getListCellRendererComponent() argument

12