Home
last modified time | relevance | path

Searched refs:mVerticalCorrection (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/inputmethodservice/
DKeyboardView.java182 private int mVerticalCorrection; field in KeyboardView
297 mVerticalCorrection = a.getDimensionPixelOffset(attr, 0); in KeyboardView()
1235 if (touchY >= -mVerticalCorrection)
1236 touchY += mVerticalCorrection;
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt22757 Landroid/inputmethodservice/KeyboardView;->mVerticalCorrection:I