Searched refs:victim (Results 1 – 3 of 3) sorted by relevance
50 public void removeEditorView(final View victim) { in removeEditorView() argument52 final int offset = victim.getHeight(); in removeEditorView()54 final List<View> viewsToMove = getViewsBelowOf(victim); in removeEditorView()59 ObjectAnimator.ofFloat(victim, View.ALPHA, 1.0f, 0.0f); in removeEditorView()76 final ViewGroup victimParent = (ViewGroup) victim.getParent(); in removeEditorView()78 victimParent.removeView(victim); in removeEditorView()
467 final String victim = mVoicemailProviders.getKey(); in onActivityResult() local468 if (DBG) log("Relaunching activity and ignoring " + victim); in onActivityResult()470 i.putExtra(IGNORE_PROVIDER_EXTRA, victim); in onActivityResult()