wallpapers/image: delay binding on sourceSize to improve efficiency
After the screen resolution is changed by the user, sourceSize will be updated many times due to width and height changes. Hence use delayed binding to improve the efficiency.
After the screen resolution is changed by the user, sourceSize will be updated many times due to width and height changes. Hence use delayed binding to improve the efficiency.