Searched refs:shouldIgnoreRequestLayout (Results 1 – 3 of 3) sorted by relevance
53 if (mTextSizeHelper == null || !mTextSizeHelper.shouldIgnoreRequestLayout()) { in requestLayout()
64 if (mTextSizeHelper == null || !mTextSizeHelper.shouldIgnoreRequestLayout()) { in requestLayout()
76 fun shouldIgnoreRequestLayout(): Boolean { in shouldIgnoreRequestLayout() method in com.android.deskclock.widget.TextSizeHelper