Searched refs:buttonTotalWidth (Results 1 – 1 of 1) sorted by relevance
416 uint16_t buttonTotalWidth = 0; in MeasureMaxWidth() local427 buttonTotalWidth = in MeasureMaxWidth()429 buttonTotalWidth += 2 * BUTTON_PADDING; // 2: there are 2 paddings horizontally in MeasureMaxWidth()431 return MATH_MAX(titleWidth, MATH_MAX(textWidth, buttonTotalWidth)); in MeasureMaxWidth()