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

/frameworks/base/media/java/android/media/
H A DUtils.java201 static Size parseSize(Object o, Size fallback) { argument
207 return fallback;
210 return fallback;
213 static int parseIntSafely(Object o, int fallback) { argument
220 return fallback;
223 return fallback;
226 static Range<Integer> parseIntRange(Object o, Range<Integer> fallback) { argument
240 return fallback;
244 return fallback;
247 static Range<Long> parseLongRange(Object o, Range<Long> fallback) { argument
268 parseRationalRange(Object o, Range<Rational> fallback) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DProgressBar.java1223 private void setDrawableTint(int id, ColorStateList tint, Mode tintMode, boolean fallback) { argument
1232 if (fallback && layer == null) {
/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp3556 // Get the fallback key state.
3566 // generated a fallback or if the window is not a foreground window,
3567 // then cancel the associated fallback key, if any.
3571 ALOGD("Unhandled key event: Asking policy to cancel fallback action. "
3587 // Cancel the fallback key.
3590 "application handled the original non-fallback key "
3592 "canceling previously dispatched fallback key");
3599 // If the application did not handle a non-fallback key, first check
3617 ALOGD("Unhandled key event: Asking policy to perform fallback action. "
3627 bool fallback local
[all...]

Completed in 442 milliseconds