uiaccelerator_plat/alf_core_toolkit_api/inc/uiacceltk/HuiDisplay.h
branchRCL_3
changeset 12 f93c875b566e
parent 10 7c5dd702d6d3
child 13 3a60ebea00d0
equal deleted inserted replaced
10:7c5dd702d6d3 12:f93c875b566e
   819     IMPORT_C void CopyScreenToBitmapL(CFbsBitmap* aBitmap);
   819     IMPORT_C void CopyScreenToBitmapL(CFbsBitmap* aBitmap);
   820     
   820     
   821     
   821     
   822     void DoBackgroundClear();
   822     void DoBackgroundClear();
   823     
   823     
       
   824     void ScanningAlfContent(TBool aScanning );
       
   825     void SetAlfContentChanged(TBool aChanged);
       
   826     TBool AlfContentChanged();
       
   827     
   824 private:
   828 private:
   825 
   829 
   826     /**
   830     /**
   827      * Uploads foreground bitmap to texture.
   831      * Uploads foreground bitmap to texture.
   828      */
   832      */
  1028     /** dirty region index that is being drawn currently */ 
  1032     /** dirty region index that is being drawn currently */ 
  1029     TInt iCurrentDirtyIndx;
  1033     TInt iCurrentDirtyIndx;
  1030     
  1034     
  1031     /** Current dirty region for this refresh instance */
  1035     /** Current dirty region for this refresh instance */
  1032     RDirtyRegions iTempDirtyRegions;
  1036     RDirtyRegions iTempDirtyRegions;
       
  1037     
       
  1038 	/** For handling alf content update */
       
  1039     TBool iScanningAlfContent;
       
  1040     TBool iDisplayContainsChangedAlfContent;
  1033     };
  1041     };
  1034 
  1042 
  1035 #endif  // __HUIDISPLAY_H__
  1043 #endif  // __HUIDISPLAY_H__