Searched defs:ScrollAlignment (Results 1 – 1 of 1) sorted by relevance
61 struct ScrollAlignment { struct62 …static ScrollAlignmentBehavior getVisibleBehavior(const ScrollAlignment& s) { return s.m_rectVisib… in getVisibleBehavior() argument63 …static ScrollAlignmentBehavior getPartialBehavior(const ScrollAlignment& s) { return s.m_rectParti… in getPartialBehavior() argument64 …static ScrollAlignmentBehavior getHiddenBehavior(const ScrollAlignment& s) { return s.m_rectHidden… in getHiddenBehavior() argument69 static const ScrollAlignment alignCenterIfNeeded; argument70 static const ScrollAlignment alignToEdgeIfNeeded; argument71 static const ScrollAlignment alignCenterAlways; argument72 static const ScrollAlignment alignTopAlways; argument73 static const ScrollAlignment alignBottomAlways; argument75 ScrollAlignmentBehavior m_rectVisible; argument[all …]