Searched refs:pixelsPerCmY (Results 1 – 2 of 2) sorted by relevance
122 final float pixelsPerCmY = displayMetrics.ydpi / 2.54f; in Swipe() local124 mMinPixelsBetweenSamplesY = MIN_CM_BETWEEN_SAMPLES * pixelsPerCmY; in Swipe()
90 final float pixelsPerCmY = displayMetrics.ydpi / GestureUtils.CM_PER_INCH; in MultiFingerSwipe() local92 mMinPixelsBetweenSamplesY = MIN_CM_BETWEEN_SAMPLES * pixelsPerCmY; in MultiFingerSwipe()