Searched refs:createTranslation (Results 1 – 1 of 1) sorted by relevance
950 Animator topRow = createTranslation(rootView.findViewById(R.id.contactgrid_top_row)); in animateEntry()951 Animator contactName = createTranslation(rootView.findViewById(R.id.contactgrid_contact_name)); in animateEntry()952 Animator bottomRow = createTranslation(rootView.findViewById(R.id.contactgrid_bottom_row)); in animateEntry()953 Animator important = createTranslation(importanceBadge); in animateEntry()954 Animator dataContainer = createTranslation(rootView.findViewById(R.id.incall_data_container)); in animateEntry()960 builder.with(createTranslation(rootView.findViewById(R.id.incall_location_holder))); in animateEntry()974 private ObjectAnimator createTranslation(View view) { in createTranslation() method in AnswerFragment