Searched refs:mLongClicked (Results 1 – 5 of 5) 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()
81 @VisibleForTesting boolean mLongClicked; field in KeyButtonView136 mLongClicked = true;142 mLongClicked = true;282 mLongClicked = false; in onTouchEvent()319 final boolean doIt = isPressed() && !mLongClicked; in onTouchEvent()328 } else if (doHapticFeedback && !mLongClicked) { in onTouchEvent()383 if (action == MotionEvent.ACTION_UP && mLongClicked) { in logSomePresses()
211 assertThat(mTile.mLongClicked).isFalse(); in testLongClick_falsing()216 assertThat(mTile.mLongClicked).isTrue(); in testLongClick_falsing()534 boolean mLongClicked; field in QSTileImplTest.TileImpl569 mLongClicked = true; in handleLongClick()
127 mKeyButtonView.mLongClicked = true; in testNoLogTapAfterLong()