Searched refs:FixedLineSummaryPreference (Results 1 – 2 of 2) sorted by relevance
31 public class FixedLineSummaryPreference extends Preference { class35 public FixedLineSummaryPreference(Context context, AttributeSet attrs) { in FixedLineSummaryPreference() method in FixedLineSummaryPreference37 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.FixedLineSummaryPreference, in FixedLineSummaryPreference()
46 private FixedLineSummaryPreference mPreference;53 mPreference = new FixedLineSummaryPreference(mContext, null); in setUp()