Searched refs:KeyguardAffordanceHelper (Results 1 – 4 of 4) sorted by relevance
40 import com.android.systemui.statusbar.phone.KeyguardAffordanceHelper;79 private float mRestingAlpha = KeyguardAffordanceHelper.SWIPE_RESTING_ALPHA_AMOUNT;
37 public class KeyguardAffordanceHelper { class85 KeyguardAffordanceHelper(Callback callback, Context context) { in KeyguardAffordanceHelper() method in KeyguardAffordanceHelper
131 anyFingerprintIcon ? 1f : KeyguardAffordanceHelper.SWIPE_RESTING_ALPHA_AMOUNT); in update()
67 KeyguardAffordanceHelper.Callback, NotificationStackScrollLayout.OnEmptySpaceClickListener,88 private KeyguardAffordanceHelper mAfforanceHelper;258 mAfforanceHelper = new KeyguardAffordanceHelper(this, getContext()); in onFinishInflate()1984 icon.setImageAlpha(1.0f, true, KeyguardAffordanceHelper.HINT_PHASE1_DURATION, in startHighlightIconAnimation()1989 true /* animate */, KeyguardAffordanceHelper.HINT_PHASE1_DURATION, in startHighlightIconAnimation()