Searched refs:fallback (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
H A DHardwareRenderer.java769 fallback(error != EGL11.EGL_CONTEXT_LOST);
773 private void fallback(boolean fallback) { argument
775 if (fallback) {
1353 fallback(true);
/frameworks/base/services/input/
H A DInputDispatcher.cpp3502 // Get the fallback key state.
3512 // generated a fallback or if the window is not a foreground window,
3513 // then cancel the associated fallback key, if any.
3517 ALOGD("Unhandled key event: Asking policy to cancel fallback action. "
3533 // Cancel the fallback key.
3536 "application handled the original non-fallback key "
3538 "canceling previously dispatched fallback key");
3545 // If the application did not handle a non-fallback key, first check
3563 ALOGD("Unhandled key event: Asking policy to perform fallback action. "
3573 bool fallback local
[all...]

Completed in 873 milliseconds