AeroGear Android Library 1.2.1

org.jboss.aerogear
Class R.styleable

java.lang.Object
  extended by org.jboss.aerogear.R.styleable
Enclosing class:
R

public static final class R.styleable
extends Object


Field Summary
static int[] MapAttrs
          Attributes that can be used with a MapAttrs.
static int MapAttrs_cameraBearing
          This symbol is the offset where the R.attr.cameraBearing attribute's value can be found in the MapAttrs array.
static int MapAttrs_cameraTargetLat
          This symbol is the offset where the R.attr.cameraTargetLat attribute's value can be found in the MapAttrs array.
static int MapAttrs_cameraTargetLng
          This symbol is the offset where the R.attr.cameraTargetLng attribute's value can be found in the MapAttrs array.
static int MapAttrs_cameraTilt
          This symbol is the offset where the R.attr.cameraTilt attribute's value can be found in the MapAttrs array.
static int MapAttrs_cameraZoom
          This symbol is the offset where the R.attr.cameraZoom attribute's value can be found in the MapAttrs array.
static int MapAttrs_mapType
          This symbol is the offset where the R.attr.mapType attribute's value can be found in the MapAttrs array.
static int MapAttrs_uiCompass
          This symbol is the offset where the R.attr.uiCompass attribute's value can be found in the MapAttrs array.
static int MapAttrs_uiRotateGestures
          This symbol is the offset where the R.attr.uiRotateGestures attribute's value can be found in the MapAttrs array.
static int MapAttrs_uiScrollGestures
          This symbol is the offset where the R.attr.uiScrollGestures attribute's value can be found in the MapAttrs array.
static int MapAttrs_uiTiltGestures
          This symbol is the offset where the R.attr.uiTiltGestures attribute's value can be found in the MapAttrs array.
static int MapAttrs_uiZoomControls
          This symbol is the offset where the R.attr.uiZoomControls attribute's value can be found in the MapAttrs array.
static int MapAttrs_uiZoomGestures
          This symbol is the offset where the R.attr.uiZoomGestures attribute's value can be found in the MapAttrs array.
static int MapAttrs_useViewLifecycle
          This symbol is the offset where the R.attr.useViewLifecycle attribute's value can be found in the MapAttrs array.
static int MapAttrs_zOrderOnTop
          This symbol is the offset where the R.attr.zOrderOnTop attribute's value can be found in the MapAttrs array.
 
Constructor Summary
R.styleable()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MapAttrs

public static final int[] MapAttrs
Attributes that can be used with a MapAttrs.

Includes the following attributes:

AttributeDescription
org.jboss.aerogear:cameraBearing
org.jboss.aerogear:cameraTargetLat
org.jboss.aerogear:cameraTargetLng
org.jboss.aerogear:cameraTilt
org.jboss.aerogear:cameraZoom
org.jboss.aerogear:mapType
org.jboss.aerogear:uiCompass
org.jboss.aerogear:uiRotateGestures
org.jboss.aerogear:uiScrollGestures
org.jboss.aerogear:uiTiltGestures
org.jboss.aerogear:uiZoomControls
org.jboss.aerogear:uiZoomGestures
org.jboss.aerogear:useViewLifecycle
org.jboss.aerogear:zOrderOnTop

See Also:
MapAttrs_cameraBearing, MapAttrs_cameraTargetLat, MapAttrs_cameraTargetLng, MapAttrs_cameraTilt, MapAttrs_cameraZoom, MapAttrs_mapType, MapAttrs_uiCompass, MapAttrs_uiRotateGestures, MapAttrs_uiScrollGestures, MapAttrs_uiTiltGestures, MapAttrs_uiZoomControls, MapAttrs_uiZoomGestures, MapAttrs_useViewLifecycle, MapAttrs_zOrderOnTop

MapAttrs_cameraBearing

public static final int MapAttrs_cameraBearing

This symbol is the offset where the R.attr.cameraBearing attribute's value can be found in the MapAttrs array.

Must be a floating point value, such as "1.2".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

See Also:
Constant Field Values

MapAttrs_cameraTargetLat

public static final int MapAttrs_cameraTargetLat

This symbol is the offset where the R.attr.cameraTargetLat attribute's value can be found in the MapAttrs array.

Must be a floating point value, such as "1.2".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

See Also:
Constant Field Values

MapAttrs_cameraTargetLng

public static final int MapAttrs_cameraTargetLng

This symbol is the offset where the R.attr.cameraTargetLng attribute's value can be found in the MapAttrs array.

Must be a floating point value, such as "1.2".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

See Also:
Constant Field Values

MapAttrs_cameraTilt

public static final int MapAttrs_cameraTilt

This symbol is the offset where the R.attr.cameraTilt attribute's value can be found in the MapAttrs array.

Must be a floating point value, such as "1.2".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

See Also:
Constant Field Values

MapAttrs_cameraZoom

public static final int MapAttrs_cameraZoom

This symbol is the offset where the R.attr.cameraZoom attribute's value can be found in the MapAttrs array.

Must be a floating point value, such as "1.2".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

See Also:
Constant Field Values

MapAttrs_mapType

public static final int MapAttrs_mapType

This symbol is the offset where the R.attr.mapType attribute's value can be found in the MapAttrs array.

Must be one of the following constant values.

ConstantValueDescription
none0
normal1
satellite2
terrain3
hybrid4

See Also:
Constant Field Values

MapAttrs_uiCompass

public static final int MapAttrs_uiCompass

This symbol is the offset where the R.attr.uiCompass attribute's value can be found in the MapAttrs array.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

See Also:
Constant Field Values

MapAttrs_uiRotateGestures

public static final int MapAttrs_uiRotateGestures

This symbol is the offset where the R.attr.uiRotateGestures attribute's value can be found in the MapAttrs array.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

See Also:
Constant Field Values

MapAttrs_uiScrollGestures

public static final int MapAttrs_uiScrollGestures

This symbol is the offset where the R.attr.uiScrollGestures attribute's value can be found in the MapAttrs array.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

See Also:
Constant Field Values

MapAttrs_uiTiltGestures

public static final int MapAttrs_uiTiltGestures

This symbol is the offset where the R.attr.uiTiltGestures attribute's value can be found in the MapAttrs array.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

See Also:
Constant Field Values

MapAttrs_uiZoomControls

public static final int MapAttrs_uiZoomControls

This symbol is the offset where the R.attr.uiZoomControls attribute's value can be found in the MapAttrs array.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

See Also:
Constant Field Values

MapAttrs_uiZoomGestures

public static final int MapAttrs_uiZoomGestures

This symbol is the offset where the R.attr.uiZoomGestures attribute's value can be found in the MapAttrs array.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

See Also:
Constant Field Values

MapAttrs_useViewLifecycle

public static final int MapAttrs_useViewLifecycle

This symbol is the offset where the R.attr.useViewLifecycle attribute's value can be found in the MapAttrs array.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

See Also:
Constant Field Values

MapAttrs_zOrderOnTop

public static final int MapAttrs_zOrderOnTop

This symbol is the offset where the R.attr.zOrderOnTop attribute's value can be found in the MapAttrs array.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

See Also:
Constant Field Values
Constructor Detail

R.styleable

public R.styleable()

AeroGear Android Library 1.2.1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.