Searched refs:mVerticalCorrection (Results 1 – 1 of 1) sorted by relevance
174 private int mVerticalCorrection; field in KeyboardView309 mVerticalCorrection = a.getDimensionPixelOffset(attr, 0); in KeyboardView()1228 if (touchY >= -mVerticalCorrection)1229 touchY += mVerticalCorrection;