Searched defs:bouncerFrame (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardSecurityViewHelper.java31 final View ecaView, Drawable bouncerFrame, int duration) {
58 if (bouncerFrame != null) {
60 Animator anim = ObjectAnimator.ofInt(bouncerFrame, "alpha", 0, 255);
64 bouncerFrame.setAlpha(255);
70 View ecaView, Drawable bouncerFrame, int duration) {
84 if (bouncerFrame != null) {
86 Animator anim = ObjectAnimator.ofInt(bouncerFrame, "alpha", 255, 0);
90 bouncerFrame.setAlpha(0);
30 showBouncer(SecurityMessageDisplay securityMessageDisplay, final View ecaView, Drawable bouncerFrame, int duration) argument
69 hideBouncer(SecurityMessageDisplay securityMessageDisplay, View ecaView, Drawable bouncerFrame, int duration) argument

Completed in 36 milliseconds