Searched refs:percentReferenceWidth (Results 1 – 1 of 1) sorted by relevance
9076 auto percentReferenceWidth = GetPercentReferenceWidth(); in OnBackPressed() local9077 if (leftBorderWidth.Unit() == DimensionUnit::PERCENT && percentReferenceWidth > 0) { in OnBackPressed()9078 return leftBorderWidth.Value() * percentReferenceWidth; in OnBackPressed()9086 auto percentReferenceWidth = GetPercentReferenceWidth(); in OnBackPressed() local9087 if (topBorderWidth.Unit() == DimensionUnit::PERCENT && percentReferenceWidth > 0) { in OnBackPressed()9088 return topBorderWidth.Value() * percentReferenceWidth; in OnBackPressed()9096 auto percentReferenceWidth = GetPercentReferenceWidth(); in OnBackPressed() local9098 return bottomBorderWidth.Value() * percentReferenceWidth; in OnBackPressed()9106 auto percentReferenceWidth = GetPercentReferenceWidth(); in OnBackPressed() local9107 if (rightBorderWidth.Unit() == DimensionUnit::PERCENT && percentReferenceWidth > 0) { in OnBackPressed()[all …]