Searched refs:ACCELERATION_FACTOR (Results 1 – 2 of 2) sorted by relevance
218 float ACCELERATION_FACTOR = 8; in touchScreen() local219 float scaleFactor = (float) Math.pow(2.f, yDistNorm * ACCELERATION_FACTOR); in touchScreen()236 ACCELERATION_FACTOR = 2; in touchScreen()237 scaleFactor = (float) Math.pow(2.f, yDistNorm * ACCELERATION_FACTOR); in touchScreen()
217 float ACCELERATION_FACTOR = 8; in touchScreen() local218 float scaleFactor = (float) Math.pow(2.f, yDistNorm * ACCELERATION_FACTOR); in touchScreen()235 ACCELERATION_FACTOR = 2; in touchScreen()236 scaleFactor = (float) Math.pow(2.f, yDistNorm * ACCELERATION_FACTOR); in touchScreen()