Searched refs:mLongClicked (Results 1 – 3 of 3) sorted by relevance
33 private boolean mLongClicked; field in LongpressTest47 mLongClicked = true; in setUp()57 mLongClicked = false; in tearDown()63 assertFalse(mLongClicked); in testSetUpConditions()73 assertTrue(mLongClicked); in testKeypadLongClick()80 assertTrue(mLongClicked); in testTouchLongClick()
34 private boolean mLongClicked; field in DisabledLongpressTest48 mLongClicked = true; in setUp()61 mLongClicked = false; in tearDown()67 assertFalse(mLongClicked); in testSetUpConditions()77 assertFalse(mLongClicked); in testKeypadLongClick()84 assertFalse(mLongClicked); in testTouchLongClick()
68 private boolean mLongClicked; field in KeyButtonView81 mLongClicked = true;85 mLongClicked = true;212 mLongClicked = false; in onTouchEvent()255 final boolean doIt = isPressed() && !mLongClicked; in onTouchEvent()264 } else if (doHapticFeedback && !mLongClicked) { in onTouchEvent()