Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DHandlerActionQueue.java120 public boolean matches(Runnable otherAction) { in matches() argument
121 return otherAction == null && action == null in matches()
122 || action != null && action.equals(otherAction); in matches()