Home
last modified time | relevance | path

Searched refs:safeReturnAttrDefault (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashscreenContentDrawer.java399 final int resId = safeReturnAttrDefault((def) -> in peekLegacySplashscreenContent()
469 private static <T> T safeReturnAttrDefault(UnaryOperator<T> getMethod, T def) { in safeReturnAttrDefault() method in SplashscreenContentDrawer
486 attrs.mWindowBgColor = safeReturnAttrDefault((def) -> typedArray.getColor( in getWindowAttrs()
489 attrs.mSplashScreenIcon = safeReturnAttrDefault((def) -> typedArray.getDrawable( in getWindowAttrs()
491 attrs.mBrandingImage = safeReturnAttrDefault((def) -> typedArray.getDrawable( in getWindowAttrs()
493 attrs.mIconBgColor = safeReturnAttrDefault((def) -> typedArray.getColor( in getWindowAttrs()