Searched defs:LongPressAction (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DGlobalActions.java197 && !(mAdapter.getItem(0) instanceof LongPressAction)) {
319 if (action instanceof LongPressAction) {
320 return ((LongPressAction) action).onLongPress();
332 private final class PowerAction extends SinglePressAction implements LongPressAction {
663 private interface LongPressAction extends Action { interface in class:GlobalActions

Completed in 97 milliseconds