Add SIP status key 30/16530/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Fri, 30 Aug 2013 23:09:27 +0000 (08:09 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Tue, 18 Feb 2014 10:21:51 +0000 (19:21 +0900)
Change-Id: Ia56ffee0f74acb4b8f610a2f702dbdefcbd9b5b2
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
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__ */