src/hbplugins/inputmethods/touchinput/hbinputprediction12keyhandler.cpp
changeset 28 b7da29130b0e
parent 23 e6ad4ef83b23
child 30 80e4d18b72f5
equal deleted inserted replaced
23:e6ad4ef83b23 28:b7da29130b0e
    41 
    41 
    42 #include "hbinputprediction12keyhandler.h"
    42 #include "hbinputprediction12keyhandler.h"
    43 #include "hbinputpredictionhandler_p.h"
    43 #include "hbinputpredictionhandler_p.h"
    44 #include "hbinputabstractbase.h"
    44 #include "hbinputabstractbase.h"
    45 #include "hbinputprediction12keyhandler_p.h"
    45 #include "hbinputprediction12keyhandler_p.h"
    46 
       
    47 static const qreal HbDeltaHeight = 3.0;
       
    48 static const qint16 MAXUDBWORDSIZE = 64;
       
    49 
    46 
    50 HbInputPrediction12KeyHandlerPrivate::HbInputPrediction12KeyHandlerPrivate()
    47 HbInputPrediction12KeyHandlerPrivate::HbInputPrediction12KeyHandlerPrivate()
    51 :mLastKey(0),
    48 :mLastKey(0),
    52 mButtonDown(false),
    49 mButtonDown(false),
    53 mCurrentChar(0),
    50 mCurrentChar(0),