Searched refs:mTouchY (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/tests/TouchLatency/app/src/main/java/com/prefabulated/touchlatency/ |
D | TouchLatencyActivity.java | 92 mTouchY = event.getY(); in onTouch() 112 float deltaY = (mTouchY - mLastDrawnY); in drawTouch() 116 mLastDrawnY = mTouchY; in drawTouch() 119 canvas.drawCircle(mTouchX, mTouchY, INNER_RADIUS + 3 * scaleFactor, mRedPaint); in drawTouch() 120 canvas.drawCircle(mTouchX, mTouchY, INNER_RADIUS + 2 * scaleFactor, mYellowPaint); in drawTouch() 121 canvas.drawCircle(mTouchX, mTouchY, INNER_RADIUS + scaleFactor, mGreenPaint); in drawTouch() 122 canvas.drawCircle(mTouchX, mTouchY, INNER_RADIUS, mBluePaint); in drawTouch() 220 private float mTouchX, mTouchY; field in TouchLatencyView
|
/frameworks/base/core/java/android/widget/ |
D | Switch.java | 125 private float mTouchY; field in Switch 1029 mTouchY = y; in onTouchEvent() 1044 Math.abs(y - mTouchY) > mTouchSlop) { in onTouchEvent() 1048 mTouchY = y; in onTouchEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/egg/ |
D | MLand.java | 944 float y1 = p.mTouchY; 1014 private float mTouchX = -1, mTouchY = -1; 1152 mTouchY = y; 1172 mTouchX = mTouchY = -1;
|