Searched refs:makeLayout (Results 1 – 2 of 2) sorted by relevance
786 mOnLayout = makeLayout(mTextOn); in onMeasure()790 mOffLayout = makeLayout(mTextOff); in onMeasure()861 private Layout makeLayout(CharSequence text) { in makeLayout() method in SwitchCompat
812 mOnLayout = makeLayout(mTextOn); in onMeasure()816 mOffLayout = makeLayout(mTextOff); in onMeasure()887 private Layout makeLayout(CharSequence text) { in makeLayout() method in Switch