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