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

/haiku/src/kits/interface/
H A DTextControl.cpp135 previous_height(height),
143 float previous_height; // invalidation member in struct:BTextControl::LayoutData
426 if (bounds.Height() > fLayoutData->previous_height) {
429 rect.top += fLayoutData->previous_height - kFrameMargin;
436 } else if (bounds.Height() < fLayoutData->previous_height) {
448 fLayoutData->previous_height = bounds.Height();
H A DAbstractSpinner.cpp272 previous_height(height),
288 float previous_height; member in struct:BAbstractSpinner::LayoutData
1036 if (bounds.Height() > fLayoutData->previous_height) {
1039 rect.top += fLayoutData->previous_height - kFrameMargin;
1046 } else if (bounds.Height() < fLayoutData->previous_height) {
1058 fLayoutData->previous_height = bounds.Height();
H A DMenuField.cpp146 previous_height(-1),
153 float previous_height; // used in FrameResized() for member in struct:BMenuField::LayoutData
591 if (newHeight != fLayoutData->previous_height && Label()) {
598 fLayoutData->previous_height = newHeight;

Completed in 99 milliseconds