Searched refs:longClick (Results 1 – 12 of 12) sorted by relevance
91 public void init(OnClickListener click, OnLongClickListener longClick) { in init() argument94 setOnLongClickListener(longClick); in init()
355 final View.OnLongClickListener longClick = new View.OnLongClickListener() { in addTile() local358 r.tile.longClick(); in addTile()362 r.tileView.init(click, longClick); in addTile()
180 public void longClick() { in longClick() method in QSTile
73 KeyUtils.longClick(this); in testKeypadLongClick()
77 KeyUtils.longClick(this); in testKeypadLongClick()
77 public static void longClick(ActivityInstrumentationTestCase test) { in longClick() method in KeyUtils
128 doc.longClick(); in selectDocument()
504 public boolean longClick() throws UiObjectNotFoundException { in longClick() method in UiObject
80 method public boolean longClick() throws com.android.uiautomator.core.UiObjectNotFoundException;
89 method public boolean longClick() throws com.android.uiautomator.core.UiObjectNotFoundException;
111 method public boolean longClick() throws com.android.uiautomator.core.UiObjectNotFoundException;
19 import static android.support.test.espresso.action.ViewActions.longClick;262 onView(withId(R.id.textview)).perform(longClick()); in testToolbarAppearsAfterSelection_withFirstStringLtrAlgorithmAndRtlHint()