Home
last modified time | relevance | path

Searched refs:handleViewClick (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/views/
DOptionsPopupView.java70 handleViewClick(view, Action.Touch.TAP); in onClick()
75 return handleViewClick(view, Action.Touch.LONGPRESS); in onLongClick()
78 private boolean handleViewClick(View view, int action) { in handleViewClick() method in OptionsPopupView