Searched refs:mLongClicked (Results 1 – 4 of 4) sorted by relevance
35 private boolean mLongClicked; field in DisabledLongpressTest49 mLongClicked = true; in setUp()62 mLongClicked = false; in tearDown()68 assertFalse(mLongClicked); in testSetUpConditions()78 assertFalse(mLongClicked); in testKeypadLongClick()85 assertFalse(mLongClicked); in testTouchLongClick()
34 private boolean mLongClicked; field in LongpressTest48 mLongClicked = true; in setUp()58 mLongClicked = false; in tearDown()64 assertFalse(mLongClicked); in testSetUpConditions()74 assertTrue(mLongClicked); in testKeypadLongClick()81 assertTrue(mLongClicked); in testTouchLongClick()
79 @VisibleForTesting boolean mLongClicked; field in KeyButtonView130 mLongClicked = true;134 mLongClicked = true;270 mLongClicked = false; in onTouchEvent()308 final boolean doIt = isPressed() && !mLongClicked; in onTouchEvent()317 } else if (doHapticFeedback && !mLongClicked) { in onTouchEvent()372 if (action == MotionEvent.ACTION_UP && mLongClicked) { in logSomePresses()
128 mKeyButtonView.mLongClicked = true; in testNoLogTapAfterLong()