Add SIP status key tizen_2.2 2.2.1_release submit/tizen_2.2/20131107.063113
authorJihoon Kim <jihoon48.kim@samsung.com>
Fri, 30 Aug 2013 23:09:27 +0000 (08:09 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Fri, 30 Aug 2013 23:09:27 +0000 (08:09 +0900)
Change-Id: Icd684eee475974b6e0eee95abf39527814abb0e2

include/vconf-internal-isf-keys.h

index 54c7eb8..540536a 100644 (file)
 #define VCONFKEY_ISF_INPUT_LANGUAGE    "db/isf/input_language"
 
 /**
+ * @brief Input Panel(virtual keypad) status
+ */
+#define VCONFKEY_ISF_INPUT_PANEL_STATE "memory/isf/input_panel_state"
+enum {
+       VCONFKEY_ISF_INPUT_PANEL_STATE_HIDE = 0,    /* after hiding Input Panel */
+       VCONFKEY_ISF_INPUT_PANEL_STATE_WILL_HIDE,   /* prior to hiding Input Panel */
+       VCONFKEY_ISF_INPUT_PANEL_STATE_SHOW,        /* after showing Input Panel */
+       VCONFKEY_ISF_INPUT_PANEL_STATE_WILL_SHOW    /* prior to showing Input Panel */
+};
+
+/**
  * @}
  */
 #endif /* __VCONF_INTERNAL_ISF_KEYS_H__ */