Home
last modified time | relevance | path

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

12

/external/v8/tools/turbolizer/src/
Dselection.ts24 select(s, isSelected) {
28 if (isSelected == undefined) {
29 isSelected = !this.selection.has(this.stringKey(i));
31 if (isSelected) {
39 isSelected(i): boolean { method in MySelection
Dtext-view.ts126 const isSelected = view.blockSelection.isSelected(blockId); constant
128 mkVisible.consider(element, isSelected);
129 element.classList.toggle("selected", isSelected);
Dcode-view.ts96 const isSelected = this.selection.isKeySelected(sp); constant
97 mkVisible.consider(el, isSelected);
98 el.classList.toggle("selected", isSelected);
Dgraph-view.ts120 if (graph.state.selection.isSelected(n)) n.visible = true;
124 … (graph.state.selection.isSelected(e.source) && graph.state.selection.isSelected(e.target));
465 if (!graph.state.selection.isSelected(n)) {
474 if (graph.state.selection.isSelected(n)) {
863 if (state.selection.isSelected(n)) return true;
917 if (graph.state.selection.isSelected(n)) {
/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/perfetto/ui/src/frontend/
Dnotes_panel.ts91 const isSelected = selection !== null && selection.kind === 'NOTE' && constant
98 this.drawFlag(ctx, left, size.height, note.color, isSelected);
99 } else if (isSelected) {
/external/autotest/frontend/client/src/autotest/common/table/
DBooleanFilter.java20 public boolean isSelected() { in isSelected() method in BooleanFilter
/external/droiddriver/src/io/appium/droiddriver/
DUiElement.java124 boolean isSelected(); in isSelected() method
/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
DTestCaseEditController.java603 boolean isSelected, boolean hasFocus) { in getListCellRendererComponent() argument
626 pane.setBackground(isSelected ? Color.LIGHT_GRAY : Color.WHITE); in getListCellRendererComponent()
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/translit/
DTransliteratorInputMethod.java690 boolean isSelected, in getListCellRendererComponent() argument
696 if (isSelected) { in getListCellRendererComponent()
/external/droiddriver/src/io/appium/droiddriver/uiautomation/
DUiAutomationElement.java95 put(attribs, Attribute.SELECTED, node.isSelected()); in UiAutomationElement()
/external/droiddriver/src/io/appium/droiddriver/instrumentation/
DViewElement.java152 put(Attribute.SELECTED, view.isSelected()); in call()
/external/droiddriver/src/io/appium/droiddriver/finders/
DByXPath.java166 setAttribute(element, Attribute.SELECTED, uiElement.isSelected()); in buildDomNode()
/external/universal-tween-engine/java/applets/src/aurelienribon/tweenengine/applets/
DTweenApplet.java92 boolean isYoyo = yoyoChk.isSelected(); in generateCode()
164 boolean isYoyo = yoyoChk.isSelected();

12