Sofia API Reference

  • Package Index
  • Class Index
  • Packages
  • sofia.app
  • sofia.content
  • sofia.data
  • sofia.graphics
  • sofia.util
  • sofia.view
    • Interfaces
    • RotateGestureDetector.OnRotateGestureListener
    • Classes
    • FlexibleContentView
    • RotateGestureDetector
    • RotateGestureDetector.SimpleOnRotateGestureListener
  • sofia.widget

package
sofia.view

Extensions to built-in Android views, new views based on those, and other helper classes that are used by or for views.


Interfaces

RotateGestureDetector.OnRotateGestureListener The listener for receiving notifications when gestures occur. 

Classes

FlexibleContentView

A view that takes an arbitrary Object and renders it the best way it knows how. 

RotateGestureDetector Detects transformation gestures involving more than one pointer ("multitouch") using the supplied MotionEvents. 
RotateGestureDetector.SimpleOnRotateGestureListener A convenience class to extend when you only want to listen for a subset of rotation-related events.