Home | History | Annotate | Download | only in phone

Lines Matching refs:KeyguardAffordanceView

32 import com.android.systemui.statusbar.KeyguardAffordanceView;
60 private KeyguardAffordanceView mLeftIcon;
61 private KeyguardAffordanceView mCenterIcon;
62 private KeyguardAffordanceView mRightIcon;
216 final KeyguardAffordanceView targetView = right ? mRightIcon : mLeftIcon;
248 final KeyguardAffordanceView targetView = right ? mRightIcon : mLeftIcon;
271 final KeyguardAffordanceView targetView = right ? mRightIcon : mLeftIcon;
338 KeyguardAffordanceView targetView = mTranslation > 0 ? mLeftIcon : mRightIcon;
351 KeyguardAffordanceView targetView = translation > 0 ? mLeftIcon : mRightIcon;
352 KeyguardAffordanceView otherView = translation > 0 ? mRightIcon : mLeftIcon;
377 private void updateIconsFromRadius(KeyguardAffordanceView targetView, float newRadius) {
386 KeyguardAffordanceView otherView = targetView == mRightIcon ? mLeftIcon : mRightIcon;
406 private void updateIcon(KeyguardAffordanceView view, float circleRadius, float alpha,
415 private void updateIconAlpha(KeyguardAffordanceView view, float alpha, boolean animate) {
424 KeyguardAffordanceView.MIN_ICON_SCALE_AMOUNT;
425 return Math.min(scale, KeyguardAffordanceView.MAX_ICON_SCALE_AMOUNT);
480 KeyguardAffordanceView getLeftIcon();
482 KeyguardAffordanceView getCenterIcon();
484 KeyguardAffordanceView getRightIcon();