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

/frameworks/base/core/java/android/view/
H A DHardwareRenderer.java729 fallback(error != EGL11.EGL_CONTEXT_LOST);
734 private void fallback(boolean fallback) { argument
736 if (fallback) {
1294 fallback(true);
/frameworks/base/services/input/
H A DInputDispatcher.cpp3440 // Get the fallback key state.
3450 // generated a fallback or if the window is not a foreground window,
3451 // then cancel the associated fallback key, if any.
3455 ALOGD("Unhandled key event: Asking policy to cancel fallback action. "
3471 // Cancel the fallback key.
3474 "application handled the original non-fallback key "
3476 "canceling previously dispatched fallback key");
3483 // If the application did not handle a non-fallback key, first check
3501 ALOGD("Unhandled key event: Asking policy to perform fallback action. "
3511 bool fallback local
[all...]

Completed in 14 milliseconds