Searched refs:KeyguardAffordanceHelper (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NotificationPanelView.java | 59 KeyguardAffordanceHelper.Callback, NotificationStackScrollLayout.OnEmptySpaceClickListener { 73 private KeyguardAffordanceHelper mAfforanceHelper; 218 mAfforanceHelper = new KeyguardAffordanceHelper(this, getContext()); in onFinishInflate() 1469 lockIcon.setImageAlpha(KeyguardAffordanceHelper.SWIPE_RESTING_ALPHA_AMOUNT, true, in updateUnlockIcon() 1746 icon.setImageAlpha(1.0f, true, KeyguardAffordanceHelper.HINT_PHASE1_DURATION, in startHighlightIconAnimation() 1750 icon.setImageAlpha(KeyguardAffordanceHelper.SWIPE_RESTING_ALPHA_AMOUNT, in startHighlightIconAnimation() 1751 true, KeyguardAffordanceHelper.HINT_PHASE1_DURATION, in startHighlightIconAnimation()
|
D | KeyguardAffordanceHelper.java | 37 public class KeyguardAffordanceHelper { class 82 KeyguardAffordanceHelper(Callback callback, Context context) { in KeyguardAffordanceHelper() method in KeyguardAffordanceHelper
|