Searched defs:victim (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DEditorAnimator.java51 public void removeEditorView(final View victim) { argument
53 final int offset = victim.getHeight();
55 final List<View> viewsToMove = getViewsBelowOf(victim);
60 ObjectAnimator.ofFloat(victim, View.ALPHA, 1.0f, 0.0f);
77 final ViewGroup victimParent = (ViewGroup) victim.getParent();
79 victimParent.removeView(victim);

Completed in 693 milliseconds