Searched refs:optButton (Results 1 – 1 of 1) sorted by relevance
109 public static void setupScreenLockOptionsButton(Context context, View view, Button optButton) { in setupScreenLockOptionsButton() argument122 optButton.setPadding(0, 0, 0, 0); in setupScreenLockOptionsButton()123 optButton.setLayoutParams(lp); in setupScreenLockOptionsButton()124 optButton.setText(context.getString(R.string.setup_lock_settings_options_button_label)); in setupScreenLockOptionsButton()125 headerLayout.addView(optButton); in setupScreenLockOptionsButton()