Searched refs:createTranslation (Results 1 – 1 of 1) sorted by relevance
955 Animator topRow = createTranslation(rootView.findViewById(R.id.contactgrid_top_row)); in animateEntry()956 Animator contactName = createTranslation(rootView.findViewById(R.id.contactgrid_contact_name)); in animateEntry()957 Animator bottomRow = createTranslation(rootView.findViewById(R.id.contactgrid_bottom_row)); in animateEntry()958 Animator important = createTranslation(importanceBadge); in animateEntry()959 Animator dataContainer = createTranslation(rootView.findViewById(R.id.incall_data_container)); in animateEntry()965 builder.with(createTranslation(rootView.findViewById(R.id.incall_location_holder))); in animateEntry()979 private ObjectAnimator createTranslation(View view) { in createTranslation() method in AnswerFragment