Home
last modified time | relevance | path

Searched refs:appHwPref (Results 1 – 1 of 1) sorted by relevance

/development/apps/Development/src/com/android/development/
DAppHwPref.java79 ConfigurationInfo appHwPref[] = pInfo.configPreferences; in onCreate() local
82 if(appHwPref != null) { in onCreate()
84 displayTextView(R.id.attr_touchscreen, appHwPref, TOUCHSCREEN); in onCreate()
85 displayTextView(R.id.attr_input_method, appHwPref, KEYBOARD_TYPE); in onCreate()
86 displayTextView(R.id.attr_navigation, appHwPref, NAVIGATION); in onCreate()
87 … displayFlag(R.id.attr_hard_keyboard, ConfigurationInfo.INPUT_FEATURE_HARD_KEYBOARD, appHwPref); in onCreate()
88 … displayFlag(R.id.attr_five_way_nav, ConfigurationInfo.INPUT_FEATURE_FIVE_WAY_NAV, appHwPref); in onCreate()
89 displayTextView(R.id.attr_gles_version, appHwPref, GLES_VERSION); in onCreate()
93 void displayFlag(int viewId, int flagMask, ConfigurationInfo[] appHwPref) { in displayFlag() argument
94 if(appHwPref == null) { in displayFlag()
[all …]