Home | History | Annotate | Download | only in view

Lines Matching refs:victim

402      * @param victim The callback to remove
408 public void removeOnWindowAttachListener(OnWindowAttachListener victim) {
413 mOnWindowAttachListeners.remove(victim);
437 * @param victim The callback to remove
443 public void removeOnWindowFocusChangeListener(OnWindowFocusChangeListener victim) {
448 mOnWindowFocusListeners.remove(victim);
471 * @param victim The callback to remove
477 public void removeOnGlobalFocusChangeListener(OnGlobalFocusChangeListener victim) {
482 mOnGlobalFocusListeners.remove(victim);
506 * @param victim The callback to remove
515 public void removeGlobalOnLayoutListener(OnGlobalLayoutListener victim) {
516 removeOnGlobalLayoutListener(victim);
522 * @param victim The callback to remove
528 public void removeOnGlobalLayoutListener(OnGlobalLayoutListener victim) {
533 mOnGlobalLayoutListeners.remove(victim);
556 * @param victim The callback to remove
562 public void removeOnPreDrawListener(OnPreDrawListener victim) {
567 mOnPreDrawListeners.remove(victim);
594 * @param victim The callback to remove
600 public void removeOnDrawListener(OnDrawListener victim) {
605 mOnDrawListeners.remove(victim);
628 * @param victim The callback to remove
634 public void removeOnScrollChangedListener(OnScrollChangedListener victim) {
639 mOnScrollChangedListeners.remove(victim);
662 * @param victim The callback to remove
668 public void removeOnTouchModeChangeListener(OnTouchModeChangeListener victim) {
673 mOnTouchModeChangeListeners.remove(victim);
701 * @param victim The callback to remove
710 public void removeOnComputeInternalInsetsListener(OnComputeInternalInsetsListener victim) {
715 mOnComputeInternalInsetsListeners.remove(victim);