Searched refs:switchText (Results 1 – 2 of 2) sorted by relevance
52 final TextView switchText = (TextView) switchBar.findViewById(R.id.switch_text); in onViewCreated() local54 switchText.setText(isEnabled() in onViewCreated()67 switchText.setText(newState in onViewCreated()
1360 final Layout switchText = getTargetCheckedState() ? mOnLayout : mOffLayout; in onDraw() local1361 if (switchText != null) { in onDraw()1376 final int left = cX / 2 - switchText.getWidth() / 2; in onDraw()1377 final int top = (switchInnerTop + switchInnerBottom) / 2 - switchText.getHeight() / 2; in onDraw()1379 switchText.draw(canvas); in onDraw()1520 CharSequence switchText = isChecked() ? mTextOn : mTextOff; in onProvideStructure() local1521 if (!TextUtils.isEmpty(switchText)) { in onProvideStructure()1524 structure.setText(switchText); in onProvideStructure()1527 newText.append(oldText).append(' ').append(switchText); in onProvideStructure()