I am trying to organize my code and move repetitive functions to a single class. This line of code works fine inside a class that extends activity:
getWindow
Use
getActivity().getWindow().requestFeature(Window.FEATURE_PROGRESS);
It's will be easier