[ATSPI] Fix for SCREEN coordinate type in GetExtents
[platform/core/uifw/dali-toolkit.git] / automated-tests / src / dali-toolkit-internal / dali-toolkit-test-utils / accessibility-test-utils.h
index 8c3d201..6c172fd 100644 (file)
@@ -24,7 +24,7 @@ namespace Dali {
         bool TestGrabFocus(const Address &adr);
         bool TestGrabHighlight(const Address &adr);
         bool TestClearHighlight(const Address &adr);
-        std::tuple< int32_t, int32_t, int32_t, int32_t > TestGetExtents(const Address &adr);
+        std::tuple< int32_t, int32_t, int32_t, int32_t > TestGetExtents(const Address &adr, Dali::Accessibility::CoordinateType coordinateType );
         int TestGetMdiZOrder(const Address &adr);
         double TestGetAlpha(const Address &adr);
         void printTree(const Address &root, size_t depth = 0);
@@ -36,7 +36,8 @@ namespace Dali {
         bool TestDoAction ( const Address &adr, const std::string& name );
         std::string TestGetActionKeyBinding ( const Address &adr, size_t index );
         std::string TestGetActionDescription ( const Address &adr, size_t index );
-
+        void TestResetMoveOutedCalled ();
+        bool TestGetMoveOutedCalled ();
     }
 }