Searched refs:mLongClicked (Results 1 – 3 of 3) sorted by relevance
35 private boolean mLongClicked; field in LongpressTest49 mLongClicked = true; in setUp()59 mLongClicked = false; in tearDown()66 assertFalse(mLongClicked); in testSetUpConditions()76 assertTrue(mLongClicked); in testKeypadLongClick()83 assertTrue(mLongClicked); in testTouchLongClick()
36 private boolean mLongClicked; field in DisabledLongpressTest50 mLongClicked = true; in setUp()63 mLongClicked = false; in tearDown()70 assertFalse(mLongClicked); in testSetUpConditions()80 assertFalse(mLongClicked); in testKeypadLongClick()87 assertFalse(mLongClicked); in testTouchLongClick()
58 private boolean mLongClicked; field in KeyButtonView67 mLongClicked = true;71 mLongClicked = true;182 mLongClicked = false; in onTouchEvent()209 final boolean doIt = isPressed() && !mLongClicked; in onTouchEvent()