Home | History | Annotate | Download | only in keyguard

Lines Matching refs:touchState

1193     private void setTouchState(int touchState) {
1194 if (mTouchState != touchState) {
1195 if (DEBUG_WARP) Log.v(TAG, "mTouchState changing to " + touchState);
1196 onTouchStateChanged(touchState);
1197 mTouchState = touchState;