Searched refs:TYPE_STRING (Results 1 – 11 of 11) sorted by relevance
28 static final int TYPE_STRING = 2; field in Setting60 mSettingType = TYPE_STRING; in Setting()90 mSettingType = TYPE_STRING; in setStringChoices()112 mSettingType = TYPE_STRING; in setValue()
145 case Setting.TYPE_STRING: in onChildSelected()173 case Setting.TYPE_STRING: in onKeyUp()
81 case Setting.TYPE_STRING: in onBindViewHolder()
32 public static final int TYPE_STRING = 0; field in EntrySchema109 case TYPE_STRING: in cursorToObject()160 case TYPE_STRING: in valuesToObject()198 case TYPE_STRING: in objectToValues()485 type = TYPE_STRING; in parseColumnInfo()
1029 if (tv != null && tv.type == TypedValue.TYPE_STRING) { in loadCategoriesFromResource()1056 if (tv != null && tv.type == TypedValue.TYPE_STRING) { in loadCategoriesFromResource()1065 if (tv != null && tv.type == TypedValue.TYPE_STRING) { in loadCategoriesFromResource()
290 return v.type == TypedValue.TYPE_STRING; in isStringValue()
1105 if (tv != null && tv.type == TypedValue.TYPE_STRING) { in getData()1141 if (tv != null && tv.type == TypedValue.TYPE_STRING) { in getResId()
315 if ((value.type == TypedValue.TYPE_STRING && value.string.toString().endsWith(".xml")) || (
339 if ((value.type == TypedValue.TYPE_STRING && value.string.toString().endsWith(".xml")) || ( in loadDrawable()
351 } else if (codesValue.type == TypedValue.TYPE_STRING) { in Key()
419 if (tv != null && tv.type == TypedValue.TYPE_STRING) { in getStringFromTypedArray()