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