Searched refs:onLongClick (Results 1 – 8 of 8) sorted by relevance
42 public boolean onLongClick(View v) { in onCreate()
47 public boolean onLongClick(View view) { in onLongClick() method in EventCapturingLongClickListener
548 public boolean onLongClick(View view) { in setPassFailClickListeners()558 public boolean onLongClick(View view) { in setPassFailClickListeners()578 public boolean onLongClick(View view) { in setInfo()
187 public boolean onLongClick(View v) { in onLongClick() method in ZoomButtonTest.ZoomLongClickListener
3480 when(mockOnLongClickListener.onLongClick(any(View.class))).thenReturn(Boolean.TRUE); in testPerformLongClick()3493 verify(mockOnLongClickListener, times(1)).onLongClick(mTextView); in testPerformLongClick()3497 when(mockOnLongClickListener.onLongClick(any(View.class))).thenReturn(Boolean.FALSE); in testPerformLongClick()3499 verify(mockOnLongClickListener, times(1)).onLongClick(mTextView); in testPerformLongClick()
406 verify(onLongClickListener, within(1000)).onLongClick(mEditText); in testSetupListeners()
1821 public boolean onLongClick(View v) { in testShowContextMenu_withDefaultHapticFeedbackDisabled_performHapticFeedback()1924 doReturn(true).when(listener).onLongClick(any()); in testPerformLongClick()1937 verify(listener, times(1)).onLongClick(view); in testPerformLongClick()1958 public boolean onLongClick(View v) { in testPerformLongClick_withDefaultHapticFeedbackDisabled_skipHapticFeedback()1981 public boolean onLongClick(View v) { in testPerformLongClick_withListenerRemovedOnLongClick_upholdDefaultHapticOverride()2022 when(listener.onLongClick(any(View.class))).thenReturn(true); in testPerformLongClickXY_WithListener()2028 verify(listener, never()).onLongClick(any(View.class)); in testPerformLongClickXY_WithListener()2036 verify(listener).onLongClick(view); in testPerformLongClickXY_WithListener()2051 doReturn(true).when(listener).onLongClick(any()); in testSetOnLongClickListener()
53457 method public boolean onLongClick(android.view.View);61378 method @Deprecated public boolean onLongClick(android.view.View);