Searched refs:contactPuckBackground (Results 1 – 1 of 1) sorted by relevance
132 private ImageView contactPuckBackground; field in FlingUpDownMethod198 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 …]