Searched refs:allCaps (Results 1 – 7 of 7) sorted by relevance
81 boolean allCaps = false; in loadFromAttributes()90 allCaps = a.getBoolean(R.styleable.TextAppearance_textAllCaps, false); in loadFromAttributes()106 allCaps = a.getBoolean(R.styleable.TextAppearance_textAllCaps, false); in loadFromAttributes()121 setAllCaps(allCaps); in loadFromAttributes()148 void setAllCaps(boolean allCaps) { in setAllCaps() argument149 mView.setTransformationMethod(allCaps in setAllCaps()
179 public void setSupportAllCaps(boolean allCaps) { in setSupportAllCaps() argument181 mTextHelper.setAllCaps(allCaps); in setSupportAllCaps()
312 boolean allCaps = appearance.getBoolean(R.styleable.TextAppearance_textAllCaps, false); in setSwitchTextAppearance()313 if (allCaps) { in setSwitchTextAppearance()
154 boolean allCaps = false; in PagerTitleStrip()157 allCaps = ta.getBoolean(0, false); in PagerTitleStrip()161 if (allCaps) { in PagerTitleStrip()
374 public CarrierTextTransformationMethod(Context context, boolean allCaps) { in CarrierTextTransformationMethod() argument376 mAllCaps = allCaps; in CarrierTextTransformationMethod()
335 boolean allCaps = appearance.getBoolean(com.android.internal.R.styleable. in setSwitchTextAppearance()337 if (allCaps) { in setSwitchTextAppearance()
737 boolean allCaps = false; in TextView()803 allCaps = appearance.getBoolean(attr, false); in TextView()1192 allCaps = a.getBoolean(attr, false); in TextView()1414 if (allCaps) { in TextView()7832 public void setAllCaps(boolean allCaps) { in setAllCaps() argument7833 if (allCaps) { in setAllCaps()