Searched refs:isExpanded (Results 1 - 3 of 3) sorted by relevance

/haiku/src/tests/kits/interface/bdeskbar/
H A DDeskbarLocationTest.cpp56 bool isExpanded; local
58 assert(myDeskbar->Location(&isExpanded) == currLocation);
64 assert(isExpanded == currExpanded);
68 assert(!isExpanded);
71 assert(isExpanded);
/haiku/src/kits/interface/
H A DDeskbar.cpp141 bool isExpanded = true; local
144 reply.FindBool("expanded", &isExpanded);
146 return isExpanded;
H A DColumnListView.cpp1836 bool isExpanded = focusRow->HasLatch() local
1840 if (isExpanded)
1850 if (!isExpanded)

Completed in 84 milliseconds