]> rtime.felk.cvut.cz Git - orte.git/commit
Android Shape: Add locks for synchronization of the receive callback and GUI draw...
authorMartin Vajnar <martin.vajnar@cvut.cz>
Fri, 9 Nov 2018 19:13:42 +0000 (20:13 +0100)
committerMartin Vajnar <martin.vajnar@cvut.cz>
Fri, 9 Nov 2018 19:14:19 +0000 (20:14 +0100)
commitd632de9297ae49c61dda8968d15ba8d5bd78554a
treec28cd6ccd07a567871e76c57049b2e7c12bf21a1
parentc6d7b6de7c228e9d738de895594689866478f97a
Android Shape: Add locks for synchronization of the receive callback and GUI draw threads

This commit adds the missing locks and changes setting of bound through
getBounds() object to setBounds() function as recommended by the
documentation (see: https://developer.android.com/reference/android/graphics/drawable/Drawable.html#getBounds())
orte/contrib/shape_android/src/org/ocera/orte/shape_android/SubscriberElement.java
orte/contrib/shape_android/src/org/ocera/orte/shape_android/SubscriberView.java