Searched refs:m_horizontalScrollElasticity (Results 1 – 2 of 2) sorted by relevance
67 …rizontalScrollElasticity(ScrollElasticity scrollElasticity) { m_horizontalScrollElasticity = scrol… in setHorizontalScrollElasticity()68 ScrollElasticity horizontalScrollElasticity() const { return m_horizontalScrollElasticity; } in horizontalScrollElasticity()146 ScrollElasticity m_horizontalScrollElasticity; variable
50 , m_horizontalScrollElasticity(ScrollElasticityNone) in ScrollableArea()