Home
last modified time | relevance | path

Searched refs:isActivated (Results 1 – 2 of 2) sorted by relevance

/haiku/src/apps/haikudepot/ui/
H A DPackageListView.cpp83 bool isActivated,
251 bool isActivated, bool isNativeDesktop) in PackageIconAndTitleField() argument
255 fIsActivated(isActivated), in PackageIconAndTitleField()
/haiku/src/add-ons/control_look/BeControlLook/
H A DBeControlLook.cpp182 bool isActivated = (flags & B_ACTIVATED) != 0; in DrawCheckBox() local
274 if (isActivated) { in DrawCheckBox()
308 bool isActivated = (flags & B_ACTIVATED) != 0; in DrawRadioButton() local
352 if (isActivated) { in DrawRadioButton()
2188 bool isActivated = (flags & B_ACTIVATED) != 0; in DrawLabel() local
2300 if (isButton && isEnabled && isActivated) { in DrawLabel()
2744 bool isActivated = (flags & B_ACTIVATED) != 0; in _DrawButtonBackground() local
2746 if (isEnabled && isActivated) { in _DrawButtonBackground()