Searched refs:mAllCaps (Results 1 – 3 of 3) sorted by relevance
81 private final boolean mAllCaps; field in TextAppearanceInfo169 mAllCaps = builder.mAllCaps; in TextAppearanceInfo()264 dest.writeBoolean(mAllCaps); in writeToParcel()289 mAllCaps = in.readBoolean(); in TextAppearanceInfo()377 return mAllCaps; in isAllCaps()534 && mAllCaps == that.mAllCaps && Float.compare(that.mShadowDx, mShadowDx) == 0 in equals()555 mTextStyle, mAllCaps, mShadowDx, mShadowDy, mShadowRadius, mShadowColor, in hashCode()569 + ", mAllCaps=" + mAllCaps in toString()599 private boolean mAllCaps = false; field in TextAppearanceInfo.Builder679 mAllCaps = allCaps; in setAllCaps()
82 private final boolean mAllCaps; field in CarrierText.CarrierTextTransformationMethod86 mAllCaps = allCaps; in CarrierTextTransformationMethod()93 if (mAllCaps && source != null) { in getTransformation()
69744 Landroid/widget/TextView$TextAppearanceAttributes;->mAllCaps:Z