Home | History | Annotate | Download | only in scroll

Lines Matching refs:ScrollElasticity

78     void setVerticalScrollElasticity(ScrollElasticity scrollElasticity) { m_verticalScrollElasticity = scrollElasticity; }
79 ScrollElasticity verticalScrollElasticity() const { return static_cast<ScrollElasticity>(m_verticalScrollElasticity); }
81 void setHorizontalScrollElasticity(ScrollElasticity scrollElasticity) { m_horizontalScrollElasticity = scrollElasticity; }
82 ScrollElasticity horizontalScrollElasticity() const { return static_cast<ScrollElasticity>(m_horizontalScrollElasticity); }
264 unsigned m_verticalScrollElasticity : 2; // ScrollElasticity
265 unsigned m_horizontalScrollElasticity : 2; // ScrollElasticity