Searched refs:mTextSizeHelper (Results 1 – 4 of 4) sorted by relevance
28 private final TextSizeHelper mTextSizeHelper; field in AutoSizingTextView40 mTextSizeHelper = new TextSizeHelper(this); in AutoSizingTextView()45 mTextSizeHelper.onMeasure(widthMeasureSpec, heightMeasureSpec); in onMeasure()52 if (mTextSizeHelper != null) { in onTextChanged()53 mTextSizeHelper.onTextChanged(lengthBefore, lengthAfter); in onTextChanged()61 if (mTextSizeHelper == null || !mTextSizeHelper.shouldIgnoreRequestLayout()) { in requestLayout()
28 private final TextSizeHelper mTextSizeHelper; field in AutoSizingTextClock41 mTextSizeHelper = new TextSizeHelper(this); in AutoSizingTextClock()46 mTextSizeHelper.onMeasure(widthMeasureSpec, heightMeasureSpec); in onMeasure()53 if (mTextSizeHelper != null) { in onTextChanged()57 mTextSizeHelper.onTextChanged(lengthBefore, lengthAfter); in onTextChanged()72 if (mTextSizeHelper == null || !mTextSizeHelper.shouldIgnoreRequestLayout()) { in requestLayout()
31 private val mTextSizeHelper: TextSizeHelper? = TextSizeHelper(this) constant34 mTextSizeHelper!!.onMeasure(widthMeasureSpec, heightMeasureSpec) in onMeasure()45 if (mTextSizeHelper != null) { in onTextChanged()46 mTextSizeHelper.onTextChanged(lengthBefore, lengthAfter) in onTextChanged()53 if (mTextSizeHelper == null || !mTextSizeHelper.shouldIgnoreRequestLayout()) { in requestLayout()
31 private val mTextSizeHelper: TextSizeHelper? = TextSizeHelper(this) constant36 mTextSizeHelper!!.onMeasure(widthMeasureSpec, heightMeasureSpec) in onMeasure()47 if (mTextSizeHelper != null) { in onTextChanged()51 mTextSizeHelper.onTextChanged(lengthBefore, lengthAfter) in onTextChanged()64 if (mTextSizeHelper == null || !mTextSizeHelper.shouldIgnoreRequestLayout()) { in requestLayout()