Applied ELM_SCALE_SIZE to circle progressbar width and radius to cover multi-resolution.
This make circle progress bar scalable.
Change-Id: Iaacae610ccae14f2ca2dc0eab2f828bc7ec5fc1b
#define PROGRESSBAR_BG_COLOR_DISABLED_B 64
#define PROGRESSBAR_BG_COLOR_DISABLED_A 255
-#define PROGRESSBAR_WIDTH_SIZE 6
-#define PROGRESSBAR_RADIUS_SIZE 177
+#define PROGRESSBAR_WIDTH_SIZE ELM_SCALE_SIZE(6)
+#define PROGRESSBAR_RADIUS_SIZE (ELM_SCALE_SIZE(180) - PROGRESSBAR_WIDTH_SIZE/2 - 1)
//ONEUI2.0(20Feb2020): Update progressbar reading as per UX
#define ACCESS_BUF_SIZE 1024