Home | History | Annotate | Download | only in platform

Lines Matching refs:ScrollElasticity

64     void setVerticalScrollElasticity(ScrollElasticity scrollElasticity) { m_verticalScrollElasticity = scrollElasticity; }
65 ScrollElasticity verticalScrollElasticity() const { return m_verticalScrollElasticity; }
67 void setHorizontalScrollElasticity(ScrollElasticity scrollElasticity) { m_horizontalScrollElasticity = scrollElasticity; }
68 ScrollElasticity horizontalScrollElasticity() const { return m_horizontalScrollElasticity; }
145 ScrollElasticity m_verticalScrollElasticity;
146 ScrollElasticity m_horizontalScrollElasticity;