am 6a8cf1ed: Revised screen metrics value of LatinImeLogger

* commit '6a8cf1edbe88ef9f23f97a288ccf79a1c2d45f80':
  Revised screen metrics value of LatinImeLogger
main
Tadashi G. Takaoka 2013-12-01 22:34:43 -08:00 committed by Android Git Automerger
commit efb750aba5
6 changed files with 92 additions and 22 deletions

View File

@ -2,7 +2,7 @@
<!-- <!--
/* /*
** **
** Copyright 2011, The Android Open Source Project ** Copyright 2013, The Android Open Source Project
** **
** Licensed under the Apache License, Version 2.0 (the "License"); ** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License. ** you may not use this file except in compliance with the License.
@ -20,11 +20,10 @@
<resources> <resources>
<!-- Screen metrics for logging. <!-- Screen metrics for logging.
0 = "mdpi phone screen" 0 = "small phone screen"
1 = "hdpi phone screen" 1 = "large phone screen"
2 = "mdpi 11 inch tablet screen" 2 = "large tablet screen"
3 = "xhdpi phone screen?" 3 = "small tablet screen"
4 = ?
--> -->
<integer name="log_screen_metrics">1</integer> <integer name="log_screen_metrics">1</integer>
</resources> </resources>

View File

@ -0,0 +1,29 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
**
** Copyright 2013, The Android Open Source Project
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
** You may obtain a copy of the License at
**
** http://www.apache.org/licenses/LICENSE-2.0
**
** Unless required by applicable law or agreed to in writing, software
** distributed under the License is distributed on an "AS IS" BASIS,
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
** See the License for the specific language governing permissions and
** limitations under the License.
*/
-->
<resources>
<!-- Screen metrics for logging.
0 = "small phone screen"
1 = "large phone screen"
2 = "large tablet screen"
3 = "small tablet screen"
-->
<integer name="log_screen_metrics">3</integer>
</resources>

View File

@ -0,0 +1,29 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
**
** Copyright 2013, The Android Open Source Project
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
** You may obtain a copy of the License at
**
** http://www.apache.org/licenses/LICENSE-2.0
**
** Unless required by applicable law or agreed to in writing, software
** distributed under the License is distributed on an "AS IS" BASIS,
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
** See the License for the specific language governing permissions and
** limitations under the License.
*/
-->
<resources>
<!-- Screen metrics for logging.
0 = "small phone screen"
1 = "large phone screen"
2 = "large tablet screen"
3 = "small tablet screen"
-->
<integer name="log_screen_metrics">2</integer>
</resources>

View File

@ -33,12 +33,4 @@
<!-- Showing more keys keyboard, just above the touched point if true, aligned to the key if <!-- Showing more keys keyboard, just above the touched point if true, aligned to the key if
false --> false -->
<bool name="config_show_more_keys_keyboard_at_touched_point">true</bool> <bool name="config_show_more_keys_keyboard_at_touched_point">true</bool>
<!-- Screen metrics for logging.
0 = "mdpi phone screen"
1 = "hdpi phone screen"
2 = "mdpi 11 inch tablet screen"
3 = "xhdpi phone screen?"
4 = ?
-->
<integer name="log_screen_metrics">2</integer>
</resources> </resources>

View File

@ -0,0 +1,29 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
**
** Copyright 2013, The Android Open Source Project
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
** You may obtain a copy of the License at
**
** http://www.apache.org/licenses/LICENSE-2.0
**
** Unless required by applicable law or agreed to in writing, software
** distributed under the License is distributed on an "AS IS" BASIS,
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
** See the License for the specific language governing permissions and
** limitations under the License.
*/
-->
<resources>
<!-- Screen metrics for logging.
0 = "small phone screen"
1 = "large phone screen"
2 = "large tablet screen"
3 = "small tablet screen"
-->
<integer name="log_screen_metrics">0</integer>
</resources>

View File

@ -118,12 +118,4 @@
<!-- Threshold of the normalized score of the best suggestion for the spell checker to declare <!-- Threshold of the normalized score of the best suggestion for the spell checker to declare
a word to be "recommended" --> a word to be "recommended" -->
<string name="spellchecker_recommended_threshold_value" translatable="false">0.11</string> <string name="spellchecker_recommended_threshold_value" translatable="false">0.11</string>
<!-- Screen metrics for logging.
0 = "mdpi phone screen"
1 = "hdpi phone screen"
2 = "mdpi 11 inch tablet screen"
3 = "xhdpi phone screen?"
4 = ?
-->
<integer name="log_screen_metrics">0</integer>
</resources> </resources>