Searched refs:makeLayout (Results 1 – 2 of 2) sorted by relevance
797 mOnLayout = makeLayout(mTextOn); in onMeasure()801 mOffLayout = makeLayout(mTextOff); in onMeasure()871 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