javauis/lcdui_akn/lcdui/inc/CMIDCanvas.h
branchRCL_3
changeset 23 e5618cc85d74
parent 21 4376525cdefb
child 24 6c158198356e
equal deleted inserted replaced
21:4376525cdefb 23:e5618cc85d74
  1288     void ClearFrameBuffer();
  1288     void ClearFrameBuffer();
  1289 
  1289 
  1290     /**
  1290     /**
  1291      * Pixel source is activated when canvas has a frame ready to be passed
  1291      * Pixel source is activated when canvas has a frame ready to be passed
  1292      * to Alf composition.
  1292      * to Alf composition.
  1293      * @since S60 9.2
  1293      * @param aDrawingOngoing Flag if system drawing is on now.
  1294      */
  1294      * @since S60 9.2
  1295     void ActivatePixelSourceL();
  1295      */
       
  1296     void ActivatePixelSourceL(TBool aDrawingOngoing);
  1296 
  1297 
  1297     /**
  1298     /**
  1298      * Suspending pixel source releases its resources on graphics HW.
  1299      * Suspending pixel source releases its resources on graphics HW.
  1299      * @since S60 9.2
  1300      * @since S60 9.2
  1300      */
  1301      */
  1581      * Flag incdicating the foreground status of canvas.
  1582      * Flag incdicating the foreground status of canvas.
  1582      * Set to EFalse when some other displayable is made current
  1583      * Set to EFalse when some other displayable is made current
  1583      * or when MIDlet goes to background.
  1584      * or when MIDlet goes to background.
  1584      */
  1585      */
  1585     TBool iForeground;
  1586     TBool iForeground;
       
  1587 
       
  1588 #ifdef RD_JAVA_S60_RELEASE_9_2
       
  1589     // Indicates state of partial VKB
       
  1590     TBool iPartialVKBOpen;
       
  1591 #endif
  1586 
  1592 
  1587 #ifdef RD_JAVA_NGA_ENABLED
  1593 #ifdef RD_JAVA_NGA_ENABLED
  1588 
  1594 
  1589     /**
  1595     /**
  1590      * CAlfCompositionPixelSource is used for drawing canvas
  1596      * CAlfCompositionPixelSource is used for drawing canvas