/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/blueprints/ |
H A D | ShortcutsBesideUdfpsKeyguardBlueprint.kt | 24 import com.android.systemui.keyguard.ui.view.layout.sections.AlignShortcutsToUdfpsSection 25 import com.android.systemui.keyguard.ui.view.layout.sections.DefaultAmbientIndicationAreaSection 26 import com.android.systemui.keyguard.ui.view.layout.sections.DefaultIndicationAreaSection 27 import com.android.systemui.keyguard.ui.view.layout.sections.DefaultLockIconSection 28 import com.android.systemui.keyguard.ui.view.layout.sections.DefaultSettingsPopupMenuSection 29 import com.android.systemui.keyguard.ui.view.layout.sections.DefaultShortcutsSection 30 import com.android.systemui.keyguard.ui.view.layout.sections.DefaultStatusViewSection 31 import com.android.systemui.keyguard.ui.view.layout.sections.SplitShadeGuidelines
|
H A D | DefaultKeyguardBlueprint.kt | 23 import com.android.systemui.keyguard.ui.view.layout.sections.DefaultAmbientIndicationAreaSection 24 import com.android.systemui.keyguard.ui.view.layout.sections.DefaultIndicationAreaSection 25 import com.android.systemui.keyguard.ui.view.layout.sections.DefaultLockIconSection 26 import com.android.systemui.keyguard.ui.view.layout.sections.DefaultSettingsPopupMenuSection 27 import com.android.systemui.keyguard.ui.view.layout.sections.DefaultShortcutsSection 28 import com.android.systemui.keyguard.ui.view.layout.sections.DefaultStatusViewSection 29 import com.android.systemui.keyguard.ui.view.layout.sections.SplitShadeGuidelines
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/view/layout/blueprints/ |
H A D | DefaultKeyguardBlueprintTest.kt | 26 import com.android.systemui.keyguard.ui.view.layout.sections.DefaultAmbientIndicationAreaSection 27 import com.android.systemui.keyguard.ui.view.layout.sections.DefaultIndicationAreaSection 28 import com.android.systemui.keyguard.ui.view.layout.sections.DefaultLockIconSection 29 import com.android.systemui.keyguard.ui.view.layout.sections.DefaultSettingsPopupMenuSection 30 import com.android.systemui.keyguard.ui.view.layout.sections.DefaultShortcutsSection 31 import com.android.systemui.keyguard.ui.view.layout.sections.DefaultStatusViewSection 32 import com.android.systemui.keyguard.ui.view.layout.sections.SplitShadeGuidelines
|
/aosp14/frameworks/base/libs/incident/tests/ |
H A D | IncidentReportArgs_test.cpp | 57 set<int> sections; in TEST() local 58 sections.insert(1000); in TEST() 59 sections.insert(1001); in TEST() 60 EXPECT_EQ(sections, args2.sections()); in TEST()
|
H A D | IncidentReportRequest_test.cpp | 106 set<int> sections; in TEST() local 107 sections.insert(1000); in TEST() 108 sections.insert(1001); in TEST() 109 EXPECT_EQ(sections, args->sections()); in TEST()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
H A D | NotificationSectionsManager.kt | 166 sections: Array<NotificationSection>, 179 size = sections.size, 184 val oldFirstChildren = sections.mapNotNull { it.firstVisibleChild }.toSet().toMutableSet() 185 val oldLastChildren = sections.mapNotNull { it.lastVisibleChild }.toSet().toMutableSet() 188 val changed = sections.fold(false) { changed, section -> 194 val newFirstChildren = sections.mapNotNull { it.firstVisibleChild } 195 val newLastChildren = sections.mapNotNull { it.lastVisibleChild } 224 logSections(sections) 229 private fun logSections(sections: Array<NotificationSection>) { 230 for (i in sections.indices) { [all …]
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/provider/ |
H A D | SectionStyleProvider.kt | 38 fun setMinimizedSections(sections: Collection<NotifSectioner>) { 39 lowPrioritySections = sections.toSet() 62 fun setSilentSections(sections: Collection<NotifSectioner>) { 63 silentSections = sections.toSet()
|
/aosp14/frameworks/base/cmds/incident/ |
H A D | main.cpp | 116 IncidentSection sections[INCIDENT_SECTION_COUNT]; in section_list() local 123 if (curr.id > sections[k].id) { in section_list() 127 curr = sections[k]; in section_list() 128 sections[k] = tmp; in section_list() 130 sections[j] = curr; in section_list() 137 fprintf(out, "id: %4d, name: %s\n", sections[i].id, sections[i].name); in section_list()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/ |
H A D | NotificationRoundnessLogger.kt | 59 fun onSectionCornersUpdated(sections: Array<NotificationSection?>, anyChanged: Boolean) { 64 int1 = sections.size
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/user/ui/binder/ |
H A D | UserSwitcherViewBinder.kt | 193 private var sections = listOf<List<UserActionViewModel>>() regex 196 return sections.size 200 return sections[position] 260 this.sections = listOf(primarySection, secondarySection)
|
/aosp14/frameworks/base/tools/incident_report/ |
H A D | main.cpp | 314 vector<string> sections; in main() local 351 sections.push_back(argv[optind++]); in main() 384 char const** args = (char const**)malloc(sizeof(char*) * (10 + sections.size())); in main() 401 for (vector<string>::const_iterator it=sections.begin(); it!=sections.end(); it++) { in main()
|
/aosp14/system/core/fs_mgr/libdm/ |
H A D | dm_target.cpp | 205 auto sections = android::base::Split(text, " "); in ParseStatusText() local 206 if (sections.size() == 0) { in ParseStatusText() 211 if (sections.size() == 1) { in ParseStatusText() 216 } else if (sections.size() == 2 && text == "Merge failed") { in ParseStatusText()
|
/aosp14/frameworks/base/cmds/incidentd/src/ |
H A D | report_file.proto | 47 * Whether all available sections should be returned. 53 * list of sections that were requested. 90 * or header sections.
|
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/host/src/com/android/server/pm/test/ |
H A D | SdCardEjectionTests.kt | 175 val sections = newVolume.split(" ") regex 176 return Volume(diskId = sections.first(), fsUuid = sections.last()).also {
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
H A D | NotifPipeline.kt | 167 fun setSections(sections: List<NotifSectioner>) { 168 mShadeListBuilder.setSectioners(sections)
|
/aosp14/frameworks/base/tools/incident_section_gen/ |
H A D | main.cpp | 112 map<string,FieldDescriptor const*> sections; in generateIncidentSectionsCpp() local 117 sections[field->name()] = field; in generateIncidentSectionsCpp() 121 N = sections.size(); in generateIncidentSectionsCpp() 123 for (map<string,FieldDescriptor const*>::const_iterator it = sections.begin(); in generateIncidentSectionsCpp() 124 it != sections.end(); it++, i++) { in generateIncidentSectionsCpp()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/ |
H A D | DefaultIndicationAreaSection.kt | 18 package com.android.systemui.keyguard.ui.view.layout.sections
|
H A D | SplitShadeGuidelines.kt | 18 package com.android.systemui.keyguard.ui.view.layout.sections
|
H A D | DefaultStatusViewSection.kt | 18 package com.android.systemui.keyguard.ui.view.layout.sections
|
H A D | DefaultSettingsPopupMenuSection.kt | 18 package com.android.systemui.keyguard.ui.view.layout.sections
|
H A D | DefaultShortcutsSection.kt | 18 package com.android.systemui.keyguard.ui.view.layout.sections
|
H A D | DefaultAmbientIndicationAreaSection.kt | 18 package com.android.systemui.keyguard.ui.view.layout.sections
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/view/layout/sections/ |
H A D | DefaultIndicationAreaSectionTest.kt | 18 package com.android.systemui.keyguard.ui.view.layout.sections
|
/aosp14/frameworks/base/libs/incident/include_priv/android/os/ |
H A D | IncidentReportArgs.h | 61 inline const set<int>& sections() const { return mSections; } in sections() function
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | FastScroller.java | 1006 final Object[] sections = mSections; in scrollTo() local 1007 final int sectionCount = sections == null ? 0 : sections.length; in scrollTo() 1009 if (sections != null && sectionCount > 1) { in scrollTo() 1127 final Object[] sections = mSections; in transitionPreviewLayout() local 1129 if (sections != null && sectionIndex >= 0 && sectionIndex < sections.length) { in transitionPreviewLayout() 1130 final Object section = sections[sectionIndex]; in transitionPreviewLayout()
|