Searched refs:windowBgColorSupplier (Results 1 – 2 of 2) sorted by relevance
191 final IntSupplier windowBgColorSupplier = () -> windowBgColor; in testColorCache() local196 windowBgColorSupplier); in testColorCache()202 windowBgColorSupplier); in testColorCache()212 windowBgColorSupplier); in testColorCache()
464 private int getBGColorFromCache(ActivityInfo ai, IntSupplier windowBgColorSupplier) { in getBGColorFromCache() argument466 mTmpAttrs.mWindowBgColor, mTmpAttrs.mWindowBgResId, windowBgColorSupplier).mBgColor; in getBGColorFromCache()1145 int windowBgResId, IntSupplier windowBgColorSupplier) { in getWindowColor() argument1160 final WindowColor windowColor = new WindowColor(hash, windowBgColorSupplier.getAsInt()); in getWindowColor()