Searched refs:mLongClicked (Results 1 – 3 of 3) 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()
75 private boolean mLongClicked; field in KeyButtonView92 mLongClicked = true;96 mLongClicked = true;230 mLongClicked = false; in onTouchEvent()268 final boolean doIt = isPressed() && !mLongClicked; in onTouchEvent()277 } else if (doHapticFeedback && !mLongClicked) { in onTouchEvent()