Searched refs:mOnLayout (Results 1 – 1 of 1) sorted by relevance
91 private Layout mOnLayout; field in Switch313 if (mOnLayout == null) { in onMeasure()314 mOnLayout = makeLayout(mTextOn); in onMeasure()321 final int maxTextWidth = Math.max(mOnLayout.getWidth(), mOffLayout.getWidth()); in onMeasure()370 CharSequence text = mOnLayout.getText(); in onPopulateAccessibilityEvent()594 Layout switchText = getTargetCheckedState() ? mOnLayout : mOffLayout; in onDraw()