Lines Matching full:context
19 import android.content.Context;
45 * @param context
49 public PageProgressView(Context context, AttributeSet attrs, int defStyle) {
50 super(context, attrs, defStyle);
51 init(context);
55 * @param context
58 public PageProgressView(Context context, AttributeSet attrs) {
59 super(context, attrs);
60 init(context);
64 * @param context
66 public PageProgressView(Context context) {
67 super(context);
68 init(context);
71 private void init(Context ctx) {