Home | History | Annotate | Download | only in phone

Lines Matching refs:screenX

4916         public void onDoubleTap(float screenX, float screenY) {
4917 if (screenX > 0 && screenY > 0 && mAmbientIndicationContainer != null
4920 float viewX = screenX - mTmpInt2[0];