Searched refs:mReponseGestures (Results 1 – 1 of 1) sorted by relevance
1357 private boolean mReponseGestures; field in PinyinIME.OnGestureListener1378 mReponseGestures = reponseGestures; in OnGestureListener()1441 if (mReponseGestures) onDirectionGesture(Gravity.RIGHT); in onScroll()1445 if (mReponseGestures) onDirectionGesture(Gravity.LEFT); in onScroll()1449 if (mReponseGestures) onDirectionGesture(Gravity.BOTTOM); in onScroll()1453 if (mReponseGestures) onDirectionGesture(Gravity.TOP); in onScroll()