open demo ,you can find the alpha is 0xff, but not at the end of the sliderbar.
the problem is in your class file AbstractSlider.java
protected int getSelectorHalfSize() {
return (int) (selector.getMeasuredWidth());
}
not divide by two.
brightnessSlideBar extends this class may be the same problem.
Hope it is useful to you.