Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashscreenContentDrawer.java130 private final boolean mCanUseAppIconForSplashScreen; field in SplashscreenContentDrawer
147 mCanUseAppIconForSplashScreen = context.getResources().getBoolean( in SplashscreenContentDrawer()
460 return mCanUseAppIconForSplashScreen || mTmpAttrs.mSplashScreenIcon != null in canUseIcon()