Searched refs:TAP_STATE_DOUBLE_TAP (Results 1 – 2 of 2) sorted by relevance
344 private static final int TAP_STATE_DOUBLE_TAP = 2; field in Editor1445 || ((mTapState == TAP_STATE_DOUBLE_TAP) && isMouse)) in updateTapState()1449 mTapState = TAP_STATE_DOUBLE_TAP; in updateTapState()5130 && ((mTapState == TAP_STATE_DOUBLE_TAP) in show()5138 if ((mTapState != TAP_STATE_DOUBLE_TAP) && (mTapState != TAP_STATE_TRIPLE_CLICK) in show()5940 if (mTapState == TAP_STATE_DOUBLE_TAP5953 if (mTapState == TAP_STATE_DOUBLE_TAP) {
81829 Landroid/widget/Editor;->TAP_STATE_DOUBLE_TAP:I