Lines Matching defs:victim

437      * @param victim The callback to remove
443 public void removeOnWindowAttachListener(OnWindowAttachListener victim) {
448 mOnWindowAttachListeners.remove(victim);
472 * @param victim The callback to remove
478 public void removeOnWindowFocusChangeListener(OnWindowFocusChangeListener victim) {
483 mOnWindowFocusListeners.remove(victim);
506 * @param victim The callback to remove
512 public void removeOnGlobalFocusChangeListener(OnGlobalFocusChangeListener victim) {
517 mOnGlobalFocusListeners.remove(victim);
541 * @param victim The callback to remove
550 public void removeGlobalOnLayoutListener(OnGlobalLayoutListener victim) {
551 removeOnGlobalLayoutListener(victim);
557 * @param victim The callback to remove
563 public void removeOnGlobalLayoutListener(OnGlobalLayoutListener victim) {
568 mOnGlobalLayoutListeners.remove(victim);
591 * @param victim The callback to remove
597 public void removeOnPreDrawListener(OnPreDrawListener victim) {
602 mOnPreDrawListeners.remove(victim);
629 * @param victim The callback to remove
636 public void removeOnWindowShownListener(OnWindowShownListener victim) {
641 mOnWindowShownListeners.remove(victim);
668 * @param victim The callback to remove
674 public void removeOnDrawListener(OnDrawListener victim) {
679 mOnDrawListeners.remove(victim);
702 * @param victim The callback to remove
708 public void removeOnScrollChangedListener(OnScrollChangedListener victim) {
713 mOnScrollChangedListeners.remove(victim);
736 * @param victim The callback to remove
742 public void removeOnTouchModeChangeListener(OnTouchModeChangeListener victim) {
747 mOnTouchModeChangeListeners.remove(victim);
775 * @param victim The callback to remove
784 public void removeOnComputeInternalInsetsListener(OnComputeInternalInsetsListener victim) {
789 mOnComputeInternalInsetsListeners.remove(victim);