Lines Matching refs:null
47 this(context, null);
50 private static String mSelectedKey = null;
51 private static CompoundButton mCurrentChecked = null;
60 if ((widget != null) && widget instanceof RadioButton) {
80 if ((textLayout != null) && textLayout instanceof RelativeLayout) {
102 if (mCurrentChecked != null) {
109 mCurrentChecked = null;
110 mSelectedKey = null;
115 if ((v != null) && (R.id.text_layout == v.getId())) {
117 if (context != null) {