Searched defs:buttonText (Results 1 – 5 of 5) sorted by relevance
104 String buttonText; in updateStateInternal() local
362 String buttonText = intent.getStringExtra(EXTRA_PREFS_SET_NEXT_TEXT); in onCreate() local370 String buttonText = intent.getStringExtra(EXTRA_PREFS_SET_BACK_TEXT); in onCreate() local
248 CharSequence buttonText = ((Button) v).getText(); in revealTheButton() local
308 public final int buttonText; field in ChooseLockPassword.ChooseLockPasswordFragment.Stage
762 private void updateExpandCollapseButton(CharSequence buttonText, long duration) { in updateExpandCollapseButton()