/external/leakcanary2/leakcanary-android-core/src/main/java/leakcanary/internal/activity/ |
D | LeakActivity.kt | 86 leaksButton.isSelected = true in <lambda>() 88 heapDumpsButton.isSelected = false in <lambda>() 90 aboutButton.isSelected = false in <lambda>() 95 leaksButton.isSelected = false in <lambda>() 97 heapDumpsButton.isSelected = true in <lambda>() 99 aboutButton.isSelected = false in <lambda>() 104 leaksButton.isSelected = false in <lambda>() 106 heapDumpsButton.isSelected = false in <lambda>() 108 aboutButton.isSelected = true in <lambda>()
|
/external/autotest/frontend/client/src/autotest/common/ui/ |
D | MultiListSelectPresenter.java | 97 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/ |
D | MigratorFrame.java | 286 if (radioJCL.isSelected()) { in actionPerformed() 288 } else if (radioLog4j.isSelected()) { in actionPerformed() 290 } else if (radioJUL.isSelected()) { in actionPerformed() 317 if (!radioJCL.isSelected() && !radioLog4j.isSelected() && !radioJUL.isSelected()) { in doSanityAnalysis() 329 if (!awareCheckBox.isSelected()) { in doSanityAnalysis()
|
/external/perfetto/ui/src/plugins/dev.perfetto.ExplorePage/query_builder/ |
D | builder.ts | 48 isSelected: boolean; property 55 const {node, isSelected, onNodeSelected} = attrs; constant 60 border: isSelected ? '2px solid yellow' : '2px solid blue', 135 isSelected: selectedNode === localCurNode,
|
/external/lottie/sample-compose/src/main/java/com/airbnb/lottie/sample/compose/lottiefiles/ |
D | LottieFilesPage.kt | 74 isSelected = tab == selectedTab, in LottieFilesTabBar() 84 isSelected: Boolean, in LottieFilesTabBarTab() 89 val tabWidth by animateDpAsState(if (isSelected) (textWidth.value / pxRatio).dp else 0.dp) in LottieFilesTabBarTab() 90 val tabAlpha by animateFloatAsState(if (isSelected) 1f else 0f) in LottieFilesTabBarTab()
|
/external/pytorch/aten/src/ATen/native/sparse/cuda/ |
D | SparseSemiStructuredPack.h | 222 auto isSelected = [&](int col) { 231 if (isSelected(1)) { 234 if (isSelected(0)) { 237 if (isSelected(0) && isSelected(1)) { 242 if (isSelected(2)) { 245 if (isSelected(3)) { 248 if (isSelected(2) && isSelected(3)) {
|
/external/lzma/CPP/7zip/UI/FileManager/ |
D | PanelSelect.cpp | 94 bool isSelected = !_selectedStatusVector[realIndex]; in OnInsert() local 95 _selectedStatusVector[realIndex] = isSelected; in OnInsert() 97 _listView.SetItemState_Selected(focusedItem, isSelected); in OnInsert()
|
/external/google-java-format/idea_plugin/src/main/java/com/google/googlejavaformat/intellij/ |
D | GoogleJavaFormatConfigurable.java | 82 settings.setEnabled(enable.isSelected() ? EnabledState.ENABLED : getDisabledState()); in apply() 103 return enable.isSelected() != settings.isEnabled() in isModified()
|
/external/autotest/frontend/client/src/autotest/common/table/ |
D | BooleanFilter.java | 20 public boolean isSelected() { in isSelected() method in BooleanFilter
|
/external/ktfmt/ktfmt_idea_plugin/src/main/kotlin/com/facebook/ktfmt/intellij/ |
D | KtfmtConfigurable.kt | 178 manageTrailingCommas.isSelected = this.manageTrailingCommas in FormattingOptions() 179 removeUnusedImports.isSelected = this.removeUnusedImports in FormattingOptions()
|
/external/google-java-format/core/src/test/resources/com/google/googlejavaformat/java/testdata/ |
D | B24202287.output | 28 true /* isSelected */,
|
D | B24202287.input | 28 true /* isSelected */,
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/selects/ |
D | Select.kt | 375 private val isSelected in trySelect() constant 444 if (isSelected) complete() // Fast path in trySelect() 701 assert { isSelected } in trySelect()
|
/external/doclava/doclet_adapter/src/main/java/com/google/doclava/javadoc/ |
D | ClassDocImpl.java | 374 .filter(field -> !filter || context.environment.isSelected(field)) in getFields() 422 .filter(method -> !filter || context.environment.isSelected(method)) in getMethods() 456 .filter(ctor -> !filter || context.environment.isSelected(ctor)) in getConstructors() 489 .filter(te -> !filter || context.environment.isSelected(te)) in getInnerClasses()
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/ |
D | TracksInfo.java | 98 public boolean isSelected() { in isSelected() method in TracksInfo.TrackGroupInfo 247 if (trackGroupInfo.isSelected() && trackGroupInfo.getTrackType() == trackType) { in isTypeSelected()
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/ |
D | TracksInfo.java | 133 public boolean isSelected() { in isSelected() method in TracksInfo.TrackGroupInfo 347 if (trackGroupInfo.isSelected() && trackGroupInfo.getTrackType() == trackType) { in isTypeSelected()
|
/external/perfetto/ui/src/frontend/viewer_page/ |
D | notes_panel.ts | 477 const isSelected = selection.kind === 'note' && selection.id === note.id; constant 488 isSelected, 491 this.drawFlag(ctx, left, size.height, note.color, isSelected);
|
/external/autotest/frontend/client/src/autotest/afe/ |
D | HostTableDecorator.java | 88 if (lockedFilter.isActive() && lockedFilter.isSelected()) { in updateLockedByEnabled()
|
/external/antlr/gunit/src/main/java/org/antlr/gunit/swingui/ |
D | RuleListController.java | 119 boolean isSelected, boolean hasFocus) { in getListCellRendererComponent() argument
|
D | TestCaseEditController.java | 603 boolean isSelected, boolean hasFocus) { in getListCellRendererComponent() argument 626 pane.setBackground(isSelected ? Color.LIGHT_GRAY : Color.WHITE); in getListCellRendererComponent()
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/ |
D | track-selection.md | 41 boolean trackInGroupIsSelected = groupInfo.isSelected(); 46 boolean isSelected = groupInfo.isTrackSelected(i);
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/ |
D | track-selection.md | 41 boolean trackInGroupIsSelected = groupInfo.isSelected(); 47 boolean isSelected = groupInfo.isTrackSelected(i);
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/ui/src/main/java/com/google/android/exoplayer2/ui/ |
D | StyledPlayerControlView.java | 1950 public boolean isSelected() { in isSelected() method in StyledPlayerControlView.TrackInformation 1960 if (trackInformations.get(i).isSelected()) { in init() 1981 if (tracks.get(i).isSelected()) { in onBindViewHolderAtZeroPosition() 2011 holder.checkView.setVisibility(track.isSelected() ? VISIBLE : INVISIBLE); in onBindViewHolder() 2094 if (track.isSelected()) { in init() 2139 params.trackSelectionOverrides.getOverride(trackGroup) != null && track.isSelected(); in onBindViewHolder()
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/ui/src/main/java/com/google/android/exoplayer2/ui/ |
D | StyledPlayerControlView.java | 1832 public boolean isSelected() { in isSelected() method in StyledPlayerControlView.TrackInformation 1842 if (trackInformations.get(i).isSelected()) { in init() 1863 if (tracks.get(i).isSelected()) { in onBindViewHolderAtZeroPosition() 1890 holder.checkView.setVisibility(track.isSelected() ? VISIBLE : INVISIBLE); in onBindViewHolder() 1964 if (track.isSelected()) { in init() 2009 boolean explicitlySelected = params.overrides.get(trackGroup) != null && track.isSelected(); in onBindViewHolder()
|
/external/icu/icu4j/tools/misc/src/main/java/com/ibm/icu/dev/tool/ime/translit/ |
D | TransliteratorInputMethod.java | 690 boolean isSelected, in getListCellRendererComponent() argument 696 if (isSelected) { in getListCellRendererComponent()
|