Searched refs:makeLayout (Results 1 – 2 of 2) sorted by relevance
795 mOnLayout = makeLayout(mTextOn); in onMeasure()799 mOffLayout = makeLayout(mTextOff); in onMeasure()869 private Layout makeLayout(CharSequence text) { in makeLayout() method in SwitchCompat
815 mOnLayout = makeLayout(mTextOn); in onMeasure()819 mOffLayout = makeLayout(mTextOff); in onMeasure()890 private Layout makeLayout(CharSequence text) { in makeLayout() method in Switch