Searched defs:scrollHeight (Results 1 – 7 of 7) sorted by relevance
231 int16_t scrollHeight = GetHeight(); in DragYInner() local287 int16_t scrollHeight = GetHeight(); in CalculateReboundDistance() local
835 int16_t scrollHeight = GetHeight(); in CalculateReboundDistance() local
166 auto scrollHeight = scrollGeometryNode->GetFrameSize().Height(); in GetSubMenuPosition() local
185 float scrollHeight = 0.0f; in AnalysisHeightOfChild() local261 void DialogLayoutAlgorithm::Distribute(float& scrollHeight, float& listHeight, float restHeight) in Distribute()
479 auto scrollHeight = scroll->GetLayoutSize().Height(); in AdjustScrollPosition() local
1097 auto scrollHeight = height - operationHeight - resizeDecreasedHeight_; in ChangeScrollHeight() local2013 …auto scrollHeight = scroll->GetGeometryNode() ? scroll->GetGeometryNode()->GetFrameSize().Height()… in GetSheetTypeWithAuto() local
1421 float scrollHeight = 10.0f, listHeight = 10.0f, restHeight = 4.0f; variable