Class UIAccessibilityScrollDirection


  • public final class UIAccessibilityScrollDirection
    extends java.lang.Object
    If the user interface requires a scrolling action (e.g. turning the page of a book), a view in the view hierarchy should implement the following method. The return result indicates whether the action succeeded for that direction. If the action failed, the method will be called on a view higher in the hierarchy. If the action succeeds, UIAccessibilityPageScrolledNotification must be posted after the scrolling completes. default == NO
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Down  
      static long Left  
      static long Next  
      static long Previous  
      static long Right  
      static long Up  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait