Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
DFlingUpDownMethod.java348 shouldShowPhotoInPuck() in updateContactPuck()
352 shouldShowPhotoInPuck() in updateContactPuck()
359 contactPuckIcon.setAlpha(shouldShowPhotoInPuck() ? 0f : 1f); in updateContactPuck()
366 private boolean shouldShowPhotoInPuck() { in shouldShowPhotoInPuck() method in FlingUpDownMethod
460 if (shouldShowPhotoInPuck()) { in updateSwipeTextAndPuckForTouch()
518 contactPuckIcon.animate().alpha(shouldShowPhotoInPuck() ? 0 : alpha); in resetTouchState()
863 contactPuckIcon, shouldShowPhotoInPuck() ? 0 : 1, SETTLE_ANIMATION_DURATION_MILLIS); in startSwipeToAnswerSettleAnimation()