Searched refs:victim (Results 1 – 6 of 6) sorted by relevance
51 public void removeEditorView(final View victim) { in removeEditorView() argument53 final int offset = victim.getHeight(); in removeEditorView()55 final List<View> viewsToMove = getViewsBelowOf(victim); in removeEditorView()60 ObjectAnimator.ofFloat(victim, View.ALPHA, 1.0f, 0.0f); in removeEditorView()77 final ViewGroup victimParent = (ViewGroup) victim.getParent(); in removeEditorView()79 victimParent.removeView(victim); in removeEditorView()
475 final String victim = mVoicemailProviders.getKey(); in onActivityResult() local476 if (DBG) log("Relaunching activity and ignoring " + victim); in onActivityResult()478 i.putExtra(IGNORE_PROVIDER_EXTRA, victim); in onActivityResult()