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

/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java252 public static final int DISPATCH_IN_PROGRESS = -1; field in class:InputMethodManager
1862 * Returns {@link #DISPATCH_IN_PROGRESS} if the event is in progress and the
1894 return DISPATCH_IN_PROGRESS;
1933 if (result == DISPATCH_IN_PROGRESS) {
1960 return DISPATCH_IN_PROGRESS;
/frameworks/base/media/java/android/media/tv/
H A DTvInputManager.java1708 static final int DISPATCH_IN_PROGRESS = -1; field in class:TvInputManager.Session
2323 * {@link #DISPATCH_IN_PROGRESS} if the event is in progress and the callback will
2346 return DISPATCH_IN_PROGRESS;
2371 if (result == DISPATCH_IN_PROGRESS) {
2392 return DISPATCH_IN_PROGRESS;

Completed in 95 milliseconds