Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/util/
DUserIcons.java105 public static int[] getUserIconColors(Resources resources) { in getUserIconColors() method in UserIcons
/frameworks/base/packages/SettingsLib/AvatarPicker/src/
DAvatarPickerActivity.java220 mUserIconColors = UserIcons.getUserIconColors(getResources()); in AvatarAdapter()