Searched refs:bottomBorderWidth (Results 1 – 2 of 2) sorted by relevance
142 double bottomBorderWidth = NormalizeToPx(border.Bottom().GetWidth()); in InitRect() local145 double searchInnerHeight = searchHeight - topBorderWidth - bottomBorderWidth; in InitRect()
9095 auto bottomBorderWidth = border.bottomDimen.value_or(Dimension(0.0f)); in OnBackPressed() local9097 if (bottomBorderWidth.Unit() == DimensionUnit::PERCENT && percentReferenceWidth > 0) { in OnBackPressed()9098 return bottomBorderWidth.Value() * percentReferenceWidth; in OnBackPressed()9100 return bottomBorderWidth.ConvertToPx(); in OnBackPressed()