OsmAnd
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Protected Member Functions | Package Attributes
net.osmand.plus.views.MapStackControl Class Reference

Inherits ViewGroup.

List of all members.

Public Member Functions

 MapStackControl (Context context)
void setExpandImageDrawable (Drawable d)
void setTopDrawable (Drawable topDrawable)
void setStackDrawable (int stackDrawable)
void updateInfo ()
void addStackView (MapInfoControl v)
void addCollapsedView (MapInfoControl v)
List< MapInfoControlgetStackViews ()
List< MapInfoControlgetCollapsedViews ()
List< MapInfoControlgetAllViews ()
boolean isCollapsed ()
boolean isCollapsible ()

Protected Member Functions

void onMeasure (int widthMeasureSpec, int heightMeasureSpec)
void onLayout (boolean changed, int left, int top, int right, int bottom)

Package Attributes

List< MapInfoControlstackViews = new ArrayList<MapInfoControl>()
List< MapInfoControlcollapsedViews = new ArrayList<MapInfoControl>()
ImageView expandView
List< Drawable > cacheStackDrawables = new ArrayList<Drawable>()

Constructor & Destructor Documentation


Member Function Documentation

boolean net.osmand.plus.views.MapStackControl.isCollapsed ( )
boolean net.osmand.plus.views.MapStackControl.isCollapsible ( )
void net.osmand.plus.views.MapStackControl.onLayout ( boolean  changed,
int  left,
int  top,
int  right,
int  bottom 
) [protected]
void net.osmand.plus.views.MapStackControl.onMeasure ( int  widthMeasureSpec,
int  heightMeasureSpec 
) [protected]

Member Data Documentation

List<Drawable> net.osmand.plus.views.MapStackControl.cacheStackDrawables = new ArrayList<Drawable>() [package]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines