Home
last modified time | relevance | path

Searched refs:sections (Results 1 – 25 of 38) sorted by relevance

12

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/blueprints/
H A DShortcutsBesideUdfpsKeyguardBlueprint.kt24 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 DDefaultKeyguardBlueprint.kt23 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 DDefaultKeyguardBlueprintTest.kt26 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 DIncidentReportArgs_test.cpp57 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 DIncidentReportRequest_test.cpp106 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 DNotificationSectionsManager.kt166 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 DSectionStyleProvider.kt38 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 Dmain.cpp116 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 DNotificationRoundnessLogger.kt59 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 DUserSwitcherViewBinder.kt193 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 Dmain.cpp314 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 Ddm_target.cpp205 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 Dreport_file.proto47 * 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 DSdCardEjectionTests.kt175 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 DNotifPipeline.kt167 fun setSections(sections: List<NotifSectioner>) {
168 mShadeListBuilder.setSectioners(sections)
/aosp14/frameworks/base/tools/incident_section_gen/
H A Dmain.cpp112 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 DDefaultIndicationAreaSection.kt18 package com.android.systemui.keyguard.ui.view.layout.sections
H A DSplitShadeGuidelines.kt18 package com.android.systemui.keyguard.ui.view.layout.sections
H A DDefaultStatusViewSection.kt18 package com.android.systemui.keyguard.ui.view.layout.sections
H A DDefaultSettingsPopupMenuSection.kt18 package com.android.systemui.keyguard.ui.view.layout.sections
H A DDefaultShortcutsSection.kt18 package com.android.systemui.keyguard.ui.view.layout.sections
H A DDefaultAmbientIndicationAreaSection.kt18 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 DDefaultIndicationAreaSectionTest.kt18 package com.android.systemui.keyguard.ui.view.layout.sections
/aosp14/frameworks/base/libs/incident/include_priv/android/os/
H A DIncidentReportArgs.h61 inline const set<int>& sections() const { return mSections; } in sections() function
/aosp14/frameworks/base/core/java/android/widget/
H A DFastScroller.java1006 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()

12