Home
last modified time | relevance | path

Searched refs:KeyboardConfigDialogPreference (Results 1 – 2 of 2) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DKeyboardConfigDialogPreference.java33 public class KeyboardConfigDialogPreference extends DialogPreference implements OnKeyListener { class
69 public KeyboardConfigDialogPreference(Context context, AttributeSet attrs) { in KeyboardConfigDialogPreference() method in KeyboardConfigDialogPreference
73 public KeyboardConfigDialogPreference(Context context, AttributeSet attrs, in KeyboardConfigDialogPreference() method in KeyboardConfigDialogPreference
87 public KeyboardConfigDialogPreference(Context context) { in KeyboardConfigDialogPreference() method in KeyboardConfigDialogPreference
DSetPreferencesActivity.java47KeyboardConfigDialogPreference config = (KeyboardConfigDialogPreference)configureKeyboardPref; in onCreate()