Home
last modified time | relevance | path

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

/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DAbstractButton.cpp161 bool pressedInBounds = Bounds().Contains(where); in _PressedUpdate() local
162 if (pressedInBounds == fPressedInBounds) in _PressedUpdate()
165 fPressedInBounds = pressedInBounds; in _PressedUpdate()