• Problem:   When we are resizing and go past the minimum size of the container and then release, we have to move
               the distance we moved from the minimum size to the our release point again in order to make the
               container resize again.
    Reason:    This was because we kept on changing mLayoutSize but did not reset it when the pan starts.
    Solution:  Reset mLayoutSize when the pan starts.
    
    Change-Id: I3ded29691e8f1c405847f971d9a89d50aa448fdf
    Adeel Kazmi authored
     
    Browse Code »
  • Change-Id: I82f013d5c5c781acca3886a8d157a2a64f2021cb
    Adeel Kazmi authored
     
    Browse Code »