Searched defs:onText (Results 1 – 4 of 4) sorted by relevance
73 final int onText = R.string.master_clear_progress_text; in cycleChecked_customLabel_shouldUpdateTextAndBackground() local89 final String onText = mContext.getString( in setCheck_customLabelWithStringType_shouldUpdateTextAndBackground() local
190 public void setSwitchBarText(String onText, String offText) { in setSwitchBarText()
176 public void setSwitchBarText(int onText, int offText) { in setSwitchBarText()
115 void onText(CharSequence text); in onText() method