Searched refs:customPointY (Results 1 – 2 of 2) sorted by relevance
261 float customPointY = axis_ == Axis::HORIZONTAL ? center.GetY() : center.GetX(); in PaintUnselectedIndicator() local262 canvas.DrawCircle({ customPointX, customPointY }, rectItemHeight * 0.5); in PaintUnselectedIndicator()
160 float customPointY = axis_ == Axis::HORIZONTAL ? center.GetY() : center.GetX(); in PaintUnselectedIndicator() local161 canvas.DrawCircle({ customPointX, customPointY }, height * HALF_FLOAT); in PaintUnselectedIndicator()