diff options
Diffstat (limited to 'java/res/values/touch-position-correction.xml')
-rw-r--r-- | java/res/values/touch-position-correction.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/res/values/touch-position-correction.xml b/java/res/values/touch-position-correction.xml index e090d106b..bc3d17ccd 100644 --- a/java/res/values/touch-position-correction.xml +++ b/java/res/values/touch-position-correction.xml @@ -18,7 +18,7 @@ */ --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Note that correctionX is obsolete (See com.android.inputmethod.keyboard.internal.TouchPositionCorrection) + <!-- Note that correctionX is obsolete (See org.kelar.inputmethod.keyboard.internal.TouchPositionCorrection) An entry of the touch_position_correction word should be: 1. correctionX: (touch_center_x - hitbox_center_x) / hitbox_width 2. correctionY: (touch_center_y - hitbox_center_y) / hitbox_height @@ -29,7 +29,7 @@ name="touch_position_correction_data_default" translatable="false" > - <!-- The default touch position data (See com.android.inputmethod.keyboard.ProximityInfo) + <!-- The default touch position data (See org.kelar.inputmethod.keyboard.ProximityInfo) correctionX = 0.0f correctionY = 0.0f correctionR = DEFAULT_TOUCH_POSITION_CORRECTION_RADIUS |