Searched refs:makeLayout (Results 1 – 1 of 1) sorted by relevance
251 mOnLayout = makeLayout(mTextOn); in onMeasure()254 mOffLayout = makeLayout(mTextOff); in onMeasure()264 private Layout makeLayout(CharSequence text) { in makeLayout() method in CustomViewAccessibilityActivity.BaseToggleButton