javauis/lcdui_akn/lcdui/inc/CMIDDisplayable.h
branchRCL_3
changeset 21 4376525cdefb
parent 17 0fd27995241b
child 24 6c158198356e
--- a/javauis/lcdui_akn/lcdui/inc/CMIDDisplayable.h	Wed Jun 09 09:34:07 2010 +0300
+++ b/javauis/lcdui_akn/lcdui/inc/CMIDDisplayable.h	Mon Jun 21 15:32:50 2010 +0300
@@ -119,6 +119,9 @@
     void SetComponentL(MMIDComponent& aComponent);
     MMIDComponent* Component() const;
     void SetFullScreenModeL(TBool aFullScreen);
+#ifdef RD_JAVA_S60_RELEASE_9_2
+    void HandleSplitScreenKeyboard(TBool aOpened);
+#endif // RD_JAVA_S60_RELEASE_9_2
     CCoeControl& ContentWindow();
     TBool SoftKeyLabelLocation(TInt aSoftKeyId, TPoint& aPosition, TSize& aSize);
     TInt SoftKeyLabelAnchor(TInt aSoftKeyId);
@@ -552,6 +555,11 @@
     //stores id of command mapped to the MSK
     TInt iIdOfMSKCommand;
 
+#ifdef RD_JAVA_S60_RELEASE_9_2
+    // Indicates opened split screen keyboard
+    TBool iSplitScreenKeyboard;
+#endif // RD_JAVA_S60_RELEASE_9_2
+
 };