• * Do a long press on the item-view.
    * The item-view will scroll towards the last item for 5 seconds
      if the touch point is in the bottom half of the screen or to
      the first item otherwise.
    * If the long press is cancelled, the animation finishes.
    
    Change-Id: I523bc992953d3d3a0ba3bd292598b77042955cdf
    Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
    Victor Cebollada authored
     
    Browse Dir »

  • We were previously using a mixture of BLEND and BLENDING in enums.
    The order of the BLEND_FACTOR enums & string names was also inconsistent.
    
    As a rule of thumb always use Blend & BLEND for namespaces & enums/constants
    (not Blending or BLENDING)
    
    Change-Id: Ia4dd6483edc56e9736436e7aa8545b40f999ba47
    Paul Wisbey authored
     
    Browse Dir »