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

/frameworks/base/core/java/android/view/
H A DHardwareRenderer.java962 fallback(error != EGL11.EGL_CONTEXT_LOST);
966 private void fallback(boolean fallback) { argument
968 if (fallback) {
1593 fallback(true);
/frameworks/base/services/input/
H A DInputDispatcher.cpp3504 // Get the fallback key state.
3514 // generated a fallback or if the window is not a foreground window,
3515 // then cancel the associated fallback key, if any.
3519 ALOGD("Unhandled key event: Asking policy to cancel fallback action. "
3535 // Cancel the fallback key.
3538 "application handled the original non-fallback key "
3540 "canceling previously dispatched fallback key");
3547 // If the application did not handle a non-fallback key, first check
3565 ALOGD("Unhandled key event: Asking policy to perform fallback action. "
3575 bool fallback local
[all...]

Completed in 1834 milliseconds