Searched refs:onText (Results 1 – 5 of 5) sorted by relevance
73 final int onText = R.string.master_clear_progress_text; in cycleChecked_customLabel_shouldUpdateTextAndBackground() local76 mBar.setSwitchBarText(onText, offText); in cycleChecked_customLabel_shouldUpdateTextAndBackground()84 .isEqualTo(mContext.getString(onText)); in cycleChecked_customLabel_shouldUpdateTextAndBackground()
186 public void setSwitchBarText(int onText, int offText) { in setSwitchBarText() argument187 mOnTextId = onText; in setSwitchBarText()
176 public void setSwitchBarText(int onText, int offText) { in setSwitchBarText() argument177 mOnTextId = onText; in setSwitchBarText()
369 public void onText(CharSequence text) {419 public void onText(CharSequence text) {
115 void onText(CharSequence text); in onText() method947 mKeyboardActionListener.onText(key.text); in detectAndSendKey()