Searched refs:groupIndex (Results 1 - 8 of 8) sorted by relevance

/haiku/src/kits/tracker/
H A DGroupedMenu.cpp290 int32 groupIndex = fGroups.IndexOf(group); local
295 if (groupIndex > 0) {
297 TMenuItemGroup* previous = GroupAt(groupIndex - 1);
303 TMenuItemGroup* successor = GroupAt(groupIndex + 1);
330 for (int32 i = groupIndex + 1; i < CountGroups(); i++) {
340 int32 groupIndex = fGroups.IndexOf(group); local
358 for (int32 i = groupIndex + 1; i < CountGroups(); i++) {
/haiku/src/apps/deskbar/
H A DSwitcher.h74 client_window_info* WindowInfo(int32 groupIndex, int32 windowIndex);
75 int32 CountWindows(int32 groupIndex,
H A DSwitcher.cpp142 void UpdateGroup(int32 groupIndex, int32 windowIndex);
1061 TSwitchManager::WindowInfo(int32 groupIndex, int32 windowIndex) argument
1063 TTeamGroup* teamGroup = (TTeamGroup*)fGroupList.ItemAt(groupIndex);
1075 // the the specified group (groupIndex). Since multiple teams can belong to
1106 TSwitchManager::CountWindows(int32 groupIndex, bool ) argument
1108 TTeamGroup* teamGroup = (TTeamGroup*)fGroupList.ItemAt(groupIndex);
1541 int32 groupIndex = fManager->CurrentIndex(); local
1542 int32 maxIndex = fManager->CountWindows(groupIndex) - 1;
2249 int32 groupIndex = fManager->CurrentIndex(); local
2251 = (TTeamGroup*)fManager->GroupList()->ItemAt(groupIndex);
2284 int32 groupIndex = fManager->CurrentIndex(); local
[all...]
/haiku/src/apps/switcher/
H A DGroupListView.cpp103 for (int groupIndex = 0; groupIndex < groupCount; groupIndex++) {
108 void* group = model->GroupAt(groupIndex);
110 groupItem->AddItem(new RendererLayoutItem(this, groupIndex, group,
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBlockAllocator.cpp726 at group \a groupIndex with offset \a start. The resulting allocation
733 BlockAllocator::AllocateBlocks(Transaction& transaction, int32 groupIndex,
741 groupIndex, start, maximum, minimum));
753 for (int32 i = 0; i < fNumGroups + 1; i++, groupIndex++, start = 0) {
754 groupIndex = groupIndex % fNumGroups;
755 AllocationGroup& group = fGroups[groupIndex];
757 CHECK_ALLOCATION_GROUP(groupIndex);
774 bestGroup = groupIndex;
804 fVolume->BlockSize(), groupIndex, currentStar
[all...]
/haiku/src/kits/tracker/infowindow/
H A DInfoWindow.h59 BInfoWindow(Model*, int32 groupIndex,
/haiku/src/add-ons/kernel/drivers/audio/ac97/sis7018/
H A DMixer.cpp474 int32 groupIndex local
488 Controls[index].parent = groupIndex;
500 Controls[index].parent = groupIndex;
514 Controls[index].parent = groupIndex;
524 Controls[index].parent = groupIndex;
535 Controls[index].parent = groupIndex;
550 Controls[index].parent = groupIndex;
572 return groupIndex;
/haiku/src/add-ons/kernel/drivers/audio/usb/
H A DAudioControlInterface.cpp1408 int32 groupIndex = 0; local
1421 groupIndex = index;
1422 Controls[index].id = groupIndex;
1429 groupIndex = masterIndex;
1434 _ListFeatureUnitOption(BMA_CTL_MUTE, index, groupIndex, Info,
1438 if (_ListFeatureUnitOption(BMA_CTL_VOLUME, index, groupIndex, Info,
1440 masterIndex = (i == 0) ? groupIndex : 0 ;
1446 _ListFeatureUnitOption(BMA_CTL_AUTOGAIN, index, groupIndex, Info,
1474 return groupIndex;
1791 int32 groupIndex local
[all...]

Completed in 102 milliseconds