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