X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Faccessibility-manager%2Faccessibility-manager-impl.h;h=4eddb865774aaa64e3ed4c6d875c1b293286a5c2;hb=ca99959003c0445d5afb437e2be26361dff51623;hp=0efb5655934d1788d5dcc0b136d772a76150114b;hpb=bf58973c37b31d52707463a1e9cdecdbe91099f6;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/accessibility-manager/accessibility-manager-impl.h b/dali-toolkit/internal/accessibility-manager/accessibility-manager-impl.h index 0efb565..4eddb86 100644 --- a/dali-toolkit/internal/accessibility-manager/accessibility-manager-impl.h +++ b/dali-toolkit/internal/accessibility-manager/accessibility-manager-impl.h @@ -658,13 +658,6 @@ private: virtual bool AccessibilityActionStartStop(); /** - * Perform the accessibility action to mouse move (by one finger tap & hold and move). - * @param touch touch point and time of the event - * @return whether the accessibility action is performed or not. - */ - virtual bool AccessibilityActionTouch(const TouchEvent& touch); - - /** * This function is connected to the TtsPlayer StateChangeSignal. * It is called when the TTS players state changes. * @param previousState The previous state of the TTS player (for comparison) @@ -718,7 +711,7 @@ private: FocusIDPair mCurrentFocusActor; ///< The focus order and actor ID of current focused actor Actor mCurrentGesturedActor; ///< The actor that will handle the gesture Actor mFocusIndicatorActor; ///< The focus indicator actor shared by all the focusable actors for highlight - Vector2 mPreviousPosition; ///< The previous pan position; useful for calculating velocity for Gesture::Finished events + Vector2 mPreviousPosition; ///< The previous pan position; useful for calculating velocity for GestureState::FINISHED events unsigned int mRecursiveFocusMoveCounter; ///< The counter to count the number of recursive focus movement attempted before the focus movement is successful. std::string mFocusSoundFilePath; ///< The path of the focus sound file std::string mFocusChainEndSoundFilePath; ///< The path of the focus chain end sound file