Searched refs:PREF_RESIZE_KEYBOARD (Results 1 – 3 of 3) sorted by relevance
32 public static final String PREF_RESIZE_KEYBOARD = "pref_resize_keyboard"; field in DebugSettings
57 DebugSettings.PREF_RESIZE_KEYBOARD,
191 mHasKeyboardResize = prefs.getBoolean(DebugSettings.PREF_RESIZE_KEYBOARD, false); in SettingsValues()