Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLockIcon.java171 int iconRes = isAnim ? getThemedAnimationResId(lockAnimIndex) : getIconForState(newState); in getIcon()
252 private int getThemedAnimationResId(@LockAnimIndex int lockAnimIndex) { in getThemedAnimationResId() method in LockIcon