android.content.pm
Class ConfigurationInfo

java.lang.Object
  extended by android.content.pm.ConfigurationInfo
All Implemented Interfaces:
Parcelable

public class ConfigurationInfo
extends java.lang.Object
implements Parcelable


Nested Class Summary
 
Nested classes/interfaces inherited from interface android.os.Parcelable
Parcelable.Creator<T>
 
Field Summary
static Parcelable.Creator<ConfigurationInfo> CREATOR
           
static int GL_ES_VERSION_UNDEFINED
           
static int INPUT_FEATURE_FIVE_WAY_NAV
           
static int INPUT_FEATURE_HARD_KEYBOARD
           
 int reqGlEsVersion
           
 int reqInputFeatures
           
 int reqKeyboardType
           
 int reqNavigation
           
 int reqTouchScreen
           
 
Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
 
Constructor Summary
ConfigurationInfo()
           
ConfigurationInfo(ConfigurationInfo orig)
           
 
Method Summary
 int describeContents()
           
 java.lang.String getGlEsVersion()
           
 java.lang.String toString()
           
 void writeToParcel(Parcel dest, int parcelableFlags)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

reqTouchScreen

public int reqTouchScreen

reqKeyboardType

public int reqKeyboardType

reqNavigation

public int reqNavigation

INPUT_FEATURE_HARD_KEYBOARD

public static final int INPUT_FEATURE_HARD_KEYBOARD
See Also:
Constant Field Values

INPUT_FEATURE_FIVE_WAY_NAV

public static final int INPUT_FEATURE_FIVE_WAY_NAV
See Also:
Constant Field Values

reqInputFeatures

public int reqInputFeatures

GL_ES_VERSION_UNDEFINED

public static final int GL_ES_VERSION_UNDEFINED
See Also:
Constant Field Values

reqGlEsVersion

public int reqGlEsVersion

CREATOR

public static final Parcelable.Creator<ConfigurationInfo> CREATOR
Constructor Detail

ConfigurationInfo

public ConfigurationInfo()

ConfigurationInfo

public ConfigurationInfo(ConfigurationInfo orig)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

describeContents

public int describeContents()
Specified by:
describeContents in interface Parcelable

writeToParcel

public void writeToParcel(Parcel dest,
                          int parcelableFlags)
Specified by:
writeToParcel in interface Parcelable

getGlEsVersion

public java.lang.String getGlEsVersion()


Copyright © 2008-2010. All Rights Reserved.