1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3/* 4** 5** Copyright 2011, The Android Open Source Project 6** 7** Licensed under the Apache License, Version 2.0 (the "License"); 8** you may not use this file except in compliance with the License. 9** You may obtain a copy of the License at 10** 11** http://www.apache.org/licenses/LICENSE-2.0 12** 13** Unless required by applicable law or agreed to in writing, software 14** distributed under the License is distributed on an "AS IS" BASIS, 15** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 16** See the License for the specific language governing permissions and 17** limitations under the License. 18*/ 19--> 20<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> 21 <!-- 22 An entry of the touch_position_correction word should be: 23 1. (float) (touch_center_x - key_center_x) / key_width 24 2. (float) (touch_center_y - key_center_y) / key_height 25 3. (float) sweet_spot_radius / (key_width^2 + key_height^2) 26 --> 27 28 <string-array 29 name="touch_position_correction_data_empty" 30 translatable="false" 31 > 32 <!-- empty --> 33 </string-array> 34 35 <string-array 36 name="touch_position_correction_data_gingerbread" 37 translatable="false" 38 > 39 <!-- First row --> 40 <item>0.0091285</item> 41 <item>0.1193203</item> 42 <item>0.1622607</item> 43 44 <!-- Second row --> 45 <item>-0.0233128</item> 46 <item>0.1379798</item> 47 <item>0.1585229</item> 48 49 <!-- Third row --> 50 <item>-0.0080185</item> 51 <item>0.1911477</item> 52 <item>0.1570948</item> 53 </string-array> 54 55 <string-array 56 name="touch_position_correction_data_ice_cream_sandwich" 57 translatable="false" 58 > 59 <!-- First row --> 60 <item>0.0038756</item> 61 <item>-0.0005677</item> 62 <item>0.1577026</item> 63 64 <!-- Second row --> 65 <item>-0.0236678</item> 66 <item>0.0381731</item> 67 <item>0.1529972</item> 68 69 <!-- Third row --> 70 <item>-0.0086827</item> 71 <item>0.0880847</item> 72 <item>0.1522819</item> 73 </string-array> 74</resources>