English | Site Directory

Android - An Open Handset Alliance Project

com.google.android.maps
public static final enum

com.google.android.maps.MapView.DeviceType

java.lang.Object
java.lang.Enum Serializable Comparable
com.google.android.maps.MapView.DeviceType

Distinguishes what type of device initiated an event. TODO: Shouldn't this be a system-wide enum?

Summary

Enum Values

DeviceType  TOUCHSCREEN  Touch screen or similar device  
DeviceType  TRACKBALL  Track ball or similar device  

Public Methods

      static  DeviceType  valueOf(String name)
    final  static  DeviceType[]  values()
Methods inherited from class java.lang.Enum
Methods inherited from class java.lang.Object
Methods inherited from interface java.lang.Comparable

Details

Enum Values

public static final DeviceType TOUCHSCREEN

Touch screen or similar device

public static final DeviceType TRACKBALL

Track ball or similar device

Public Methods

public static DeviceType valueOf(String name)

public static final DeviceType[] values()

Build m5-rc15i - 10 Jun 2008 13:54