Home | History | Annotate | Download | only in keyguard

Lines Matching refs:targetAlpha

293         final float targetAlpha = visible ? 1.f : 0.f;
294 if (targetAlpha == mHandleAlpha) {
297 mHandleAnimation = ObjectAnimator.ofFloat(this, HANDLE_ALPHA, targetAlpha);