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
1828 * Returns {@link #DISPATCH_IN_PROGRESS} if the event is in progress and the
1860 return DISPATCH_IN_PROGRESS;
1899 if (result == DISPATCH_IN_PROGRESS) {
1926 return DISPATCH_IN_PROGRESS;
/frameworks/base/media/java/android/media/tv/
H A DTvInputManager.java1622 static final int DISPATCH_IN_PROGRESS = -1; field in class:TvInputManager.Session
2237 * {@link #DISPATCH_IN_PROGRESS} if the event is in progress and the callback will
2260 return DISPATCH_IN_PROGRESS;
2285 if (result == DISPATCH_IN_PROGRESS) {
2306 return DISPATCH_IN_PROGRESS;

Completed in 225 milliseconds