Lines Matching defs:remove

437      * @param victim The callback to remove
448 mOnWindowAttachListeners.remove(victim);
472 * @param victim The callback to remove
483 mOnWindowFocusListeners.remove(victim);
506 * @param victim The callback to remove
517 mOnGlobalFocusListeners.remove(victim);
541 * @param victim The callback to remove
557 * @param victim The callback to remove
568 mOnGlobalLayoutListeners.remove(victim);
591 * @param victim The callback to remove
602 mOnPreDrawListeners.remove(victim);
629 * @param victim The callback to remove
641 mOnWindowShownListeners.remove(victim);
668 * @param victim The callback to remove
679 mOnDrawListeners.remove(victim);
702 * @param victim The callback to remove
713 mOnScrollChangedListeners.remove(victim);
736 * @param victim The callback to remove
747 mOnTouchModeChangeListeners.remove(victim);
775 * @param victim The callback to remove
789 mOnComputeInternalInsetsListeners.remove(victim);
812 mOnEnterAnimationCompleteListeners.remove(listener);
851 // could mutate the list by calling the various add/remove methods. This prevents
869 // could mutate the list by calling the various add/remove methods. This prevents
886 // could mutate the list by calling the various add/remove methods. This prevents
904 // could mutate the list by calling the various add/remove methods. This prevents
1008 // could mutate the list by calling the various add/remove methods. This prevents
1039 // could mutate the list by calling the various add/remove methods. This prevents
1062 // could mutate the list by calling the various add/remove methods. This prevents
1153 void remove(T item) {
1154 getArray().remove(item);