Searched defs:darkIconColor (Results 1 – 6 of 6) sorted by relevance
53 public void updateIcon(int lightIconColor, int darkIconColor) { in updateIcon()119 protected KeyButtonDrawable getNewDrawable(int lightIconColor, int darkIconColor) { in getNewDrawable()
68 protected KeyButtonDrawable getNewDrawable(int lightIconColor, int darkIconColor) { in getNewDrawable()
127 public void updateIcons(int lightIconColor, int darkIconColor) { in updateIcons()
40 default void updateIcon(int lightIconColor, int darkIconColor) { } in updateIcon()
196 public void updateIcon(int lightIconColor, int darkIconColor) { in updateIcon()
167 @ColorInt int lightIconColor, @ColorInt int darkIconColor, in RotationButtonController()