Searched refs:mTextSizeUnit (Results 1 – 2 of 2) sorted by relevance
4210 mExtraRenderingInfo.mTextSizeUnit = parcel.readInt(); in initFromParcel()5830 private int mTextSizeUnit = UNDEFINED_VALUE; field in AccessibilityNodeInfo.ExtraRenderingInfo5850 extraRenderingInfo.mTextSizeUnit = other.mTextSizeUnit; in obtain()5864 mTextSizeUnit = other.mTextSizeUnit; in ExtraRenderingInfo()5927 return mTextSizeUnit; in getTextSizeUnit()5937 mTextSizeUnit = textSizeUnit; in setTextSizeUnit()5953 mTextSizeUnit = UNDEFINED_VALUE; in clear()
757 private int mTextSizeUnit = -1;3927 int mTextSizeUnit = -1; field in TextView.Drawables.TextAppearanceAttributes3955 + " mTextSizeUnit:" + mTextSizeUnit + "\n" in toString()4067 attributes.mTextSizeUnit = appearance.peekValue(attr).getComplexUnit(); in readTextAppearance()4161 mTextSizeUnit = attributes.mTextSizeUnit; in applyTextAppearance()4388 mTextSizeUnit = unit; in setTextSizeInternal()4416 return mTextSizeUnit; in getTextSizeUnit()