How to swipe Range seek bars in for setting time in a android application

Time range seek bar is there .How can we swipe on it so we get a particular range .These two button are placed in between by default.How to move them left and right.When I move, seek bar it moves a bit but not fully.

Class = android.widget.ImageView
Index=0

You cannot accurately determine percentage move, you can use normal swipe method using classname
determine coordinates and increase x coordinate by some units and keep y coordinate constant.

1 Like

I have added the image in my question.