Home | History | Annotate | Download | only in settings

Lines Matching refs:context

19 import android.content.Context;
25 public ToggleSeekBar(Context context) {
26 super(context);
29 public ToggleSeekBar(Context context, AttributeSet attrs) {
30 super(context, attrs);
33 public ToggleSeekBar(Context context, AttributeSet attrs, int defStyleAttr) {
34 super(context, attrs, defStyleAttr);