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

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

Completed in 160 milliseconds