Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardAffordanceHelper.java59 private KeyguardAffordanceView mLeftIcon; field in KeyguardAffordanceHelper
86 updateIcon(mLeftIcon, 0.0f, SWIPE_RESTING_ALPHA_AMOUNT, false, false); in KeyguardAffordanceHelper()
110 mLeftIcon = mCallback.getLeftIcon(); in initIcons()
111 mLeftIcon.setIsLeft(true); in initIcons()
115 mLeftIcon.setPreviewView(mCallback.getLeftPreview()); in initIcons()
194 return mLeftIcon.getVisibility() == View.VISIBLE; in leftSwipePossible()
207 final KeyguardAffordanceView targetView = right ? mRightIcon : mLeftIcon; in startHintAnimationPhase1()
239 final KeyguardAffordanceView targetView = right ? mRightIcon : mLeftIcon; in startUnlockHintAnimationPhase2()
262 final KeyguardAffordanceView targetView = right ? mRightIcon : mLeftIcon; in getAnimatorToRadius()
329 KeyguardAffordanceView targetView = mTranslation > 0 ? mLeftIcon : mRightIcon;
[all …]