Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
DFlingUpDownMethod.java132 private ImageView contactPuckBackground; field in FlingUpDownMethod
198 contactPuckBackground = (ImageView) view.findViewById(R.id.incoming_call_puck_bg); in onCreateView()
345 contactPuckBackground in updateContactPuck()
351 contactPuckBackground.setImageDrawable( in updateContactPuck()
353 ? makeRoundedDrawable(contactPuckBackground.getContext(), contactPhoto, size) in updateContactPuck()
355 ViewGroup.LayoutParams contactPuckParams = contactPuckBackground.getLayoutParams(); in updateContactPuck()
358 contactPuckBackground.setLayoutParams(contactPuckParams); in updateContactPuck()
448 contactPuckBackground.setBackgroundTintList(ColorStateList.valueOf(destPuckColor)); in updateSwipeTextAndPuckForTouch()
449 contactPuckBackground.setBackgroundTintMode(Mode.SRC_ATOP); in updateSwipeTextAndPuckForTouch()
450 contactPuckBackground.setColorFilter(destPuckColor); in updateSwipeTextAndPuckForTouch()
[all …]