Searched defs:conf (Results 1 - 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
H A DSettings.java368 public static boolean readHasHardwareKeyboard(final Configuration conf) { argument
373 return conf.keyboard != Configuration.KEYBOARD_NOKEYS
374 && conf.hardKeyboardHidden != Configuration.HARDKEYBOARDHIDDEN_YES;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLatinIME.java724 public void onConfigurationChanged(final Configuration conf) { argument
726 if (settingsValues.mDisplayOrientation != conf.orientation) {
730 if (settingsValues.mHasHardwareKeyboard != Settings.readHasHardwareKeyboard(conf)) {
746 super.onConfigurationChanged(conf);
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 118 milliseconds