Searched refs:LONG_CLICK_EVENT (Results 1 – 8 of 8) sorted by relevance
28 private static final Pattern LONG_CLICK_EVENT = Pattern.compile("onAllAppsItemLongClick"); field in AllAppsAppIcon36 return LONG_CLICK_EVENT; in getLongClickEvent()
28 private static final Pattern LONG_CLICK_EVENT = Pattern.compile("onTaskbarItemLongClick"); field in TaskbarSearchWebSuggestion37 return LONG_CLICK_EVENT; in getLongClickEvent()
29 private static final Pattern LONG_CLICK_EVENT = Pattern.compile("onTaskbarItemLongClick"); field in TaskbarAppIconMenuItem38 mLauncher.expectEvent(TestProtocol.SEQUENCE_MAIN, LONG_CLICK_EVENT); in addExpectedEventsForLongClick()
29 private static final Pattern LONG_CLICK_EVENT = Pattern.compile("onAllAppsItemLongClick"); field in SearchWebSuggestion55 return LONG_CLICK_EVENT; in getLongClickEvent()
27 private static final Pattern LONG_CLICK_EVENT = Pattern.compile("onTaskbarItemLongClick"); field in TaskbarAppIcon36 return LONG_CLICK_EVENT; in getLongClickEvent()
31 static final Pattern LONG_CLICK_EVENT = Pattern.compile("Widgets.onLongClick"); field in Widget48 mLauncher.expectEvent(TestProtocol.SEQUENCE_MAIN, LONG_CLICK_EVENT); in addExpectedEventsForLongClick()
72 static final Pattern LONG_CLICK_EVENT = Pattern.compile("onWorkspaceItemLongClick"); field in Workspace312 TestProtocol.SEQUENCE_MAIN, LONG_CLICK_EVENT)); in dragIcon()395 () -> mLauncher.expectEvent(TestProtocol.SEQUENCE_MAIN, LONG_CLICK_EVENT), in mLauncher.expectEvent() argument420 () -> mLauncher.expectEvent(TestProtocol.SEQUENCE_MAIN, LONG_CLICK_EVENT),602 () -> launcher.expectEvent(TestProtocol.SEQUENCE_MAIN, LONG_CLICK_EVENT),
36 return Workspace.LONG_CLICK_EVENT; in getLongClickEvent()