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

/frameworks/base/core/java/android/view/
H A DHardwareRenderer.java1040 fallback(error != EGL11.EGL_CONTEXT_LOST);
1044 private void fallback(boolean fallback) { argument
1046 if (fallback) {
1770 fallback(true);
/frameworks/base/services/input/
H A DInputDispatcher.cpp3530 // Get the fallback key state.
3540 // generated a fallback or if the window is not a foreground window,
3541 // then cancel the associated fallback key, if any.
3545 ALOGD("Unhandled key event: Asking policy to cancel fallback action. "
3561 // Cancel the fallback key.
3564 "application handled the original non-fallback key "
3566 "canceling previously dispatched fallback key");
3573 // If the application did not handle a non-fallback key, first check
3591 ALOGD("Unhandled key event: Asking policy to perform fallback action. "
3601 bool fallback local
[all...]

Completed in 68 milliseconds