Calculate ScreenExtents and ScreenPosition only with event side properties. 39/292839/11
authorEunki Hong <eunkiki.hong@samsung.com>
Mon, 15 May 2023 14:38:54 +0000 (23:38 +0900)
committerEunki Hong <eunkiki.hong@samsung.com>
Thu, 15 Jun 2023 04:22:50 +0000 (04:22 +0000)
commitb167eba93ff8fbb1a84e63ac537d18d51ffc2440
tree1ab4601f33e06c8c1ce06480d869c79a45d09dfa
parente9b03fdb749f6a4abc5401f2cdf82ad0d7d7b5fe
Calculate ScreenExtents and ScreenPosition only with event side properties.

Let we seperate CalculateCurrentScreenExtents and CalculateScreenExtents.
Since ScreenPosition was used by update-side values, we cannot use
this values during Relayout.
Now, let we make devel api so user can get values only by event-thread
side properties.

Change-Id: I52ee19be1bea172743f97cfef7c03b57de8b5778
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
automated-tests/src/dali/utc-Dali-Actor.cpp
dali/devel-api/actors/actor-devel.cpp
dali/devel-api/actors/actor-devel.h
dali/internal/event/actors/actor-coords.cpp
dali/internal/event/actors/actor-coords.h
dali/internal/event/actors/actor-impl.cpp
dali/internal/event/actors/actor-impl.h