Searched refs:getContrastedStaticDrawableColor (Results 1 – 3 of 3) sorted by relevance
120 int color = mIconView.getContrastedStaticDrawableColor(Color.WHITE); in testGetContrastedStaticDrawableColor()125 color = mIconView.getContrastedStaticDrawableColor(Color.WHITE); in testGetContrastedStaticDrawableColor()130 color = mIconView.getContrastedStaticDrawableColor(0xcc000000); in testGetContrastedStaticDrawableColor()
905 int shelfColor = icon.getContrastedStaticDrawableColor(backgroundColor); in setIconTransformationAmount()
796 int getContrastedStaticDrawableColor(int backgroundColor) { in getContrastedStaticDrawableColor() method in StatusBarIconView